@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 {
	color: #960;
	text-decoration: underline;
}
a:visited {
	color: #633;
	text-decoration: underline;
}
a:hover {
	color: #633;
	text-decoration: none;
}
a:active {
	color: #633;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	background-image: url(../img/Bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.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 {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/PageBg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	line-height: 1.3em;
	font-size: 12px;
	background-image: url(../img/PageBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 6px 10px 0px;
}
/* ---------------------------------------------- */
/* 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 8px;
}

.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: #000000 url(../img/HeaderBg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 215px;
	width: 900px;
	position: relative;
}
.HeaderArea h1, .HeaderText {
	color: #FF9;
	font-size: 26px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50px;
	width: 800px;
	text-align: center;
	top: 65px;
	font-weight: bold;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	text-decoration: none;
	color: #FF9;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	color: #FFC;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50px;
	width: 800px;
	text-align: center;
	top: 119px;
	color: #C93;
	font-weight: bold;
	font-size: 14px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50px;
	width: 800px;
	text-align: center;
	top: 26px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 179px;
	right: 10px;
	width: 232px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display:block;
	float: right;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 0px 0px 5px 18px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display:block;
	color: #e7b767;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url(../img/ColumnMain.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C4ACA4;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px;
	background: #EAE1CA;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background: #FBF6E8;
	line-height: 1.3em;
	font-size: 10px;
}

/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	margin: 0px;
	background-image: url(../img/FooterBg.gif);
}
.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: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #000000 url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 260px;
	height: 50px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
	background-position: 0px 0px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	line-height: 1.5em;
	display: block;
	background-repeat: no-repeat;
	background-position: 6px 9px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 26px;
	font-weight: normal;
	background-image: url(../img/SideMenuListCategoryLevel1.gif);
	background-color: #EFE7D3;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.SideMenuListHeadLevel2 a {
	line-height: 1.5em;
	display: block;
	background-repeat: no-repeat;
	background-position: 6px 9px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 26px;
	background-image: url(../img/SideMenuListCategoryLevel1.gif);
	font-weight: normal;
	background-color: #EFE7D3;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
	background-position: 4px 6px;
	background-image: url(../img/SideMenuListCategoryLevel1_1.gif);
	background-color: #FBF6E8;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 4px 6px;
	background-image: url(../img/SideMenuListCategoryLevel1_1.gif);
	background-color: #FBF6E8;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,
.SideMenuListArea ul.SideMenuListLevel2 li,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a ,
.SideMenuListArea ul.SideMenuListLevel2 li a {
	margin: 0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C4ACA4;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url(../img/SideMenuListPageLevel1.gif);
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url(../img/SideMenuListPageLevel1.gif);
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background-position: 10px 10px;
	background-image: url(../img/SideMenuListPageLevel2.gif);
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	display:block;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 6px 10px 6px 30px;
	background-image: url(../img/SideMenuListPickupLevel1.gif);
	margin: 0px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 8px 8px;
	background-image: url(../img/SideMenuListPickupLevel1_1.gif);
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	margin: 0px;
	display:block;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 26px;
	background-image: url(../img/SideMenuListPickupLevel2.gif);
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background-position: 8px 8px;
	background-image: url(../img/SideMenuListPickupLevel2_1.gif);
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 10px 10px 0px;
	padding: 0px 10px;
	color: #666;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #584139;
	margin: 0px 0px 6px 4px;
	padding: 0px 0px 5px 5px;
}
.MainBody h5 , .MainBodyPage h4 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #584139;
	margin: 0px 0px 6px 4px;
	padding: 0px 0px 5px 5px;
}
.MainBody h4 , .MainBodyPage h3 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #584139;
	margin: 0px 0px 6px 4px;
	padding: 0px 0px 5px 5px;
}
.MainBody h3 , .MainBodyPage h2 {
	color:#666;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 6px 0px;
	padding: 5px 0px 5px 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #584139;
	border-left-color: #584139;
	background-color: #F4ECD9;
}
.MainBodyPage h1 , .MainBody h2 {
	background: url(../img/HeadBgL.gif) no-repeat 0px 0px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #985734;
	border: none;
	margin: 0px 0px 6px 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 50px;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #C30;
}
.MainBodyImgLeft{
	margin: 0px 10px 10px 0px;
}
.MainBodyImgRight{
	margin: 0px 0px 10px 10px;
}

/* ---------------------------------------------- */
/* 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/MainBodyListLevel1.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/MainBodyListLevel2.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;
	padding: 0px;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #c9933b;
	border-left-color: #c9933b;
	color: #584139;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	padding: 5px;
	line-height: 1.3em;
	background-color: #e8b96c;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c9933b;
	border-bottom-color: #c9933b;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	line-height: 1.3em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c9933b;
	border-bottom-color: #c9933b;
	text-align: left;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 15px 0px;
	padding: 0px;
}
.PageListArea h2 {
	font-size: 18px;
	line-height: 1.3em;
	color: #C96;
	font-weight: bold;
	background-image: url(../img/PageListHeadBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 38px;
	background-color: #fbf6e8;
	border: 1px solid #C18446;
}
.PageListArea h3 {
	font-size: 16px;
	line-height: 1.3em;
	color: #01585D;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #584139;
	border-left-color: #584139;
}
.PageListDouble {
	margin: 10px 0px;
	padding: 0px;
	background: url(../img/PageListBgDoubleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle {
	margin: 10px 0px;
	padding: 0px;
	background: url(../img/PageListBgSingleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
	background-image: url(../img/PageListBgSingleHead.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	margin: 0px;
	padding: 10px 20px 5px 40px;
	line-height: 1.3em;
	background-image: url(../img/PageListPage.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	margin: 0px;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 32px;
	background-image: url(../img/PageListPickup.gif);
	background-repeat: no-repeat;
	background-position: 13px 15px;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 20px 20px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 0px 3px;
	margin:0px;
	padding: 5px 0px 5px 30px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 8px 7px;
	margin:0px;
	padding: 5px 0px 5px 30px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	color: #482409;
	border: 1px solid #c9933b;
	background-image: url(../img/PageRelationHeadBg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #e8b96c;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 3px;
	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 5px;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	color: #482409;
	border: 1px solid #c9933b;
	background-image: url(../img/NewsTopHeadBg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #e8b96c;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 3px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
