@charset "UTF-8";

/* ========BASIC======== */
* {
	font-family:Verdana, Helvetica, sans-serif;
	color:#333;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background:#fff;
}

br {
	letter-spacing:normal;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#008000;
	text-decoration:none;
}

img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}


div#top {
	width:950px;
	margin:0 auto;
	background:#fff;
	border-top:5px solid #008F7C;
	border-bottom:5px solid #008F7C;
}

div#header {
	width:950px;
	background:#fff;
}

div#menu {
	width:950px;
	background:#000;
}

div#contents {
	clear:both;
	width:950px;
	margin-top:10px;
}

div#main {
	float:left;
	margin:0 10px;
	width:670px;
}

div#sub1 {
	float:left;
	width:260px;
}

div#sub2 {
	float:left;
	width:240px;
}

div#footer {
	position:relative;
	clear:both;
	width:950px;
}

/* 回り込み解除 */
div#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


div#header h1 {
	margin:0;
	padding:0 10px;
	font-size:2em;
	color:#000;
	line-height:80px;
}

div#header h1 a {
	color:#000;
}

div#header h1 a:hover {
	color:#999;
	text-decoration: underline;
}


div#menu ul {
	margin:0;
	padding:0;
}

div#menu li {
	float:left;
	font-size:0.75em;
	color:#333;
	list-style-type:none;
	padding:5px 0;
}

div#menu a{
	margin-right:1px;
	padding:5px 10px;
	color:#fff;
}

div#menu a:hover{
	color:#fff;
	text-decoration: underline;
}

/* 回り込み解除 */
div#menu ul:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


div#main a {
	color:#008000;
	font-size: 16px;
	padding: 3px 20px 3px 10px;
	text-decoration: underline;
}

div#main a:hover {
	border:0;
	color:#008000;
	text-decoration: underline;
}

div#main h2 {
	margin-bottom:5px;
	padding:2px 2px 2px 5px;
	font-size: 18px;
	font-weight:bold;
	line-height:1.4;
	border-left:5px solid #000;
	background:url(images/bg_h2.gif);
}

div#main h3 {
	margin-bottom:5px;
	font-size:0.88em;
	border-bottom:3px double #000;
	border-left:
}

div#main h4 {
	margin-bottom:2px;
	font-size:0.75em;
	line-height:1.4;
}

div#main h5 {
	margin-bottom:2px;
	font-size:0.75em;
	line-height:1.4;
}

div#main h6 {
	margin-bottom:2px;
	font-size:0.75em;
	line-height:1.4;
}

div#main ul,ol,dl{
	font-size:0.75em;
}

div#main li{

}

div#main dt{

}

div#main dd{
	padding:0;
	margin:0 0 1em 1em;
	padding:3px;
	background:#f1f1f1;
}


div#sub1 .section {
	background:#DEDDD0;
}

div#sub1 h2 {
	padding:5px;
	font-size: 18px;
	font-weight:bold;
	color:#fff;
	background:#DEDDD0 url(images/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub1 ul {
	margin:0;
	padding:5px 0 1em 1em;
}

div#sub1 li {
	margin:0;
	padding-left:18px;
	font-size: 12px;
	line-height:1.8;
	background:#DEDDD0 url(images/bg_list.gif) 0 4px no-repeat;
	list-style:none;
}


div#totop{
	position:relative;
	height:30px;
}

div#totop p{
	position:absolute;
	top:0;
	right:7px;
	margin:0;
	padding-left:8px;
	font-size:0.63em;
	background:#fff url(images/bg_totop.gif) 0 50% no-repeat;
}

address{
	padding:20px 0;
	text-align:center;
	font-size:0.63em;
	color:#333;
	border-top:1px solid #ccc;
}

p.read {
	text-align: center;
	font-size: 10px;
	padding:0px 0px 30px 0px;
}

p.message{
	font-size: 14px;
	padding:3px 30px 5px 15px;
	line-height: 150%;
}

p.date{
	font-size: 8px;
	padding:1px 0px 0px 10px;
#	font-weight: bold;
}

p.adv {
	padding: 5px 5px 0px 10px;
}

p.side-adv {
	background: #ffffff;
	padding: 30px 0px 0px 30px;
	margin: 0px;
}

#pankuzu {
	text-align: left;
	font-size: 10px;
	padding: 10px 0px 10px 10px;
}