@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.5em;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #a67c52;
	text-decoration: underline;
}
a:visited {
	color: #f29c9f;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:active {
	color: #eab92d;
	text-decoration: underline;
}
body {
	margin: 0;
	padding: 0;
	background:#fef5db url(../img/Bg.gif) repeat-x;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.Clear {
	clear: both;
	font-size: 1px;
}
.Left{
	float: left;
}
.Right{
	float: right;
}
/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	width: 908px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	background: url(../img/ct_bg.gif) repeat-y 0 0;
	text-align: left;
}
/*ie6*/
* html .All {
	width: 894px;
	}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {	
	margin: 0 0 0 4px;
	padding: 10px 10px 0 20px;
	font-size: 12px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{	
	margin: 0 15px 10px 0;
	padding: 5px 14px 5px 5px;
	background: url(../img/Pageup.gif) no-repeat right center;
	font-size: 10px;
	line-height: 1.3em;
	text-align:right;
}
.PageNavi{
	margin: 0 10px 10px;
	padding: 5px;
	line-height: 1.3em;
}
.PageNavi a.PageNaviNext,
.PageNavi a.PageNaviBack{
	display: block;
	width: 250px;
	margin: 0;
	padding: 0;
}
.PageNavi a.PageNaviNext{
	float: right;
	background: url(../img/PageNext.gif) no-repeat right center;
	padding: 0 15px 0 0;
	text-align: right;
}
.PageNavi a.PageNaviBack{
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/PageBack.gif) no-repeat left center;
	text-align: left;
}
/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	position: relative;
	width: 908px;
	height: 265px;
	margin: 0;
	padding: 0;
	background: url(../img/HeaderBg.gif) no-repeat left top;
}

.HeaderArea p.HeaderLead {

	position: absolute;
	left: 135px;
	top: 137px;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
}

.HeaderArea h1, .HeaderText {
	position: absolute;
	left: 135px;
	top: 179px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #663300;
}


.HeaderArea h1 a, .HeaderText a  {
	color: #538084;
}
.HeaderArea h1 a:link , .HeaderArea h1 a:visited , 
.HeaderText a:link , .HeaderText a:visited {
	color: #663300;
	text-decoration: underline;
}
.HeaderArea h1 a:hover , .HeaderArea h1 a:active , 
.HeaderText a:hover , .HeaderText a:active {
	color: #66cc66;
	text-decoration: underline;
}

.HeaderArea p.HeaderCatch {
	position: absolute;
	left: 40px;
	top: 12px;
	margin: 0;
	padding: 0;
}
.HeaderInfoList {
	position: absolute;
	top: 221px;
	left: 31px;
	width: 400px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.HeaderInfoList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.HeaderInfoList ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.HeaderInfoList ul li a {
	display: block;
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0 0 0 24px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat left center;
	color: #fff;
	line-height: 34px;
}
/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	padding: 0px;
	margin: 16px 4px 0 4px;
	background: #fff 0 0;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 20px 10px 0 10px;
	padding: 5px 0 0 20px;
	font-size: 12px;
}
/*ie6*/
* html{
	margin-right: 5px;
	margin-left: 5px;
}
.FooterLinkArea dl {
	float: left;
	width: 200px;
	margin: 0 15px 10px 0;
	padding: 0;
	border:solid 1px #a67c52;
	background: url(../img/CatchCopy.gif) repeat 0 0;
}
/*ie6*/
* html .FooterLinkArea dl {
	margin-right: 10px;
}
.FooterLinkArea dl dt {
	padding: 5px 5px 5px 30px;	
	background: url(../img/FooterLinkListIcon.gif) no-repeat 10px 7px;
	color: #01585d;
	line-height: 1.3em;
}
.FooterLinkArea dl dd {
	margin-left: 5px;
	padding: 5px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin: 10px 0;
	padding: 5px;
	font-size: 12px;
	text-align: center;	
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0;
	font-size: 12px;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	margin: 10px 3px 0 3px;
	padding: 25px 5px 20px 5px;
	background: url(../img/footer_Bg.gif) repeat-x left top;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
/*ie6*/
* html .FooterArea {
	width: 894px;

}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0;
}
.ColumnSide {
	float: right;
	width: 214px;
	margin: 0;
	padding: 0 17px 0 0;
	background: url(../img/left_bg_a.gif) repeat-y left top;
}
/*ie6*/
* html .ColumnSide {
	width: 221px;
	padding-right: 0;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	width: 214px;
	height: 42px;
	margin: 0 0 4px;
	padding: 0;
	background: #fff url(../img/SideMenuTitle.gif) no-repeat 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
}
.SideMenuListArea {
	width: 194px;
	margin: 0;
	padding: 0 10px 10px;
}
/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
	margin: 4px 0 0;
	padding: 0;
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 10px 4px;
}
.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	display: block;
	margin: 0 8px;
	padding: 6px 10px 6px 30px;
	border-bottom: dotted 1px #999;
	background-position: 0 6px;
	color: #a67c52;
	line-height: 1.3em;
}
.SideMenuListHeadLevel2 a {
	display: block;
	margin: 0;
	padding: 6px 10px 6px 30px;
	border-bottom: dotted 1px #999;
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 10px 4px;
	color: #a67c52;
	line-height: 1.3em;
}
.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
	color: #663300;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 10px 4px;
	color: #333;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,
