@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 ,a:visited,a:active {
	color: #2a9811;
	text-decoration: underline;
}
a:hover {
	color: #6ac851;
	text-decoration: none;
}

body {
	background: #808695 url(../img/Bg.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #3e3027;
}
.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 0px 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF url(../img/ColumnMain.gif) repeat-y left top;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px 0 0 0px;
	padding: 15px 20px 15px;
	line-height: 1.3em;
	font-size: 12px;
	background:#4d515a url(../img/PankuzuBg.gif) left bottom no-repeat;
	color:#ffffff;
}
.All .Pankuzu a , .All .Pankuzu a:hover{
	color:#ffffff;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 20px 10px 0px;
	padding: 5px 15px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
	background: url(../img/Pageup.gif) no-repeat right 7px;
}

.PageUp a{
	color:#3a3a3a;
}

.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 3px;
	padding: 0px 15px 0px 0px;
	color:#3a3a3a;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 3px;
	padding: 0px 0px 0px 15px;
	color:#3a3a3a;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	margin: 10px 0 0 0px;
	padding: 0px;
	height: 240px;
	width: 900px;
	position: relative;
	background: url(../img/HeaderBg.gif) no-repeat 0px 0px;
}
.HeaderArea h1, .HeaderText {
	color:#4f4e58;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 190px;
	top: 135px;
	width: 700px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	text-decoration: none;
	color:#4f4e58;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	text-decoration: underline;
	color:#4f4e58;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 195px;
	top: 185px;
	width:700px;
	color:#4f4e58;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px 5px;
	position: absolute;
	left: 15px;
	top: 11px;
	width:650px;
	color:#ffffff;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
	right: 10px;
	width: 400px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 6px 0px 10px 30px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display:block;
}
.HeaderInfoList ul li a:link ,
.HeaderInfoList ul li a:visited ,
.HeaderInfoList ul li a:hover ,
.HeaderInfoList ul li a:active {
	color:#ffffff;
}


/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 0px 0px 0px;
	padding: 10px 0 0 0;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 0px 0px 0px;
	padding: 20px 0 0;
	font-size: 12px;
	background: #4d515a url(../img/FootBg.gif) repeat-x left top;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 3px 5px 3px 20px;
	background: url(../img/FooterLinkListIcon.gif) no-repeat 5px 5px;
	line-height: 1.3em;
}
.FooterLinkArea dl dt a , .FooterLinkArea dl dt a:hover{
	color:#ffffff;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	color:#ffffff;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:0px 0px;
	padding:15px 5px;
	text-align: center;
	font-size: 12px;
	background:#4d515a;
	color:#ffffff;
}
.FooterCategoryArea a , .FooterCategoryArea a:hover{
	color:#ffffff;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	text-align: center;
	margin: 0px 0px 0px;
	padding: 5px 5px 15px;
	font-size: 12px;
	background:#4d515a;
	color:#ffffff;
}
.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: 610px;
	float: right;
	margin: 0px;
	padding: 0px 15px 0 0;
}
.ColumnSide {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px 0 0px 15px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink , 
.SideMenuListHeadLevel1 {
	margin: 4px 0px 0px;
	padding: 0px;
}

.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px 0px;
}

.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1Foot.gif) no-repeat left bottom;
	margin:10px 0 7px 0;
	padding: 18px 10px 16px 50px;
	line-height: 1.3em;
	display: block;
}
.SideTopLink , 
.SideMenuListHeadLevel1 {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat left top;
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2Foot.gif) no-repeat left bottom;
	margin:10px 0 7px 0;
	padding: 18px 10px 16px 50px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListHeadLevel2 {
	background:	url(../img/SideMenuListCategoryLevel2.gif) no-repeat left top;
}
.SideTopLink a:link ,
.SideTopLink a:visited ,
.SideTopLink a:hover , 
.SideTopLink a:active ,
.SideMenuListHeadLevel1 a:link ,
.SideMenuListHeadLevel1 a:visited ,
.SideMenuListHeadLevel1 a:hover ,
.SideMenuListHeadLevel1 a:active {
	color:#ffffff;
}
.SideMenuListHeadLevel2 a:link ,
.SideMenuListHeadLevel2 a:visited ,
.SideMenuListHeadLevel2 a:hover ,
.SideMenuListHeadLevel2 a:active {
	color:#ffffff;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px 0 5px 0;
	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 0 2px 0;
	padding: 2px 10px 1px 50px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: url(../img/SideMenuListPageLevel1.gif) no-repeat 0px 5px;
}
.SideMenuListArea ul.SideMenuListLevel1 li{
}

