﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding:0;
	border: 0;
}
body {
	line-height: 2;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	color: #333;
}
ol, ul {
	list-style: none;
}
a {
	color: #6666FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
.col1 {
	color: #f58c95;
	font-size: 16px;
	font-weight: normal;
}

#header {
	width: 100%;
	height: 160px;
	background-color:#fff;
	border-top:3px solid #f58c95;
}
#header a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
#header_inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#header p {
	position: absolute;
	left:0;
	top: 20px;
}
#header h1 {
	position: absolute;
	left:0;
	top: 0;
	font-size: 11px;
	font-weight: normal;
	color:#333;
}
#header h2 {
	position: absolute;
	right:0;
	top: 70px;
	font-size: 11px;
	font-weight: normal;
	color:#333;
}
#header h2 b {
	color:#f58c95;
}
.header_nav ul {
	position: absolute;
	right:0;
	top:  0;
}
.header_nav li {
	float: left;
	font-size: 12px;
	font-weight: normal;
}
.nav_left a {
	width: 110px;
	height: 25px;
	line-height: 22px;
	background-color:#f58c95;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	border-radius:0 0 0 8px;
	-moz-border-radius:0 0 0 8px;
	-webkit-border-radius:0 0 0 8px;
	-o-border-radius:0 0 0 8px;
	-ms-border-radius:0 0 0 8px;
}
.nav_center a {
	width: 110px;
	height: 25px;
	line-height: 22px;
	background-color:#f58c95;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}
.nav_right a {
	width: 110px;
	height: 25px;
	line-height: 22px;
	background-color:#f58c95;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	-o-border-radius:0 0 8px 0;
	-ms-border-radius:0 0 8px 0;
}
#main_nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color:#372c28;
}
#main_nav_inner {
	margin: 0 auto;
	width: 960px;
}
.main_nav_box {
	float: left;
}
.main_nav_box li {
	padding:0 20px;
	display: inline;
	list-style-type: none;
}
.main_nav_box li.first {
	padding-left:0;
}
.main_nav_box li a {
	color: #fff;
	text-decoration: none;
}
.main_nav_box li.first a {
	color: #f58c95;
	text-decoration: none;
}
.main_nav_box a:hover {
	color: #f58c95;
}
.main_nav_box li.first a:hover {
	color: #fff;
}
#search {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color:#f58c95;
}
#search_inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#search p {
	position: absolute;
	left:0;
	top: 0;
	color: #fff;
}
#search_form {
	position: absolute;
	right:0;
	top: 0;
}
#text {
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	color:#666;
	padding:3px;
}
#bottan {
	font-size: 12px;
	font-weight: normal;
	color:#666;
	padding:3px 5px;
}
#container {
	width: 100%;
	margin:0 auto;
}
#container a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
#container_inner {
	width: 960px;
	margin:0 auto;
}
.mainimg img {
	margin: 30px 0;
	width: 960px;
	height:300px;
	border:1px solid #f58c95;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
}
#content {
	width: 960px;
	margin:0 auto;
}
#post1 {
	width: 620px;
	float: left;
}
.post_box {
	clear: both;
	width: auto;
	background-color:#ffffff;
}
.post_box h2 {
	background-color: #f58c95;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-o-border-radius:8px 8px 0 0;
	-ms-border-radius:8px 8px 0 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
.post_box a {
	color: #666;
}
.post_box b {
	font-size: 16px;
	font-weight: normal;
}
.post_box span {
	padding-left: 10px;
}
.post_box ul {
	margin-bottom: 30px;
	border: 1px solid #f58c95;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	-o-border-radius:0 0 8px 8px;
	-ms-border-radius:0 0 8px 8px;
}
.post_box ul li {
	padding: 3px 0;
	display: inline-block; 
	width: 13%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#post2 {
	width: 310px;
	float: right;
}
.post_box1 {
	clear: both;
	width: auto;
	background-color:#ede6e6;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-o-border-radius:8px 8px 0 0;
	-ms-border-radius:8px 8px 0 0;
}
.post_box1 h3 {
	background-color: #f58c95;
	border-bottom:1px solid #f58c95;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-o-border-radius:8px 8px 0 0;
	-ms-border-radius:8px 8px 0 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
.post_box1 a {
	color: #f58c95;
}
.post_box1 b {
	font-size: 16px;
	font-weight: normal;
}
.post_box1 ul {
	margin-bottom: 30px;
}
.post_box1 ul li {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 0 20px;
}
#pagetop {
	clear: both;
	background-color:#f58c95;
	height: 40px;
	width: 100%;
}
#pagetop_inner {
	margin:0 auto;
	line-height: 40px;
	width: 960px;
}
#pagetop p {
	font-size: 12px;
	text-align: center;
}
#pagetop a {
	color: #fff;
}
#pagetop a:hover {
	text-decoration: none;
}
#sitemap {
	background-color:#ede6e6;
	height: 150px;
	width: 100%;
}
#sitemap_inner {
	margin:0 auto;
	padding: 50px 0;
	width: 960px;
}
#sitemap p {
	font-size: 12px;
	color: #666;
	text-align: left;
}
#sitemap ul {
	float: left;
}
#sitemap ul li {
	padding-right:20px;
	display: inline;
	list-style-type: none;
}
#sitemap a {
	color: #666;
}
#footer {
	background-color:#372e2a;
	height: 80px;
	width: 100%;
}
#footer_inner {
	margin:0 auto;
	line-height: 80px;
	width: 960px;
}
#footer p {
	font-size: 12px;
	color: #fff;
	text-align: right;
}
#pr {
	background-color:#000;
	width: 100%;
	margin:0 auto;
	font-size: 10px;
}
#pr_inner {
	/* width: 700px; */
	margin:0 auto;
}
