@charset "UTF-8";

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

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

br {
	letter-spacing:normal;
}

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

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

img {
	border:0;
}

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


div#top {
	width:978px;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
}

div#header {
	width:974px;
	margin:0 2px;
	background:#4f3333;
}

div#menu {
	width:974px;
	margin:0 2px;
	background:#ccc;

}

div#contents {
	clear:both;
	width:974px;
	margin:0 2px;
	padding:10px 0;
}

div#main {
	float:left;
	width:684px;
	padding:0 5px;
}

div#sub {
	float:right;
	width:270px;
	padding-right:5px;
}

div#footer {
	clear:both;
	width:974px;
	margin:0 2px;
}

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


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

div#header h1 a {
	color:#fff;
}


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 li a{
	margin-right:1px;
	padding:5px 10px;
	color:#fff;
	background:#9C6565;
}

div#menu li a:hover{
	color:#fff;
	background:#DF8713;
}

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



div#main a {
	color:#DF8713;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px 0px 10px;
	text-decoration: underline;
	line-height: 140%;
}

div#main a:hover {
	color:#DF8713;
	text-decoration: underline;
}

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

div#main h3 {
	margin-bottom:2px;
	padding-left:25px;
	font-size:0.88em;
	line-height:1.4;
	background:url(images/bg_h3.gif) 0 50% no-repeat;
}

div#sub .section {
	margin-bottom:10px;
	padding:10px;
	background:#DEDDD0;
}

div#sub h2 {
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #93847B;
}

div#sub ul {
	margin:0;
	padding:5px 0 0 10px;
}

div#sub li {
	margin:0;
	padding-left:10px;
	font-size:16px;
	line-height:1.4;
	background:#DEDDD0 url(images/bg_list.gif) 0 50% 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: 16px;
	padding: 3px 30px 3px 15px;
	line-height: 130%;
}

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;
}