@charset "euc-jp";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";

}

img{
	border:none;
}

.clear{
	clear:both;
}


/************************ 
リンク文字のルール
************************/
a {
	/*color:#FFF;*/
	text-decoration:none;
}

a:hover{
	/*color:#FFF;*/
	text-decoration:none;
}

#header_right a:link, #footer a:link {
	color:#FFFFFF;
}

#header_right a:visited, #footer a:visited {
	color:#FFFFFF;
}

#header_right_toppage a:link, #footer a:link {
	color:#FFFFFF;
}

#header_right_toppage a:visited, #footer a:visited {
	color:#FFFFFF;
}


#page_top a:link, #root a:link, .return_to_area a:link {
	color:#0000FF;
}

#page_top a:visited, #root a:visited, .return_to_area a:visited {
	color:#990000;
}



/*---------------------------------------------------
  header
 ------------------------------------------------- */
#header {
	width: 900px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#header_logo a {
	width: 310px;
	height: 65px;
	background-image:url(img/header_logo.jpg);
	text-indent:-9999px;
	display:block;
	float: left;
}

#header_right, #header_right_toppage {
	width: 590px;
	height: 65px;
	background-image: url(img/header.jpg);
	background-position: right;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	color: #FFFFFF;
	font-size: 13px;
	float: left;
}

#header_right ul {
	margin-top: 38px;
	/*margin-left:380px;*/
	margin-left:500px;
}

#header_right_toppage ul {
	margin-top: 38px;
	/*margin-left:380px;*/
	margin-left:415px;
}

#header_right li, #header_right_toppage li {
	list-style:none;
}



/*  サイトマップ　｜　お問合わせ  */

#header_right_toppage #reference {
	float:left;
}

#header_right_toppage #pipe {
	margin-right: 10px;
	margin-left: 10px;
	float:left;
}

#header_right #site_map, #header_right_toppage #site_map {
	float:left;
	margin-right: 10px;
}



/*---------------------------------------------------
 	footer
 ------------------------------------------------- */
#footer {
	width: 900px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/footer.jpg);
	text-align:left;

}

#footer address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	font-style:normal;
}