@charset "utf-8";
/* CSS Document */

/* 全体設定 */
body {
	background-color:#ffffff;
	margin: 0px auto;
	width: 100%;
	font-family:Arial, sans-serif;
	line-height:1.5;
}
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration:none;
}
a:link {
	color:#696969;
}
a:visited {
	color:#696969;
}
a:hover {
	color:#ff650b;
}
a:active {
	color:#ff650b;
}
/*コンテナ*/
div#container {
	background-color:ffffff;
	margin:0px auto;
	padding-top:20px;
	width:910px;
}
/*ヘッダー*/
div#header {
	height:80px;
	margin:0px auto;
	width:870px;
}
div#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:left;
	height:80px;
	width:436px;
}
div#space_one {
	background-color:#ffffff;
	float:left;
	height:80px;
	width:434px;
}
ul#space_one_a {
	float:left;
	position:relative;
	left:97px;
}
ul#space_one_a li {
	float:left;
	font-size:11px;
	list-style-image:url(../images/icon1.png);
	margin:14px 10px;
}
ul#space_one_b {
	float:right;
}
ul#space_one_b li {
	float:left;
	margin:5px 1px;
}
ul#space_one_c {
	clear:both;
	float:right;
	width:170px;
}
/*IE7対応用*/
*:first-child+html ul#space_one_c {
	clear:both;
	float:right;
	width:180px;
}
ul#space_one_c li {
	float:left;
	margin:0px 5px;
}
#space_one_c #search {
	width: 100px;
}
/*フッター*/
div#footer {
	background-color:#5e0d0d;
	clear:both;
	margin:0px auto 0px;
	width:100%;
}
div#footer_inner {
	background-color:#5e0d0d;
	height:120px;
	margin:0px auto;
	width:870px;
}
div#footer a:link {
	color:#ffffff;
}
div#footer a:visited {
	color:#ffffff;
}
div#footer a:hover {
	color:#ff650b;
}
div#footer a:active {
	color:#ff650b;
}
ul#footer_gnavi {
	float:left;
	left:-20px;
	position:relative;
}
ul#footer_gnavi li {
	float:left;
	font-size:14px;
	margin:20px 0px 0px 20px;
}
#on {
	color:#ff650b;
}
p#logomark {
	float:right;
	position:relative;
	right:0px;
	top:20px;
}
div#wrapper {
	border-top:dotted #f7f7f7 1px;
	background-color:#5e0d0d;
	height:50px;
	margin:0px auto;
	width:870px;
}
p#copyright {
	color:#ffffff;
	clear:both;
	float:left;
	font-size:11px;
	margin:20px 0px 0px 0px;
	left:0px;
	position:relative;
}
ul#footer_space_a {
	float:right;
	position:relative;
	right:-20px;
}
ul#footer_space_a li {
	float:left;
	font-size:11px;
	list-style-image:url(../images/icon1.png);
	margin:20px 20px 0px 0px;
}
