@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/page-back.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	*font-family: "メイリオ", "ＭＳ Ｐゴシック";
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/* for IE6 */
* html body {
	font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}
/* for IE8 */
html>/**/body {
	font-size /*\**/: 75%\9;
	font-family /*\**/: "メイリオ", "ＭＳ Ｐゴシック"\9;
}
a:link {
	color: #0044CC;
}
.head-bar {
	background-color: #554F45;
}
.head-bar-textbox {
	font-size: 84%;
	line-height: 1.1;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px auto;
	width: 820px;
}
.back-shadow {
	margin: 0px auto;
	padding: 0px;
	width: 840px;
	background-image: url(img/shadow-back.jpg);
	background-repeat: no-repeat;
}
#content-box {
	margin: 0px auto;
	padding: 0px;
	width: 820px;
	background-color: #FFFFFF;
	background-image: url(img/content-back.jpg);
	background-repeat: no-repeat;
}
.head-box {
	margin: 0px;
	padding: 10px 30px 0px;
	zoom: 100%;
}
.head-box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.head-box h1 {
	line-height: 1.1;
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 30px;
	width: auto;
	float: left;
	text-shadow: #36414d 0 1px 3px;
	color: #333333;
	letter-spacing: 2px;
}
.head-box p {
	float: right;
	width: auto;
	margin: 40px 0px 0px;
	padding: 0px;
	text-shadow: #36414d 0 1px 3px;
	line-height: 1.1;
}
.head-box h1 a {
	color: #333333;
	text-decoration: none;
}
.title-bar {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px 10px 4px;
	height: 20px;
	border-bottom: 1px solid #333333;
	clear: both;
}
.title-bar h2 {
	font-size: 117%;
	line-height: 1.1;
	color: #443D2E;
	margin: 4px 0px 0px;
	padding: 4px 0px 4px 18px;
	background-image: url(img/arrow1icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.find-box {
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.find-box form {
	margin: 0px;
	padding: 0px;
}
.body-box {
	clear: both;
	min-height: 450px;
	_height: 450px
}
.main-box {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	float: left;
	width: 550px;
}
.contents-top {
	padding: 7px 10px 0px;
	margin: 2px 0px;
	height: 23px;
	background-image: url(img/contents-topbar.gif);
	font-size: 84%;
	background-repeat: no-repeat;
}
.contents-top a {
	font-weight: bold;
}
.adlink {
	padding: 0px;
	height: 15px;
	margin: 4px 2px 2px;
	border-bottom: 2px solid #EFEFEF;
	text-align: right;
}
.side-box {
	float: right;
	width: 240px;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}
.side-poster {
	margin: 5px 0px 0px;
	text-align: center;
}
.blog-parts {
	padding: 4px;
	margin: 5px 0px 0px;
	text-align: center;
	background-color: #EFEFEF;
}
.blog-parts iframe {
	height: 350px;
}
.und-box {
	clear: both;
	margin: 10px 10px;
	padding: 6px 0px 10px;
	text-align: center;
	border-top: 2px solid #dddddd;
	font-size: 84%;
}
.und-box a {
	color: #333333;
}
.und-box img {
	margin: 0px 4px 0px 0px;;
}
.navi-box {
	margin: 4px 0px 0px;
	padding: 0px;
}
.cate-head {
	background-image: url(img/category-head.gif);
	margin: 0px;
	padding: 0px;
}
.cate-head h3 {
	margin: 0px;
	padding: 4px 0px;
	line-height: 1.1;
	color: #FFFFFF;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
}
.cate-list {
	margin: 0px;
	padding: 0px;
	background-color: #434343;
	font-size: 92%;
}
.cate-list iframe {
	width: 240px;
	height: 320px;
	background-color: #434343;
	border: none;
}
.cate-list ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
.cate-list li {
	margin: 0px;
	padding: 8px 0px 6px 10px;
	color: #FFFFFF;
	line-height: 1.1;
}
.cate-list li.li-sub {
	background-image: url(img/category-list-back.gif);
	background-repeat: no-repeat;
}
.cate-list li.li-nosub {
	background-image: url(img/category-listnop-back.gif);
	background-repeat: no-repeat;
}
.cate-list li.li-subsub {
	padding: 2px 0px 6px 10px;
	background-image: url(img/category-seclist-back.gif);
	background-repeat: no-repeat;
}
.cate-list li.li-subnosub {
	padding: 2px 0px 6px 10px;
	background-image: url(img/category-seclist-back.gif);
	background-repeat: no-repeat;
}
.cate-list li a {
	color: #FFFFFF;
}
.cate-bottom {
	height: 10px;
	background-image: url(img/category-bottom.gif);
}
.map-tolink {
	margin: 8px 0px 0px;
	padding: 0px;
	border: 2px solid #554F45;
}
.map-tolink a {
	margin: 0px;
	padding: 25px 0px 0px;
	height: 40px;
	display: block;
	font-size: 134%;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	background-image: url(img/maplink.jpg);
	font-weight: bold;
	color: #333333;
}
.map-tolink a:hover {
	color: #993300;
	background-image: url(img/maplink-hover.jpg);
}
.mapkmled {
	margin: 4px 0px 0px;
	border: 2px solid #554F45;
	background-color: #FEFCF5;
}
.mapkmled a {
	margin: 0px;
	padding: 4px 0px;
	display: block;
	font-size: 109%;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.mapkmled a:hover {
	color: #993300;
	background-color: #F5F3EC;
}
.ckbackup {
	margin: 4px 0px 0px;
	border: 2px solid #554F45;
	background-color: #FEFCF5;
}
.ckbackup a {
	margin: 0px;
	padding: 4px 0px;
	display: block;
	font-size: 109%;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.ckbackup a:hover {
	color: #993300;
	background-color: #F5F3EC;
}
.maphelp {
	font-size: 84%;
	text-align: right;
	margin: 4px 0px 0px;
	padding: 0px 4px;
	line-height: 1.1;
}
.relative-small {
	font-size: smaller;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
}
.redtxt {
	color: #993300;
}
.adtext-top {
	margin: 4px 0px;
	padding: 0px;
	height: 60px;
	text-align: center;
	background-image: url(img/adstop.gif);
	background-repeat: no-repeat;
}
.adbox {
	margin: 6px 0px 0px;
	padding: 0px;
	height: 250px;
	clear: both;
	zoom: 100%;
}
.adbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.adtext-bottom {
	margin: 0px;
	padding: 3px 0px 0px;
	float: left;
	height: 250px;
	width: 300px;
}
.adimg-bottom {
	margin: 0px;
	padding: 25px 0px 0px;
	float: right;
	height: 225px;
	width: 200px;
}
a img {
	border: 0px;
}
