﻿@charset "utf-8";

/* ========BASIC======== */
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	color:#333;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	background:#d9c7c3;
}

br {
	letter-spacing:normal;
}

a {
	color:#333;
	text-decoration:none;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3 {
	margin:0;
}

.small {
	color:#666;
	font-size:10px;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:1000px;
	margin:0 auto;
	background:#fff url("img/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
	width:1000px;
	background:url("img/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
	border-top:5px solid #562A14;
	margin:0 5px;
	padding:0;
}

div#navi {
	background:url("img/navi.png") right no-repeat #562A14;
	padding:10px 20px;
	margin:0 5px;
}

div#contents {
	clear:both;
	margin:0 5px;
	padding:20px 20px 0 20px;
}

div#main {
	float:left;
	width:645px;
	padding-bottom:50px;
}

div#sub {
	float:right;
	width:280px;
}

div#totop {
	clear:both;
	padding-top:20px;
}

div#footer {
	clear:both;
	margin:0 5px;
	background:#562A14 url(./img/footer.png) no-repeat;
	height: 80px;
	position:relative;
}

table {
	border-collapse:collapse;
	margin: 0 0 1em 17px;
	padding: 0;
}

.ad_list td {
	font-size:12px;
	padding: 2px 5px;
	vertical-align:top;
	border:0;
}

.ad_list img {
	padding:1px;
	border:1px solid #ccc;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color:#0172AB;
}

div#main a:hover {
	color:#0172AB;
	border:0;
	text-decoration:underline;
}

div#main h2,h3 {
	background:url(img/head.png) no-repeat;
	width:645px;
	height:34px;
	padding:9px 0 0 23px;
	margin-bottom:10px;
	font-size:14px;
	color:#562A14;
	font-weight:bold;
}

div#main p {
	margin:0 0 1em 17px;
	font-size:14px;
}

div#main div.section {
	margin-bottom:30px;
}

div#main ul,ol,dl {
	font-size:13px;
}

div#sub ul {
	margin:0 0 15px 0;
	padding:29px 0 0 0;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

div#sub li {
	padding:5px 0 3px 7px;
	font-size:12px;
	line-height:1.6;
	list-style:none;
	border-bottom:1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div#sub li:hover {
	background: #ccc;
}

div#sub li a {
	display:block;
	padding-left:14px;
	background:url("img/bg_sub_list.gif") 0 5px no-repeat;
}

.menu1 {
	background:url(img/menu.png) no-repeat;
}
.menu2 {
	background:url(img/menu2.png) no-repeat;
}
.menu3 {
	background:url(img/menu3.png) no-repeat;
}
.menu4 {
	background:url(img/menu4.png) no-repeat;
}
.menu5 {
	background:url(img/menu5.png) no-repeat;
}
.submenu {
	background:url(img/submenu.png) no-repeat;
}

.side_ad1  {
	background:url(img/ads.png) no-repeat;
	border:1px solid #ccc;
	padding:44px 0 15px 0;
	text-align:center;
	margin-bottom:15px;
}

.side_ad2  {
	background:url(img/ads.png) no-repeat;
	border:1px solid #ccc;
	padding:44px 0 15px 21px;
	text-align:left;
	margin-bottom:15px;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
	margin:10px 0;
	text-align:right;
	font-size:12px;
}

/* ========FOOTER CUSTOMIZE======== */
address {
	position:absolute; bottom:0; right:0;
	padding:13px 13px 8px 0;
	font-style:normal;
	font-size:12px;
	color:#fff;
	text-align:right;
}

address a {
	font-style:normal;
	font-size:12px;
	color:#fff;
}

#pankuzu {
	font-size:12px;
	padding-bottom:10px;
}

.bold { font-weight:bold; color:#562A14; }
.red { color:red; }