.SideMenuListArea ul.SideMenuListLevel2 li,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	margin: 0;
	padding: 0;
}
.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a ,
.SideMenuListArea ul.SideMenuListLevel2 li a {
	display: block;
	margin: 0;
	padding: 6px 10px 6px 32px;
	border-bottom: dotted #999 1px;
	color: #333;
	line-height: 1.3em;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: #fff url(../img/SideMenuListPageLevel1.gif) no-repeat 10px 7px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
	background: #fff url(../img/SideMenuListPageLevel2.gif) no-repeat 10px 7px;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	color: #a67c52;
}
/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	display:block;
	margin: 0 0 5px;
	padding: 6px 10px 6px 35px;
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 8px 4px;
	color:#e21a50;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 8px 4px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	display:block;
	margin: 0 0 5px;
	padding: 6px 10px 6px 35px;
	background: url(../img/SideMenuListPickupLevel2.gif) no-repeat 8px 4px;
	color:#e21a50;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background-position: 8px 4px;
	color: #a67c52;
}
/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0 0 10px 0;
	padding: 0 10px 0 17px;
}
.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {	
	border-bottom: solid 1px #c7b299;
	margin: 0;
	padding: 5px 0 5px 10px;
	font-size: 18px;
	font-weight: bold;
}
.MainBody h5 , .MainBodyPage h4 {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom: solid 1px #c7b299;
	font-size: 18px;
	font-weight: bold;
}
.MainBody h4 , .MainBodyPage h3 {
	margin:0;
	padding: 10px 0 7px 30px;
	background: #f4fdca url(../img/HeadBgH4.gif) no-repeat 0 0;
	border-bottom: solid 3px #c7b299;
	color: #663300;
	font-size: 18px;
	font-weight: bold;	
}
.MainBody h3 , .MainBodyPage h2 {
	margin: 0 0 10px;
	padding: 10px 0 7px 30px;
	border-bottom: solid 3px #dcac22;
	background: #fae4a5 url(../img/HeadBgH3.gif) no-repeat 0 0;
	color: #a67c52;
	font-size: 20px;
	font-weight: bold;
}
.MainBodyPage h1 , .MainBody h2 {
	border: none;
	border-top: solid 3px #a67c52;
	border-bottom: solid 3px #a67c52;
	background: #C89911 url(../img/HeadBgL.gif) no-repeat 0px 0px;
	color: #fff;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 76px;
}
.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0;
}
.MainBody strong , .MainBodyPage strong{
	color: #a67c52;
	font-weight: bold;
}
.MainBodyImgLeft{
	margin: 0 10px 10px 0;
}
.MainBodyImgRight{
	margin: 0 0 10px 10px;
}
/*p.CatchCopy{
	margin: 0 0 10px;
	padding: 19px 15px 19px;
	border: solid 1px #a67c52;
	background: url(../img/CatchCopy.gif) repeat 0 0;
	color: #333;
	line-height: 37px;
}*/
/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	list-style: none;
	margin: 10px 10px 1em 20px;
	padding: 0;
}
.MainBody ul li , .MainBodyPage ul li ,
.MainBody ul.MainBodyListLevel1 li , .MainBodyPage ul.MainBodyListLevel1 li {
	margin: 0;
	padding: 0 0 5px 15px;
	background: url(../img/MainBodyListLevel1.gif) no-repeat 0 5px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/MainBodyListLevel2.gif) no-repeat 0 5px;
}
/* ---------------------------------------------- */
/* MainBodyTableTop */
/* ---------------------------------------------- */
.MainBodyTableTop {
	margin: 20px 0 10px 5px;
	padding: 0;
}
.MainBodyTableTop table {
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
.MainBodyTableTop table th {
	padding: 5px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color: #f4fdca;
	line-height: 1.5em;
	font-weight: bold;
}
.MainBodyTableTop table td {
	padding: 5px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* MainBodyTableLeft */
/* ---------------------------------------------- */
.MainBodyTableLeft {
	margin: 20px 0 10px 5px;
	padding: 0;
}
.MainBodyTableLeft table {
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
.MainBodyTableLeft table th {
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #f4fdca;
	font-weight: normal;
	line-height: 1.5em;
	text-align: right;
}
.MainBodyTableLeft table td {
	padding: 5px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 40px 0 10px;
	padding: 0;
}
.PageListArea h2 {
	margin: 20px 0 10px;
	padding: 6px 0 6px 30px;
	border: none;
	border-right: solid 1px #a67c52;
	border-bottom: solid 1px #a67c52;
	background: #C89911 url(../img/PageListHeadBg.gif) no-repeat 0 top;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}
.PageListArea h3 {
	margin: 20px 0 10px;
	padding: 9px 5px 9px 30px;
	border-bottom: none;
	background: #BB8E28 url(../img/PageListAreaH3.gif) no-repeat 0 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	border-top: none;
	border-right: none;
	border-left: none;
}
.PageListArea h3.Category{
	margin: 20px 0 10px;
	padding: 5px 5px 7px 30px;
	border: none;
	border-bottom: solid 3px #dcac22;
	background: #ece5d1 url(../img/PageListAreaH3A.gif) no-repeat 0 0;
	color: #009933;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
.PageListDouble {
	margin: 10px 0;
	padding: 0;
	background: url(../img/PageListBgDoubleFoot.gif) no-repeat 0 bottom;
	zoom:1;
}
.PageListSingle {
	margin: 10px 0;
	padding: 0;
	background: url(../img/PageListBgSingleFoot.gif) no-repeat 0 bottom;
}
.PageListSingle dl , .PageListDouble dl{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	background: url(../img/PageListBgSingleHead.gif) no-repeat 0 0;
}
.PageListSingle dl {
	float: none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	margin: 0;
	padding: 10px 20px 5px 40px;
	line-height: 1.5em;
	background: url(../img/PageListPage.gif) no-repeat 20px 13px;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	margin: 0;
	padding: 10px 20px 5px 48px;
	background: url(../img/PageListPickup.gif) no-repeat 20px 10px;
	line-height: 1.5em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0;
	padding: 0 20px 20px;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0 2px;
	padding: 7px 10px 8px 16px;
	border: none;
	background: url(../img/NewsTopHeadBg.gif) no-repeat right top;
	color: #fff;
	font-size: 18px;
}
.PageRelation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.PageRelation ul li {
	margin:0px;
	padding: 10px 15px 10px 30px;
	border-bottom: dotted 1px #bfbfbf;
	background: url(../img/PageRelationListIcon.gif) no-repeat 10px 13px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0 10px;
	padding: 0;
}
.NewsTopArea h2 {
	margin: 5px 0 2px;
	padding: 7px 10px 7px 16px;
	border:none;
	background: url(../img/NewsTopHeadBg.gif) no-repeat right top;
	color: #fff;
	font-size: 18px;
}
.NewsTopArea ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.NewsTopArea ul li {
	margin: 0;
	padding: 10px 15px 10px 30px;
	border-bottom: dotted 1px #bfbfbf;
	background: url(../img/NewsTopListIcon.gif) no-repeat 10px 12px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
.SideMenuListLevel2 .SideMenuListPickupLevel2 a:link {
	color: #e21a50;
}
.SideMenuListPickupLevel1 a:link {
	color: #e21a50;
}
