@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px;
	margin:5px 0px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #996600;
	text-decoration: none;
}

body {
	background: #231009 url(../img/Bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.Left {
	float: left;
	padding: 0px 10px 0px 0px;
}
.Right {
	float: right;
	padding: 0px 0px 0px 10px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.MainBodyImgLeft{
	margin: 0px 6px 6px 0px;
	float: left;
}
.MainBodyImgRight{
	margin: 0px 0px 6px 6px;
	float: right;
}
.img{
	float: left;
	display: inline;
	margin: 0px 4px 4px 0px;
	border: none;
}


/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	background: #FFFFFF;
	padding: 0px;
	width: 900px;
	text-align: left;
	border-right: 3px solid #201509;
	border-left: 3px solid #201509;
	margin: 0px auto;
	border-top: 1px solid #201509;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 4px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 16px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
	background: url(../img/Pageup.gif) no-repeat right 6px;
}

.PageNavi{
	margin: 0px 10px 10px 0px;
	padding: 5px;
	line-height: 1.3em;
}
.PageNavi a.PageNaviNext,
.PageNavi a.PageNaviBack{
	width:250px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.PageNavi a.PageNaviNext{
	text-align: right;
	float:right;
	background: url(../img/PageNext.gif) no-repeat right 4px;
	padding: 0px 15px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 4px;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: #201509 url(../img/HeaderBg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 900px;
	position: relative;
	top: 0px;
}
.HeaderArea h1, .HeaderText {
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 34px;
	top: 35px;
	width: 855px;
	height: 35px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	text-decoration: underline;
	color: #FFFFCC;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 34px;
	top: 80px;
	color: #EEE6AC;
	width: 497px;
	height: 72px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 34px;
	top: 10px;
	color: #EEE6AC;
	width: 800px;
	font-weight: bold;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 138px;
	right: -9px;
	width: 95px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.HeaderInfoList ul li a {
	color: #003399;
	margin: 0px 1em 0px 0px;
	padding: 2px 0px 3px 20px;
	background: url(../img/HeaderInfoListSitemap.gif) no-repeat 0px 0px;
	display:block;
	float: left;
}
.HeaderInfoList ul li a:hover {
}
/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 22px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(../img/ColumnMain.gif) repeat-y 0px 0px;
	border-bottom: 1px solid #E0DCBC;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 0px;
	padding: 0px;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px;
	background: #EFF1E0;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background: #E0DCBC;
	line-height: 1.3em;
	font-size: 10px;
}


/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	padding: 5px;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	text-align: center;
	margin: 10px 0px 0px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background: #313f33;
}
.FooterArea a:link ,
.FooterArea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 650px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 43px;
}

