@charset "utf-8";
/* CSS Document */

/* リセット */


.nooverrap:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.nooverrap{
	display:inline-table;
	min-height:1%;
	}
/* Hides from IE-mac \*/
*html .nooverrap{height:1%;}
.nooverrap{display:block;}
/* End hide IE-mac */


/* フォントサイズ */
.font12px{
	font-size:12px;
}
.font20px{
	font-size:20px;
}

/* ↓グローバルメニュー */
#globalmenu{
	clear:both;
	margin:0 auto;
	width:828px;
	height:44px;
	background-image:url(../images/globalmenu_bg.gif);
	background-repeat:repeat-x;
	padding:0;
	position:relative;
	}

#globalmenu ul.globalmenu{
	width: 828px;
	height:44px;
	margin:0;
	padding:0;
	clear:both;
	}
#globalmenu ul.globalmenu li {
	list-style-type:none;
	display:inline;
	margin:4px auto;
	padding:0;
	}
#globalmenu ul.globalmenu a {
	display:block;
	float:left;
	overflow:hidden;
	height:40px;
	text-indent:-9999px;
	margin:4px auto;
	}
	
	.globalmenu li.btn01 a{	background:url(../images/menu.gif) no-repeat 0px 0px; width:138px;}
	.globalmenu li.btn02 a{	background:url(../images/menu.gif) no-repeat -138px 0px;	width:138px;}
	.globalmenu li.btn03 a{	background:url(../images/menu.gif) no-repeat -276px 0px;	width:138px;}
	.globalmenu li.btn04 a{	background:url(../images/menu.gif) no-repeat -414px 0px;	width:138px;}
	.globalmenu li.btn05 a{	background:url(../images/menu.gif) no-repeat -552px 0px;	width:138px;}
	.globalmenu li.btn06 a{	background:url(../images/menu.gif) no-repeat -690px 0px;	width:138px;}
	
	.globalmenu li.btn01 a:hover{	background:url(../images/menu_over.gif) no-repeat 0px 0px; width:138px;}
	.globalmenu li.btn02 a:hover{	background:url(../images/menu_over.gif) no-repeat -138px 0px;	width:138px;}
	.globalmenu li.btn03 a:hover{	background:url(../images/menu_over.gif) no-repeat -276px 0px;	width:138px;}
	.globalmenu li.btn04 a:hover{	background:url(../images/menu_over.gif) no-repeat -414px 0px;	width:138px;}
	.globalmenu li.btn05 a:hover{	background:url(../images/menu_over.gif) no-repeat -552px 0px;	width:138px;}
	.globalmenu li.btn06 a:hover{	background:url(../images/menu_over.gif) no-repeat -690px 0px;	width:138px;}
	
	.globalmenu li.btn01 a:active{	background:url(../images/menu_over.gif) no-repeat 0px 0px; width:138px;}
	.globalmenu li.btn02 a:active{	background:url(../images/menu_over.gif) no-repeat -138px 0px;	width:138px;}
	.globalmenu li.btn03 a:active{	background:url(../images/menu_over.gif) no-repeat -276px 0px;	width:138px;}
	.globalmenu li.btn04 a:active{	background:url(../images/menu_over.gif) no-repeat -414px 0px;	width:138px;}
	.globalmenu li.btn05 a:active{	background:url(../images/menu_over.gif) no-repeat -552px 0px;	width:138px;}
	.globalmenu li.btn06 a:active{	background:url(../images/menu_over.gif) no-repeat -690px 0px;	width:138px;}
/* ↑グローバルメニュー */

/*共通ヘッダーナビゲーションプルダウン用スタイル*/
	
.menu_table{
	position:absolute;
	visibility:hidden;
	background-color:#FDFDFD;
	margin:0;
	padding:0;
	text-align:left;
	border:#CCCCCC 1px solid;
	border-top:none;
	z-index:50;
	}
.menu_table ul{
	list-style:none;
	margin:0;
	padding:0px;
	background-color:#FFFFFF;
	}
.menu_table li{
	padding:0;
	margin:0;
	}
.menu_table a{
	display:block;
	font-size: 13px;
	line-height:25px;
	color: #666666;
	margin:0;
	padding:0 30px 0 30px;
	text-decoration:none;
	background:url(../images/menu_dn.gif) left center no-repeat;
	border-top:#CCCCCC 1px solid;
	}
.menu_table a:hover{
	color: #95BB25;
	}

/*↑共通ヘッダーナビゲーションプルダウン用スタイル*/

/* 構造タグ */

h2{
	margin:0 auto;
	padding:0px 0 5px 15px;
	font-size:20px;
	color:#FFF;
	text-align:left;
	height:56px;
	background-image:url(../images/h2.gif);
	background-repeat:no-repeat;
	line-height:60px;
	font-weight:bold;
}

