﻿@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: #666666;
	border-left-color: #666666;
	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: 12px;
	padding-left: 8px;
	margin-bottom: 0px;
	font-weight: bold;
	background-color: #FFCC33;
}
dt a{
	color: #000;
	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: #666666;
	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: #FFCC33;
	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;
}