.SideMenuListArea ul.SideMenuListLevel2 li a{
	background: url(../img/SideMenuListPageLevel2.gif) no-repeat 0px 5px;
	color:#3a6397;
}

.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 0px 5px;
	margin: 0px 0px 2px;
	padding: 2px 10px 1px 50px;
	display:block;
	color:#175688;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,.SideMenuListArea ul li.SideMenuListPickupLevel2{
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	color:#175688;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 0px 5px;
	margin: 0px 0px 2px;
	padding: 2px 10px 1px 50px;
	display:block;
	color:#175688;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	color:#175688;
}




/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0 0px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: url(../img/HeadBgH4.gif) no-repeat 1px bottom;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 10px;
	color:#3a3a3a;
	border-bottom:#cacaca solid 1px;
}
.MainBody h5 , .MainBodyPage h4 {
	background: url(../img/HeadBgH4.gif) no-repeat 1px bottom;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 10px;
	color:#3a3a3a;
	border-bottom:#cacaca solid 1px;
}
.MainBody h4 , .MainBodyPage h3 {
	background: url(../img/HeadBgH4.gif) no-repeat 1px bottom;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 10px;
	color:#3a3a3a;
	border-bottom:#cacaca solid 1px;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat left top;
	color:#175688;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 6px 45px;
	border-bottom:solid 1px #cacaca;
}
.MainBodyPage h1 , .MainBody h2 {
	margin: 3px 0px 10px 0;
	padding: 10px 0px 5px 20px;
	background: #323938 url(../img/HeadBgL.gif) no-repeat 0px 0px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff; 
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #5fb138;
}


/* ---------------------------------------------- */
/* 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 5px;
	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 5px 5px;
}
.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;
	background: #ffffff;
	border-top: 1px solid #4D515A;
	border-left: 1px solid #4D515A;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #a2b2a4;
	border-bottom: 1px solid #4D515A;
	border-right: 1px solid #4D515A;
	padding: 5px;
	line-height: 1.3em;
	color:#ffffff;
	text-align: center;
}
.MainBody Table th a:link ,
.MainBody Table th a:visited ,
.MainBodyPage table th a:link ,
.MainBodyPage table th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.MainBody Table th a:hover ,
.MainBody Table th a:active ,
.MainBodyPage table th a:hover ,
.MainBodyPage table th a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #4D515A;
	border-right: 1px solid #4D515A;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	padding: 10px 0px 5px 20px;
	margin: 20px 1px 0px 0;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListArea h3 {
	margin: 20px 0px 0px;
	padding: 10px 0 10px 12px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	background: url(../img/PageListHeadBgH3.gif) no-repeat left top;
	border:none;
	color:#ffffff;
}
.All .PageListArea h3 a , .All .PageListArea h3 a:hover{
	color:#ffffff;
}
.PageListDouble {
	margin: 0px;
	padding: 0px;
	background: url(../img/PageListBgDoubleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle {
	margin: 0px;
	padding: 0px;
	background: url(../img/PageListBgSingleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px 3px 0 0;
	padding: 0px;
	width: 300px;
	background: url(../img/PageListBgSingleHead.gif) no-repeat 0px 0px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 12px 13px;
	margin: 0px;
	padding: 10px 20px 0px 26px;
	line-height: 1.5em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 12px 13px;
	margin: 0px;
	padding: 0px 20px 0px 30px;
	line-height: 1.5em;
	color:#175688;
}
.PageListSingle dl dt.PageListPickup a, .PageListDouble dl dt.PageListPickup a{
	color:#175688;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	/*border-top:#ebebeb solid 1px;*/
	margin: 0px 10px;
	padding: 5px 5px 10px;
	line-height: 1.5em;
}
.PageListArea ul {
	margin:10px 10px 1em 30px;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 0px 5px;
	margin:0px;
	padding: 4px 0px 4px 20px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 5px;
	margin:0px;
	padding: 4px 0px 4px 20px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.5em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 2px 10px 2px 10px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat left 3px;
	font-size: 18px;
	color: #2a9811;
	border-bottom:#cacaca solid 1px;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 4px;
	margin:0px;
	padding:0px 0px 5px 15px;
	line-height: 1.3em;
	color:#3a3a3a;
}
.PageRelation ul li a {
	color:#3a3a3a;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px 5px;
	padding: 2px 10px 2px 10px;
	background:url(../img/NewsTopHeadBg.gif) no-repeat left 3px;
	font-size: 18px;
	color: #2a9811;
	border-bottom:#cacaca solid 1px;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 4px;
	margin:0px;
	padding:0px 0px 5px 15px;
	line-height: 1.3em;
	color:#3a3a3a;
}
.NewsTopArea ul li a {
	color:#3a3a3a;
}

/* ---------------------------------------------- */

