﻿@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;
}
span {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	padding: 4px 5px 0px 0px;
	font-weight: normal;
	color: #37312F;
	text-align: right;
}
h2 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #37312F;
}
/*----------------------------------------------------------------
common
-------------------------------------------------------------------*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
#wrapper {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	background-color: #F8F8EE;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
#header {
	width: 938px;
	height: 127px;
	background:url(../images/common/header_bg.jpg);
	background-repeat:no-repeat;
}
#logo {
	width: 145px;
	height: 127px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
#header_text {
	width: 793px;
	height: 89px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
#header_text p {
	font-size: 12px;
	padding: 75px 7px 0px 0px;
	text-align: right;
}
#header_text a:hover {
	position:relative;
	top:1px;
	left:1px;
}
#navi1 {
	width: 938px;
	height: 33px;
	margin-top: 3px;
	background:url(../images/common/navi1_bg.jpg);
}
#navi1 ul {
	padding: 2px 0px 0px 238px;
}
#navi1 li {
	list-style: none;
	padding: 0px 0px 0px 30px;
	float: left;
	display: inline;
}
.navi2 {
	width: 938px;
	height: 26px;
	background: url(../images/common/navi2_bg.jpg);
	background-repeat: repeat-x;
}
.navi2 ul {
	padding: 0px 0px 0px 0px;
}
.navi2 li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
#contents {
	width: 938px;
	padding: 0px 0px 0px 0px;
}
#footer {
	width: 938;
	height: 105px;
	padding: 0px 0px 0px 0px;
	background: url(../images/common/footer_bg.jpg) no-repeat;
}
.clear {
	clear: both;
}