h3{
	padding:5px 0 0 35px;
	font-size:16px;
	color:#0351B1;
	text-align:left;
	height:40px;
	background-image:url(../images/h3.gif);
	background-repeat:no-repeat;
	margin:0 10px 10px 10px;
	font-weight:bold;
	clear:both;
}
h4{
	margin:0 auto 15px auto;
	padding:5px 0px 0 15px;
	font-size:14px;
	color:#6FAD3A;
	text-align:left;
	border-left:solid 5px #6FAD3A;
	clear:both;
}
h4.clear_none{
	margin:0 auto 15px auto;
	padding:5px 0px 0 15px;
	font-size:14px;
	color:#6FAD3A;
	text-align:left;
	border-left:solid 5px #6FAD3A;
	clear:none;
}
h4.width800{
	margin:0 auto 15px 10px;
	padding:5px 0px 0 15px;
	font-size:14px;
	color:#6FAD3A;
	text-align:left;
	border-left:solid 5px #6FAD3A;
	clear:both;
}
h4.noborder{
	margin:0 auto 15px auto;
	padding:5px 0px 0 0px;
	font-size:14px;
	color:#6FAD3A;
	text-align:left;
	border-left:solid 0px #6FAD3A;
	clear:both;
}

/*ページ内リンク*/
#pagelink{
	margin:0px 0 0px 0;
	text-align:right;
	background-color:#ffffff;
}
#pagelink ul{
	margin:0;
	padding:0;
	border-color:#C6C6C6;
	}
#pagelink li{
	display:inline;
	margin:0 15px 0 0;
	padding:0 0 0 15px;
	border-color:#C6C6C6;
	background-image:url(../images/arrow_01.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	}
	#pagelink li.other{
	display:inline;
	margin:0 15px 0 0;
	padding:0 0 0 15px;
	border-color:#C6C6C6;
	background-image:url(../images/arrow_02.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	}
#contentarea{
	background-color:#ffffff;
	margin:0 auto;
	width:780px;
	padding-bottom:20px;
}	


/*コンテンツ内回り込み*/
.picRight01{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.picLeft01{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.picLeft05{
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}

.floatleft{
	float:left;

}
.floatright{
	float:right;

}

/*コンテンツ内box（リードなど）*/
#lead{
	margin:10px 0;
	text-align:left;
	clear: both;
}
#lead_textright{
	margin:10px 0;
	text-align:right;
	clear: both;
}
span.box{
	padding:2px 10px 2px 10px;
	color:#ffffff;
	background-color:#035EB1;
	font-weight:bold;
	margin-left:0px;
	line-height: 160%;
}
#leadborder{
	margin:10px 0;
	text-align:left;
	border:dotted 1px #999999;
	padding:10px;
}
#leadgray{
	margin:10px auto;
	text-align:left;
	border:dotted 0px #999999;
	padding:15px;
	width:680px;
	background-color:#F4F4F4;
}
.box_blue{
	width:40%;
	background-color:#D1DCED;
	padding:10px;
	margin:10px auto;
	text-align:center;
}
#box500{
	clear:both;
	margin:0 auto 20px auto;
	width:500px;
	text-align:left;
}

#box420{
	clear:both;
	margin:0;
	width:420px;
	text-align:left;
	float:left;
	display:inline;
}

#box340{
	margin:0;
	width:340px;
	text-align:left;
	float:right;
	display:inline;
}

.textright{
	margin:10px 0;
	text-align:right;
}

#width375_left{
	clear:both;
	width:375px;
	text-align:left;
	float:left;
	margin:10px 0;
	padding-left:5px;
}
#width375_right{
	width:375px;
	text-align:left;
	float:right;
	margin:10px 0;
	padding-right:5px;
}

/*arrow_ul/li*/

ul.arrow{
	margin:0;
	padding:5px 0px;
	border-color:#C6C6C6;
	}
li.arrow{
	margin:5px 5px 0 20px;
	padding:0 0 0 5px;
	border-color:#C6C6C6;
	list-style-image:url(../images/arrow_02.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	}
	
/*ボックス３つ横並び*/

#kyouiku{
	text-align:center;
	margin:0 auto;
	width:780px;
	clear:both;
}

#kyouiku dl{
	margin:0 0 0 15px;
	margin-bottom:1em;
	padding:0px;
	float:left;
	width:240px;
	font-size:14px;
	display: inline;
}
#kyouiku dt{
    margin:0px;
    padding:4px 0px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	text-align:center;
	background-color:#5184D3;
}
#kyouiku dd{
	margin:0px;
	padding:0 0 10px 0;

    border-color:#7F2D00;
	border-bottom:0px solid;
	background-color:#ffffff;
	text-align:left;
	font-size: 12px;

}
#kyouiku dd.sougou{
    margin:0px;
    padding:10px 10px;
    border-color:#7F2D00;
    border-bottom:0px solid;
    background-color:#DCE6F6;
	height:160px;
	text-align:left;
	font-size:12px;

}
#kyouiku dd.sougou2{
    margin:0px;
    border-color:#7F2D00;
    border-bottom:0px solid;
    background-color:#DCE6F6;
	height:35px;
	text-align:left;
	font-size:12px;
	width:240px;
	padding:0;
	background-image:url(../info/images/sougou_arrow.gif);

}
#kyouiku dd.sougou3{
    margin:0px;
    border-color:#5184D3;
    border:2px dotted #5184D3;
    background-color:#ffffff;
	height:180px;
	text-align:left;
	font-size:12px;
    padding:10px 10px;
}

#kyouiku dd.sougou3 ul{
	margin:0 0 0 20px;
	padding:0;
	list-style-type: decimal;
	
	
}
#kyouiku dd.sougou3 li{
	margin:0;
	padding:3px 0px;
	
}	

