@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top;
}

body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "MS Pゴシック" , sans-serif;
	text-align: center;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #000000;
	background-color: #000000;
	background-image: url(../images/back.gif);
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 105%;
	
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 80%;
	
}

p  {
	margin: 10px 0px 10px 10px;
	color: #000000;
}


#wrapper {
	width: 807px;
	margin: 50px auto;
	text-align: left;
}

#primary {
	width: 680px;
	float: left;
	background: #E9E0D1 url(../images/co_pri_b.jpg) repeat-y;
}

#secondary {
	margin-left: 5px;
	width: 122px;
	float: right;
	background-color: #666666;
	background-image: url(../images/back_s.gif);
}

#header {
	position: relative;
	width: 680px;
	height: 130px;
	background: #E9E0D1 url(../images/headback.jpg) no-repeat;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#logo2 {
	position: absolute;
	left: 0;
	top: 24px;
}

#logo3 {
	position: absolute;
	left: 173px;
	top: 24px;
}

#midashi h3 {
	margin: 5px 40px 10px 50px;
	line-height: 1.3;
}
	
#content {
	width: 680px;
	background: #E9E0D1 url(../images/main_2-1.jpg) repeat-y;
}

.section h2{
	margin: 0 240px 20px 70px;
	padding-top: 15px;
	color: #993333;
	line-height: 1.2;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

.section p {
	margin: 0 240px 0 70px;
	padding-bottom: 15px;
	line-height: 2;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

#navi {
	width: 339px;
	margin: 10px 0 0 225px;
}

#navi ul {
	list-style: none;
}

#navi li {
	float: left;
}

#navi li a {	
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#navi li a:hover {
	color: #ec8602;
}

#snavi {
	width: 120px;
	background: #333333;
}

#snavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}

#snavi li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

#snavi a {
	padding: 4px 0 4px 10px;
	background: #333333 url(../images/list_marker_red.gif) left center no-repeat;
	display: block;
	width: 110px !important;
	width /**/: 120px;
	color: #D8D3D7;
	text-decoration: none;
}

#snavi li a:hover {
	color: #ec8602;
}

#footer {
	clear: both;
	width:678px;
}
