@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E6F2E8;
	margin: 0px;
	padding: 0px;
	color: #666;
	font: 14px/180% "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
#wrapper {
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFF;
}
#nav {
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 20px;
}
#nav ul {
	list-style-type: none;
	margin-bottom: 10px;
}
.menu_title {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #FF9300 url(images/title_bg01.png) no-repeat top;
}
#nav ul li a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FF9300;
	border-bottom-color: #FF9300;
	border-left-color: #FF9300;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	border-right-style: solid;
	border-left-style: solid;
	font-weight: bold;
}
#nav a:link {
	background-color: #FFF;
	color: #090;
}
#nav a:visited {
	color: #090;
	background: #FFF;
}
#nav a:hover {
	color: #060;
	background: #FFECD9;
}
#contents a:link {
	color: #0069d2;
}
#contents a:visited {
	color: #0069d2;
}
#contents a:hover {
	color: #FFF;
	text-decoration: none;
	background: #0069d2;
}
#contents {
	width: 590px;
	float: left;
}
#contents p {
	margin-bottom: 25px;
	margin-right: 10px;
	margin-left: 10px;
}
#contents ul {
	margin-top: -10px;
	margin-left: 40px;
	margin-bottom: 15px;
	list-style: url(images/mark02.png) none;
}

#footer {
	background: #666;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}
h1 {
	padding: 0px;
	font-size: 8px;
	background: #FFF;
	border-style: none;
	vertical-align: bottom;
	margin: 0px 0px 10px;
}
h2 {
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #FFF;
	padding-left: 20px;
	background: #FF9300 url(images/title_bg02.png) no-repeat top;
	margin-bottom: 20px;
}
h3 {
	margin-right: 10px;
	margin-left: 10px;
	border-left: 7px solid #FF9300;
	padding-left: 5px;
	color: #FF9300;
	margin-bottom: 5px;
}

#header img{
	border-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
img {
	border-style: none;
}

.ads01 {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF9300;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}

.ads02 {
	text-align: center;
	border: 1px solid #FF9300;
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.box_flash {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.box_float_l {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
	width: 780px;
}
hr {
	margin-bottom: 20px;
	background-image: url(images/hr.png);
	height: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-collapse:collapse;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	width: 560px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px;
}
th {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	background-color:#F1F1F1;
	width: 170px;
}caption {
	text-align: left;
	background: #999;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.as {
	background: #eeeeee;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.txt_red {
	font-weight: bold;
	color: #C30;
}


address {
	font-style: normal;
	font-size: 14px;
	color: #CCC;
}
