/*****************************************************************************
 reset 
 *****************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
img,
object,
embed {
	border: 0;
	vertical-align: top;
}

/**----------------------
hr {
	display: none;
}

*************************/
td.padx {
	padding:7px;
	font-size:95%;
}
*************************/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}


/*****************************************************************************
 base
 *****************************************************************************/

html {
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/base.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	height: 100%;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#0000ff;
}
a:hover {
	text-decoration:underline;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}

.clr {
	clear:both;
}

.indent td{
 padding-left:1.0em;
}

h2 {
	background: url(../images/common/title_bk.gif) no-repeat;
}

h3 {
	margin-top:20px;
	font-weight:bold;
	color:#e50028;
}


.font_b {
	font-weight: bold;
}


.font_red {
	font-weight:bold;
	color:#ff0000;
}

.font_red1 {
	font-weight:bold;
	color:#e50028;
}

.font_blue1 {
	font-weight:bold;
	color:blue;
}

.font_maroon1 {
	font-weight:bold;
	color:maroon;
}

.font_maroon2 {
	font-weight:bold;
	color:#ff8c00;
}

.font_sm {
	font-weight:bold;
	font-size:85%;
}

img.mid {
	vertical-align:middle;
}
/*****************************************************************************
  table
***************************************************************************** */
table.t1 {
	width: 100%;
	margin:0 0 2em;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	font-size:10pt;
}

table.t1 tr th,
table.t1 tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.25em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
}

table.t1 tr th {
	background: #e6eaff;  /*th（見出し）だけ背景色を付けてます*/
}

tr.bgc-y {
	background-color:#996423;
	color:#ffffff;
}

th.cent{
	text-align:center;
}

td.cent2{
	text-align:center;
}
/*****************************************************************************
  dl,dd　インデント
 *****************************************************************************/
.post dl {
	margin-top:0.5em;
	margin-bottom:0.5em;
	line-height:1.5;
}
.post dt { 
     font-weight: bold; 
     padding-bottom: 5px;
}
.post dd { 
     margin-left: 30px; 
     padding-bottom: 10px;
}

/** 左にボーダー **/
.post2 dl { 
}
.post2 dt { 
     font-weight: bold; 
     border-left: 5px solid #2bbbff;
}
.post2 dd { 
     margin-left: 30px; 
     padding-bottom: 10px;
}

/*****************************************************************************
 mo
 *****************************************************************************/
.mo1-box       { text-align: center }
.mo1-box1      { margin:0px auto;
                text-align:left;
                width:219px;
              }
.mo1           { float: left;
                width:70px;
                margin-right:3px;
                text-align: center;
              }
a.menu        { color: #fff;
                text-decoration: none;
                background-color: #960;
                padding:2px 0px;
                width: 70px;
                display: block
              }
a:visited.menu  { color: #fff }
a:hover.menu  { background-color: #b03;color: #fff }
a:active.menu { background-color: #d03;color: #fff }


/*****************************************************************************
 container  width:860px→846
*****************************************************************************/
#container {
	background-color: #f5eedb;
	width: 846px;
	margin: 0 auto;
	padding: 0px;
    position:relative;
    font-size:90%;
}

/*****************************************************************************
 header 
*****************************************************************************/
#header {
	text-align: left;
	position: relative;
}
#header img {
	margin-left:10px;
	vertical-align:middle;
}

#header a {
	display: block;
	width:80px;
	color:white;
	text-decoration:none;
}

#header a:hover  {
	color:white;
	background-color: #b03;
	text-decoration:none;
}

#header .hidari{
	float: left;
}

#header .migi ul li{
	float: right;
}

#header .migi li{
	width:80px;
	text-align:center;
	border:solid 1px #f5eedb;
	background-color:#9a6600;
	color:#ffffff;
	font-size:9pt;
}

#globalNavi ul li {
	float: left;
}

/*****************************************************************************
 Side 
*****************************************************************************/
#sidebar {
	float:left;
	width:184px;
	padding:30px 10px 30px 10px;
}

#sidebar img {
	vertical-align:middle;
}


#sidebar img.link {
	margin-bottom:50px;
}

#sidebar dd {
	margin-left:20px;
}

#sidebar .waku {
	width:150px;
	padding:10px 10px 10px 20px;
	margin-bottom:40px;
	text-align:left;
	border:solid 1px #996423;
}

/*****************************************************************************
 Main  width:636(538px)→622(520px)
*****************************************************************************/
#content {
	float:right;
	width:622px;
	padding:30px 10px 30px 10px;
	text-align:left;
}

#content p {
	margin-top:5px;
}

#content .waku {
	background-color:#ffffff;
	margin-top:20px;
	padding:0 18px 30px 30px;
	border:solid 1px #9a6600;
	width:550px;
}

#content .waku dl dt{
	margin: 0 0 0 1em;
	padding: 0;
}

#content .waku dl dd{
	margin: 0 0 0 2em;
	padding: 0;
}

#content .waku p{
	margin-top:20px;
}

/*****************************************************************************
 Curriculum 
*****************************************************************************/

/*****************************************************************************
 TOP  追加  waku･･･height:110px;
 *****************************************************************************/
.waku_top {
	overflow-y:auto;
	scrollbar-face-color :#f5eedb;
	scrollbar-arrow-color:#00bfff;
	scrollbar-track-color:#ffffff;
	scrollbar-base-color :#f5eedb;
	height:190px;
	width:90%;
	font-size:9pt;
	margin:0px 5px 5px 20px;
	padding:0px 0px 5px 5px;
	border:solid 0px #cccccc;
	background-color:#f5eedb;
}

.waku_top table{
	font-size:10pt;
}

.waku_top2 {
	width:90%;
	font-size:9pt;
	margin:0px 5px 5px 20px;
	padding:0px 0px 5px 5px;
	border:solid 0px #cccccc;
	background-color:#f5eedb;
}

.waku_top2 table{
	font-size:10pt;
}


.waku_top p{
	margin-top:5px;
}

div.ps1 {
	margin:0px 5px 5px 20px;
}

