@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;
}

#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;
}

body#localPage #contentsWrap {
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* レイアウト設定 ここまで */

/* PageTopへのリンクテキスト ここから */
#gotoTop {
	font-size: 0.8em;
	text-align: right;
	text-transform: lowercase;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#gotoTop a {
	background-image: url(../images/top/go_top.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:20px;
}
/* PageTopへのリンクテキスト ここまで */

/* ローカルページ共通小見出し　ここから */

body#localPage #contents h3 {
	margin-bottom: 5px;
}

/* ローカルページ共通小見出し　ここまで */

/* メニュー パンくず　ここから */

#rootList_2 {
	font-size: 0.7em;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
}
#rootList_2 li {
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rootList_2 a {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rootList_2 li a:link {
	color: #663300;
	text-decoration: none;
}
#rootList_2 li a:visited {
	color: #663300;
	text-decoration: none;
}
#rootList_2 li a:hover {
	color: #FF6600;
	text-decoration: none;
}
#rootList_2 li a:active {
	color: #000000;
	text-decoration: none;
}


/* SITEMAP　ここから */

.sitemapList {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.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;
}
.sitemapList dd {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.sitemapList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sitemapList ul a:link {
	color: #663300;
	text-decoration: none;
}
.sitemapList ul a:visited {
	color: #663300;
	text-decoration: none;
}
.sitemapList ul a:hover {
	color: #FF6600;
	text-decoration: none;
}
.sitemapList ul a:active {
	color: #000000;
	text-decoration: none;
}

/* 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: 50px;
}


