@charset "utf-8";

/* ━━━━　レイアウト　━━━━ */

body{
	font-family:MS UI Gothic,;
	font-size:12px;
	color:#333333;
	line-height:130%;
	text-align:center;
	background-color:#E6E6E6;
	background:url(../images/common/gorval_bg.jpg) repeat-x left top;
}

a:hover{text-decoration:none;}

/* ━━━━　ヘッダ　━━━━ */

#header{
	width:880px;
	height:84px;
	margin:0px auto 17px auto;
}

#header_logo{
	float:left;
	width:303px;
	height:40px;
	margin:44px 0px 0px 0px;
	text-indent:-9999px;
	background:url(../images/common/header_logo.gif) no-repeat left top;
}

#header_logo a{
	display:block;
	width:303px;
	height:40px;
}

#header_logo span{
	display:none;
}

#header_logo p{
	display:block;
	float:left;
	width:295px;
	height:40px;
}

#header p{
	float:right;
	width:224px;
	height:22px;
	_height:27px;
	padding-top:5px;
	margin-bottom:17px;
	text-align:left;
	background:url(../images/common/hdr_info_bg.jpg) no-repeat left top;
}

#header p a{
	padding-left:10px;
	margin:0px 0px 0px 15px;
	text-align:left;
	font-size:10px;
	color:#0743BE;
	background:url(../images/common/ico_arrow_top.gif) no-repeat left top;
}

#header ul{
	float:right;
	width:554px;
	height:40px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
}

#header ul li{
	float:left;
	height:40px;
	margin:0px;
	padding:0px;
}




/* ━━━━　フッター　━━━━ */

#footer {
	clear:both;
	width:880px;
	min-height:45px;
	_height:45px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

#footer p{
	float:left;
	margin:0px;
	padding:0px;
}

#footer img{
	float:right;
	margin:0px;
	padding:0px;
}

#footer a{
	padding-left:10px;
	margin:0px 15px 0px 0px;
	text-align:left;
	font-size:10px;
	color:#0743BE;
	background:url(../images/common/ico_arrow_top.gif) no-repeat left top;
}

.font_10b{
	font-size:10px;
	font-weight:bold;
}

.font_10{
	font-size:10px;
}


