
@charset "utf-8";


/* common.css */

/*初期化
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 1.6;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	letter-spacing: 0.1em;
}

html[xmlns*=""] body:last-child * {
	font-size: 11px;

}

img {
	border: none;
	vertical-align: top;
}
hr {
	display: none;
}
/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
display:inline-block;
}
/*Hides from IE-mac \*/
*html .clear{
height:1%;
}
.clear{
display:block;
}
/*End hide from IE-mac*/

/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
A:link {
	color: #3399FF;
}
A:hover {
	color: #3399FF;
	text-decoration: none;
}
A:visited {
	color: #3399FF;
}

/*レイアウト
////////////////////////////////////////////////////*/

img a {
	border: none;
}

body {
	text-align: center;
	position: relative;
}

#web {
	background: url(../img/bg_body.jpg) no-repeat;
	text-align: center;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/bg_wrapper.gif) repeat-y;
	border-bottom: 1px solid #E1E6EA;
}



/* header
//////////////////////////////////////////*/

#header {
	background: url(../img/bg_navi.jpg) no-repeat;
	height: 85px;
	width: 950px;
	position: relative;
}

#header h1 {
	background: url(../img/h1_logo.jpg) no-repeat;
	text-indent: -9999px;
	height: 85px;
	width: 135px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header h1 a {
	display: block;
	height: 55px;
	width: 135px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}



/* footer
//////////////////////////////////////////*/

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
}

#footer ul {
	height: 11px;
	text-align: left;
	margin-left: -20px;
	margin-bottom: 10px;
}

#footer li {
	float: left;
	width: 110px;
	list-style: none;
	height: 11px;
	text-align: center;
}

#footer dl {
	clear: both;
}

#footer dt {
	text-align: left;
}

#footer dd {
	font-size: 10px;
	text-align: left;
}

#footer address {
	text-align: right;
}




/* 各ページメイン背景
//////////////////////////////////////////*/

#wrapper #main_index {
	background: url(../img/bg_main.jpg) no-repeat;
	width: 950px;
	position: relative;
	height: 421px;
}

#wrapper #main_area {
	background: url(../img/lower_bg_main_area.jpg) no-repeat;
	width: 950px;
	position: relative;
}

#wrapper #main_merit {
	background: url(../img/lower_bg_main_merit.jpg) no-repeat;
	width: 950px;
	position: relative;
}

#wrapper #main_consecutive {
	background: url(../img/lower_bg_main_consecutive.jpg) no-repeat;
	width: 950px;
	position: relative;
}

#wrapper #main_time {
	background: url(../img/lower_bg_main_time.jpg) no-repeat;
	width: 950px;
	position: relative;
}

#wrapper #main_response {
	background: url(../img/lower_bg_main_responce.jpg) no-repeat;
	width: 950px;
	position: relative;
}
