@charset "utf-8";

/* 基本設定 ここから */
/* レイアウト設定 ここから */

#pageBody {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: ;
	position: relative;
	background-image: url(../images/top/top_bg_c.jpg);
	background-repeat: repeat-y;
}

#contents {
	float: left;
	margin: 0px;
	padding: 0px;
}

#side {
	width: 150px;
	padding-left: 0px;
	float: right;
	
}

#pageTop {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 100px;
	background-image: url(../images/top/top_bg_t.jpg);
	background-repeat: no-repeat;
}

#contentsWrap {
	clear: both;
	margin-top: 30px;
}

/* SITEMAP　ここから */

dl.sitemapList {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 300px;
	padding: 0px;
	clear: left;
}
dl.sitemapList dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
dl.sitemapList dd {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
dl.sitemapList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*
dl.sitemapList ul a:link {
	color: #663300;
	text-decoration: none;
}
dl.sitemapList ul a:visited {
	color: #663300;
	text-decoration: none;
}
dl.sitemapList ul a:hover {
	color: #FF6600;
	text-decoration: none;
}
dl.sitemapList ul a:active {
	color: #000000;
	text-decoration: none;
}

*/
dl.sitemapList_right {
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: right;
}
dl.sitemapList_right dt {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 1em;
	font-weight: lighter;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	clear: both;
	line-height: 1.5em;
}
dl.sitemapList_right dd {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
dl.sitemapList_right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.menu {
	margin: 0px;
	padding-left: 20px;
}


p.img_bana {
	float: left;
	clear: right;
	margin: 0px;
	padding-right: 10px;
}
/* SITEMAP　ここまで */
/*フッターここから*/
#footer {
	width: 800px;
	height: 267px;
	margin: 0px;
	clear: both;
	background-image: url(../images/top/top_footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	font-size: 0.8em;
	padding-left: 60px;
	
}