.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 240px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink,
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px;
}
.SideTopLink a ,
.SideMenuListHeadLevel1 a {
	background: #596222 url(../img/SideMenuListCategoryLevel1.gif) no-repeat 3px 6px;
	margin:0px;
	padding: 6px 10px 6px 26px;
	line-height: 1.3em;
	border: 1px solid #999933;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
.SideMenuListHeadLevel2 a {
	background: #6D7737 url(../img/SideMenuListCategoryLevel2.gif) no-repeat 4px 6px;
	margin:0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	border: 1px solid #666633;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
.SideTopLink a:hover,
.SideMenuListHeadLevel1 a:hover {
	color: #FFCC66;
	background: #596222 url(../img/SideMenuListCategoryLevel1.gif) no-repeat 4px 6px;
}
.SideMenuListHeadLevel2 a:hover {
	color: #FFCC66;
	background: #6D7737 url(../img/SideMenuListCategoryLevel2.gif) no-repeat 5px 6px;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.SideMenuListArea ul li {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 3px;
	background: #FFFFFF url(../img/SideMenuListPageBg.gif) repeat-x bottom;
	border-bottom: 1px solid #999966;
}
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 {
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	line-height: 1.3em;
	display: block;
	padding: 6px 10px 6px 25px;
	list-style: none;
	background: url(../img/SideMenuListPage.gif) no-repeat left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	margin: 0px;
	padding: 6px 10px 6px 30px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:link , 
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:visited {
	background: url(../img/SideMenuListPickup.gif) no-repeat left center;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover , 
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:active {
	background: url(../img/SideMenuListPickup.gif) no-repeat 3px center;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 10px;
	padding: 0px 10px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #8F7343;
	padding:5px 0px 5px 16px;
	background: #E1E4CD;
	margin: 10px 0px 5px;
	color: #6F6D4D;
}
.MainBody h5 , .MainBodyPage h4 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #666633;
	margin: 10px 0px 5px;
	padding:5px 0px 5px 16px;
	background: #DEE2A5;
	color: #59500D;
}
.MainBody h4 , .MainBodyPage h3 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #C19257;
	padding:5px 0px 5px 10px;
	background: #F0ECCA;
	margin: 10px 0px 5px;
	border-left: 6px solid #C19257;
	color: #5C4A2C;
}
.MainBody h3 , .MainBodyPage h2 {
	border-bottom:1px solid #3b2710;
	border-left:6px solid #3b2710;
	color:#573917;
	font-size:20px;
	font-weight:bold;
	margin: 10px 0px 5px;
	padding: 5px 0px 5px 10px;
	background: url(../img/H3Bg.gif) repeat-y top;
}
.MainBody h1 , .MainBodyPage h1 , .MainBody h2 {
	margin: 0px 0px 10px;
	padding: 6px 0px 3px 40px;
	background: #544634 url(../img/HeadBgL.gif) no-repeat 0px 0px;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #F5F0E7;
	border-bottom: 3px solid #544634;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #0033CC;
}
.MainBody p.CatchCopy {
	color: #b24543;
	margin: 0px 0px 20px;
	padding: 16px 10px;
	border: #f5c9a6 1px solid;
	background: #ffedee url(../img/CatchCopy.gif);
	line-height: 2.924em;
}
/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	margin: 10px 10px 1em 20px;
	padding: 0px;
	list-style: none;
}
.MainBody ul li , .MainBodyPage ul li ,
.MainBody ul.MainBodyListLevel1 li , .MainBodyPage ul.MainBodyListLevel1 li {
	background: url(../img/ListLevel1.gif) no-repeat 0px 3px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/ListLevel2.gif) no-repeat 0px 3px;
}
.MainBody ol  , .MainBodyPage ol{
	margin: 10px 10px 1em 20px;
	padding: 0px;
}
.MainBody ol li , .MainBodyPage ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* MainBodyTable */
/* ---------------------------------------------- */
.MainBody Table , .MainBodyPage Table {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	border-top: 1px solid #8F7343;
	border-left: 1px solid #8F7343;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #E0DCBC;
	border-bottom: 1px solid #8F7343;
	border-right: 1px solid #8F7343;
	padding: 5px;
	line-height: 1.5em;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #8F7343;
	border-right: 1px solid #8F7343;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 15px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: url(../img/H3Bg.gif) no-repeat 0px top;
	margin: 20px 0px 5px;
	padding: 5px 0px 5px 15px;
	font-size: 18px;
	line-height: 1.3em;
	color: #544634;
	border-bottom: 1px solid #8F7343;
	border-left: 6px solid #8F7343;
	font-weight: bold;
}
.PageListArea h3 {
	margin: 20px 0px 5px;
	padding: 5px 5px 5px 15px;
	font-size: 16px;
	line-height: 1.3em;
	color: #01585D;
	border-bottom: 1px solid #5692A5;
	font-weight: bold;
	border-left: 6px solid #5692A5;
}
.PageListDouble {
	padding: 0px;
	margin: 0px;
}
.PageListSingle {
	margin: 0px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 15px 10px;
	margin: 0px;
	padding: 10px 20px 5px 40px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 13px 4px;
	margin: 0px;
	padding: 10px 20px 10px 63px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 20px 10px;
	line-height: 1.5em;
	font-size: 12px;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 2px 7px;
	margin:0px;
	padding: 6px 0 6px 26px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 0px;
	margin:0px;
	padding: 6px 0 6px 52px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px;
	padding: 10px 10px 7px 20px;
	background: url(../img/NewsTopAreaBg.gif) repeat-y top;
	font-size: 18px;
	color: #544634;
	border-bottom: 3px solid #544634;
}
.PageRelation ul {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 5px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px;
	padding: 10px 10px 7px 20px;
	background: url(../img/NewsTopAreaBg.gif) repeat-y top;
	font-size: 20px;
	color: #544634;
	border-bottom: 3px solid #544634;
}
.NewsTopArea ul {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 5px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
