﻿@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-bottom: 0px;
	background-image: url(../image/back.gif);
}
dl  {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	display: block;
}
dt {
	height: 15px;
	width: 172px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	padding-left: 8px;
	margin-bottom: 0px;
	font-weight: bold;
	background-color: #07A0D3;
	color: #FFFFFF;
	background-image: url(../image/h2_bar.jpg);
}
dt a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
dt a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
dd   {
	list-style-type: none;
	margin: 0px;
	display: block;
	font-weight: bold;
}

.header {
	width: 760px;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFF;
}
.header p {
	margin: 0px;
	padding: 0px;
}


.header img {
	margin: 0px;
	padding: 0px;
}
.header a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.left a.link{
	display:block;
	background-color:#FFF;
	width:163px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 20px;
	color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	text-decoration: none;
	margin: 0px;
}
.left a:hover.link{
	background-color:#EBEBEB;
	color: #000;
	margin: 0px;
	display: block;
}


.footer {
	text-align: center;
	margin: 0px;
	width: 760px;
	background-color: #07A0D3;
	padding: 0px;
	clear: both;
	font-size: 10px;
}

.footer p {
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer a{
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu {
	width: 180px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px;
	display: block;
}

/* 広告 */
.adOverture {
	background-color: #fff;
	display: inline-block;
}
.adOverture:after {
	content: "";
	display: block;
	clear: both;
}
.adOverture dl {
	float: left;
	width: 210px;
	margin: 10px;
	background-color: #fefded;
	padding:10px;
}
* html .adOverture dl {
	margin: 10px 7px;
}
.adOverture dl dt {
	background: none;
	font-size: 12px;
	padding: 0;
	width: 200px;
	height: auto;
}
.adOverture dl dt a {
	font-weight: bold;
	color: #f86c19;
}
.adOverture dl dt a:hover {
	color: #fbaf41;
}
.adOverture dl dd a {
	font-weight: normal;
}
.adOverture dl dd.adBody {
	margin: 5px 0;
}
.adOverture dl dd.adBody a {
	color: #000;
	text-decoration: none;
}
.adOverture dl dd.adFooter a {
	font-size: 11px;
	font-family: Verdana;
	color: #fbaf41;
	text-decoration: none;
}
.ad_info {
	background-color: #fff;
	text-align: right;
	padding-right: 20px;
	color: #666;
}
* html .ad_info {
	padding-top: 10px;
}
.ad_info a {
	color: #f86c19;
	text-decoration: none;
}
.ad_info a:hover {
	color: #fbaf41;
}
