﻿@charset "utf-8";
/* CSS Document */

/*--------------------------
	BODY基本
--------------------------*/

html {
	overflow:scroll;
}

body{
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.9em;
	color:#5d5d5d;
	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:#00b0bd;

} 
a:visited{
	text-decoration:underline;
	color:#00b0bd;

} 
a:hover{
	text-decoration:none;
	color:#00b0bd;

} 
a:active{
	text-decoration:underline;
	color:#00b0bd;

}


/*タイトルタグ設定*/

h1,h2,h3,h4{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*clear設定*/
.clear{
	clear:both;
}

/*--------------------------
	基本コンテナ部分
--------------------------*/


/*--------------------------
	ヘッダー
--------------------------*/
#HeaderBase{
	width:auto;
	height:78px;
	border-top:solid 3px #00B0BD;
}

#Header{
	width:902px;
	height:63px;
	text-align:left;
	margin:auto;
	padding:15px 0px 0px 0px;
}

.headerImg01{
	margin:15px 0px 0px 20px;
	float:left;
}

.headerImg02{
	margin:6px 0px 0px 0px;
	float:right;
}

.headerBox01{
	width:230px;
	margin:2px 0px 0px 56px;
	float:left;
}

.headerBox02{
	width:88px;
	margin:2px 0px 0px 20px;
	float:left;
}

/*--------------------------
	グローバルメニュー
--------------------------*/
#MenuBase{
	width:auto;
	height:41px;
	margin:0px;
	background-image:url(../../images/menu_bg_01.jpg);
	background-repeat:repeat-x;
}

#Menu{
	width:902px;
	height:37px;
	text-align:left;
	margin:auto;
}


/*--------------------------
	pan部分
--------------------------*/
#pan{
	width:622px;
	height:22px;
	background-image:url(../../images/img_pan.jpg);
	background-repeat:no-repeat;
	padding:6px 0px 0px 10px;
	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:902px;
	margin:auto;
	text-align:left;
	padding:6px 0px 25px 0px;
}

#Contents02{
	width:902px;
	margin:auto;
	text-align:left;
	padding:0px 0px 25px 0px;
}

#LeftContents{
	width:632px;
	float:left;
	color:#5d5d5d;
	padding:14px 0 0 0;
}

#LeftContents_php{
	width:632px;
	float:left;
	color:#5d5d5d;
	_margin-top:10px;
	padding:14px 0 0 0;
}

#RightContents{
	width:252px;
	float:right;
	padding:14px 0 0 0;
}

#RightContents_php{
	width:252px;
	float:right;
	_margin-top:10px;
	padding:14px 0 0 0;
}

/*--------------------------
	右検索部分
--------------------------*/
#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;
}


/*TOP検索（左）*/
#SearchBox02{
	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:902px;
	height:31px;
	text-align:left;
	margin:auto;
}


#Footer{
	width:902px;
	height:65px;
	text-align:left;
	margin:auto;
}

.footerBox01{
	margin:14px 0px 0px 3px;
	float:left;
}

.footerImg01{
	margin:0px 5px;
}







