@charset "utf-8";
/* CSS Document */


/*■■■■■■■■■■　共通設定　■■■■■■■■■■*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #522e00;
}
/*影背景用*/
#wrapper {
	background-image: url(../../img/bg_wrapper.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*レイアウト外枠*/
#container {
	height: auto;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*ナビ、メインをまとめて*/
#content {
	width: 780px;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*クリア設定用の空DIV*/
.clear {
	clear: both;
}
/*■■■■■■■■■■　ヘッダー　■■■■■■■■■■*/

#header {
	background-image: url(../../img/bg_header.gif);
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 780px;
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#sitemap {
	font-size: 80%;
	width: 100px;
	height: 10px;
	font-weight: bold;
	background-image: url(../../img/arrow_siteMap.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: right;
	margin: 0px;
}

/*■■■■■■■■■■　ヘッダーナビ　■■■■■■■■■■*/

#container table tr td {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


/*■■■■■■■■■■　メインナビ　■■■■■■■■■■*/

#navi {
	margin: 0px;
	float: left;
	height: auto;
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navi ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#navi p {
	text-align: center;
	font-size: 80%;
	line-height: 140%;
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #522e00;
	border-right-color: #522e00;
	border-bottom-color: #522e00;
	border-left-color: #522e00;
}
/*■■■■■■■■■■　メインコンテンツ　■■■■■■■■■■*/

#main {
	height: auto;
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

/*メインコンテンツの内容は共通事項はmain.cssに収容。*/
/*各ページ用のものはPageName.cssに収容*/

/*■■■■■■■■■■　フットナビ　■■■■■■■■■■*/

#footNavi {
	background-image: url(../../img/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
	width: 780px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 90%;
	clear: both;
}
#footNavi ul li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
	width: 780px;
	margin: 0px;
}
#footNavi p {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 780px;
}

/*■■■■■■■■■■　フッター　■■■■■■■■■■*/
#footer {
	background-image: url(../../img/bg_footer.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 780px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#footer p {
	color: #FFF;
	text-align: right;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
