@charset "utf-8";
/* CSS Document */

/*--------------------------
	BODY基本
--------------------------*/

html {
	overflow:scroll;
}

body{
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.75em;
	color:#666666;
	letter-spacing:0em;
	line-height:1.5em;
	text-align:center;
	background-color:#FFFFFF;
}

/*基本マージン設定*/
*{
	margin:0px;
	padding:0px;
}

/*イメージリンク設定*/
a img{
	border:0px;
}

/*イメージ下のスペース取り*/
img {
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}


/*******************
*テキストリンク設定*
*******************/


a:link{
	text-decoration:underline;
	color:#02359D;

} 
a:visited{
	text-decoration:underline;
	color:#02359D;

} 
a:hover{
	text-decoration:none;
	color:#02359D;

} 
a:active{
	text-decoration:underline;
	color:#02359D;

}


/*タイトルタグ設定*/

h1,h2,h3,h4{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*clear設定*/
.clear{
	clear:both;
}

/*--------------------------
	基本コンテナ部分
--------------------------*/


/*--------------------------
	ヘッダー
--------------------------*/
#HeaderBase01{
	width:auto;
	height:282px;
	border-top:solid 3px #02359D;
	border-bottom:solid 5px #02359D;
	background-image:url(../../images/header_bg_01.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#HeaderBase02{
	width:auto;
	height:101px;
	border-top:solid 3px #02359D;
	border-bottom:solid 5px #02359D;
	background-image:url(../../images/header_bg_02.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#Header{
	width:901px;
	text-align:left;
	margin:auto;
	padding:0px 0px 0px 0px;
}

#headerImg01{
	margin:11px 0px 0px 8px;
	float:left;
}

#headerImg02{
	margin:17px 0px 0px 0px;
	float:right;
}

#headerImg03{
	margin-top:5px;
	float:left;
}

#headerBt01{
	margin-left:11px;
	float:left;
}

#headerBt02{
	margin-left:2px;
	float:left;
}


#headerBox01{
	margin:17px 20px 0px 0px;
	float:right;
}

/*--------------------------
	グローバルメニュー
--------------------------*/
#Menu{
	width:901px;
	height:38px;
	text-align:left;
	margin:auto;
}


/*--------------------------
	pan部分
--------------------------*/
#pan{
	font-size:0.8em;
}

#pan a:link{
	text-decoration:underline;
	color:#5d5d5d;

} 
#pan a:visited{
	text-decoration:underline;
	color:#5d5d5d;

} 
#pan a:hover{
	text-decoration:none;
	color:#5d5d5d;

} 
#pan a:active{
	text-decoration:underline;
	color:#5d5d5d;

}

/*--------------------------
	コンテンツ部分
--------------------------*/

#Contents{
	width:901px;
	margin:auto;
	text-align:left;
	padding:18px 0px 50px 0px;
}

#Contents02{
	width:889px;
	margin:auto;
	text-align:left;
	padding:10px 0px 50px 12px;
}

#LeftContents{
	width:632px;
	float:left;
	color:#5d5d5d;
}

#RightContents{
	width:252px;
	float:right;
}

/*--------------------------
	右検索部分
--------------------------*/
#SearchBox01{
	width:242px;
	height:30px;
	background-image:url(../../images/search_bg_00.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:-10px;
	padding:100px 0px 0px 10px;
}


/*--------------------------
	フッター
--------------------------*/

#FooterMenuBase{
	width:auto;
	height:31px;
	margin:0px;
	background-image:url(../../images/footer_bg_01.jpg);
	background-repeat:repeat-x;
}

#FooterMenu{
	width:901px;
	height:31px;
	text-align:left;
	margin:auto;
}


#Footer{
	width:901px;
	height:65px;
	text-align:left;
	margin:auto;
}

.footerBox01{
	margin:14px 0px 0px 3px;
	float:left;
}

.footerImg01{
	margin:0px 5px;
}








