﻿@charset "utf-8";

/*----------------------------------------------------------------
common tag
-------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	text-align: left;
}
img {
	vertical-align: top;
	border: 0;
}
p {
	font-size: 12px:
	color: #37312F;
}
a {
	color: #37312F;
}

a:hover {
	color: #AA2628;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
}
span {
	font-weight: bold;
}
h1 {
	width: 900px;
	font-size: 12px;
	padding: 14px 0px 0px 35px;
	font-weight: normal;
	color: #37312F;
}
h2 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #37312F;
}
h3 {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #37312F;
	font-size: 12px;
	font-weight: normal;
}
/*----------------------------------------------------------------
common
-------------------------------------------------------------------*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
#wrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
}
#header {
	width: 1100px;
	height: 67px;
	background-image:url(../images/common/header_bg.gif);
	background-repeat:no-repeat;
}
#logo {
	width: 135px;
	padding: 0px 0px 0px 28px;
	float: left;
	display: inline;
}
#navi {
	width: 937px;
	height: 67px;
	float: left;
	display: inline;
}
#navi ul {
	width: 900px;
	padding: 15px 0px 0px 35px;
}
#navi li {
	font-size: 12px;
	color: #37312F;
	list-style: none;
	background:url(../images/common/arrow001.gif);
	background-repeat: no-repeat;
	padding: 0px 15px 0px 17px;
	float: left;
	display: inline;
}
#topimage {
	width: 1000px;
	padding: 0px 0px 0px 50px;
}
#contents {
	width: 998px;
	margin: 10px 0px 10px 50px;
	background-color: #ffffff;
	border: 1px solid #DBDBDB;
}
#footer {
	width: 100%;
	border-top: 2px solid #DBDBDB;
	padding: 8px 0px 8px 0px;
	text-align: center;
}
#footer ul {
	width: 1100px;
	padding: 0px 0px 10px 0px;
	margin-right: auto;
	margin-left: auto;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}
#footer li {
	border-right: 1px solid #DBDBDB;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
	font-size: 12px;
	text-decoration: none;
}

#footer .noline {
	border-style: none;

}
.f_text {
	width: 780px;
	text-align: center;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	color: #37312F;
}
#copyright {
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #DBDBDB;
}
.ftextarea {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.clear {
	clear: both;
}













