@charset "utf-8";

/* 全ファイル共通 CSS Document */


* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

* html body{ 
	text-align: center;
	}


html,body {
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.5pt;
	color: #555555;
	margin: 0 auto;
}


* html body {
	text-align: center;
	}


#conteiner {
	width: 1000px;
	margin: 0 auto;
}

* html #conteiner {
	text-align: center;
	}


#main_body {
	width: 900px;
	margin: 0 auto;
}

* html #main_body {
	text-align: left;
	}


h1, h2, h3, h4, h5, h6, ul, ol, li, dl, p {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border:	none;
	vertical-align: text-bottom;
}



/* サイト全体　リンク設定 */

a 	{
	text-decoration: none;
	border: 0px;
	}
	
a:link {
	color: #3a539a;
	text-decoration: none;
	}
	
a:visited {
	color: #708090;
	text-decoration: none;
	}
	
a:active {
	color: #666666;
	text-decoration: underline;
	}
	
a:hover	{
	color: #666666;
	text-decoration: underline;
	}
	

/* header */

#header {
	width: 900px;
	height: 65px;
}


/* header 社名リンク設定 */

.header_left {
	width: 230px;
	height: 40px;
	padding: 25px 0 0 15px;
	float: left;
}

* html .header_left {
	width: 230px;
	height: 40px;
	padding: 25px 0 0 0;
	float: left;
}


.header_logo a {
	width: 236px;
	height: 30px;
	display: block;
}


/* header ログイン  */

.header_right {
	width: 650px;
	height: 65px;
	float: left;
}

.log_in_service {
	position: relative;
	top: 15px;
	left: 165px;
	float: left;
	}

.id {
	position: relative;
	top: 15px;
	left: 210px;
	float: left;
}

.pass {
	position: relative;
	top: 15px;
	left: 276px;
	float: left;
}

.log_in_button {
	position: relative;
	top: 15px;
	left: 285px;
	float: left;
}


/* header ログイン IE6 */

* html .log_in_service {
	position: relative;
	top: 15px;
	left: 174px;
	float: left;
	}

* html .id {
	position: relative;
	top: 15px;
	left: 210px;
	float: left;
}

* html .pass {
	position: relative;
	top: 15px;
	left: 254px;
	float: left;
}

* html .log_in_button {
	position: relative;
	top: 15px;
	left: 262px;
	float: left;
}


/* header ログイン IE7 */

*:first-child+html .log_in_service {
	position: relative;
	top: 15px;
	left: 165px;
	float: left;
	}

*:first-child+html .id {
	position: relative;
	top: 15px;
	left: 200px;
	float: left;
}

*:first-child+html .pass {
	position: relative;
	top: 15px;
	left: 247px;
	float: left;
}

*:first-child+html .log_in_button {
	position: relative;
	top: 15px;
	left: 255px;
	float: left;
}



/* header ログイン IE8 */

html>/**/body .log_in_service {
	positionr /*\**/: relative\9;
	top: 15px\9;
	left: 165px\9;
	float: left\9;
	}

html>/**/body .id {
	position: relative\9;
	top: 15px\9;
	left: 202px\9;
	float: left\9;
}

html>/**/body .pass {
	position: relative\9;
	top: 15px\9;
	left: 250px\9;
	float: left\9;
}

html>/**/body .log_in_button {
	position: relative\9;
	top: 15px\9;
	left: 260px\9;
	float: left\9;
}


/* header ログイン Safari */

html:not(:only-child:only-child) .log_in_service {
	position: relative;
	top: 15px;
	left: 165px;
	float: left;
	}

html:not(:only-child:only-child) .id {
	position: relative;
	top: 15px;
	left: 205px;
	float: left;
}

html:not(:only-child:only-child) .pass {
	position: relative;
	top: 15px;
	left: 240px;
	float: left;
}

html:not(:only-child:only-child) .log_in_button {
	position: relative;
	top: 15px;
	left: 245px;
	float: left;
}


/* navi */

#navi {
	width: 900px;
	height: 55px;
	clear: both;
}

#navi li {
	list-style: none;
	float: left;
}


/* footer */

#footer {
	height: 131px;
	clear: both;
	background-image: url(../images/common/footer_bg_1px.jpg);
	background-repeat: repeat-x;
}

* html #footer {
	text-align: center;
	}


/* footer TOPへ戻るボタン */

#footer_btn {
	width: 521px;
	height: 30px;
	margin-top: 1px;
	margin: auto;
}

* html #footer_btn {
	width: 521px;
	height: 30px;
	margin-top: 1px;
	text-align: center;
	}


/* footer 最下部 */

#footer_bottom {
	width: 1000px;
	height: 100px;
	margin: auto;
}


* html #footer_bottom {
	text-align: left;
	}


/* footer 社名リンク部分 */

.fotter_logo {
	width: 270px;
	height: 100px;
	background-image: url(../images/common/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	float: left;
}

.fotter_logo a {
	width: 220px;
	height: 30px;
	display: block;
	top: 35px;
	left: 20px;
	position: relative;
	}


/* footer ３行リンク */

.fotter_link {
	width: 225px;
	height: 80px;
	padding: 22px 0 0 30px;
	font-size: 10px;
	float: left;
	background-image: url(../images/common/footer_arrow_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
}

.fotter_link li {
	list-style-type: none;
}

.fotter_link a {
	text-decoration: none;
	border: 0px;
	}
	
.fotter_link a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
.fotter_link a:visited {
	color: #708090;
	text-decoration: none;
	}
	
.fotter_link a:active {
	color: #666666;
	text-decoration: underline;
	}
	
.fotter_link a:hover {
	color: #666666;
	text-decoration: underline;
	}


/* footer コピーライト */

.copyright {
	width: 475px;
	height: 100px;
	float: left;
}

.copyright p {
	font-size: 10px;
	color: #d2d2d2;
	text-align: right;
	padding: 45px 0 0 0;
	}
	
