@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 1.3em;
	padding: 0px;
	margin: 5px 0px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
a:link ,a:visited,a:active {
	color: #618c9c;
	text-decoration: underline;
}
a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

body {
	background: url(../img/Bg.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #3a3a3a;
}
.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;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 7px 15px 7px;
	line-height: 1.3em;
	font-size: 12px;
	background:#f0f0f0;
	color:#618c9c;
}
.All .Pankuzu a , .All .Pankuzu a:hover{
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 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;
}

.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;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 3px;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	margin: 0px 0 0 0;
	padding: 0px;
	height: 314px;
	width: 900px;
	position: relative;
	background: url(../img/HeaderBg.gif) no-repeat 0px 0px;
}
.HeaderArea h1, .HeaderText {
	color:#538084;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 155px;
	top: 110px;
	width: 700px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	color:#0795a4;
	text-decoration: none;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	color:#0795a4;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 155px;
	top: 164px;
	width:700px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 2px;
	color:#0795a4;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 39px;
	left: 652px;
	width: 250px;
	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 {
	margin: 0px 1em 0px 0px;
	padding: 0px 0px 5px 15px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 2px;
	display:block;
	float: left;
}
.HeaderInfoList ul li a:link ,
.HeaderInfoList ul li a:visited ,
.HeaderInfoList ul li a:hover,
.HeaderInfoList ul li a:active {
	color:#5b4b41;
}


/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 16px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(../img/ColumnMain.gif) repeat-y left top;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 0px 0px 0px;
	padding: 20px 0 0;
	font-size: 12px;
	background:#f0f0f0;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px 5px 0px 5px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 10px;
}
.FooterLinkArea dl dt a , .FooterLinkArea dl dt a:hover{
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 10px;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:0px 0px;
	padding:15px 5px;
	text-align: center;
	font-size: 12px;
	background:#f0f0f0;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #f0f0f0;
	text-align: center;
	margin: 0px 0px 0px;
	padding: 15px 5px;
	color: #006937;
	font-size: 12px;
}
.FooterArea a:link ,
.FooterArea a:visited {
	color: #006937;
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	color: #006937;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 630px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 255px;
	float: left;
	margin: 0px;
	padding: 0px 0 0px 0;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px 0px 0px;
	padding: 2px 0 0 10px;
	text-align: left;
	height: 46px;
	line-height: 46px;
	color: #0795a4;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px;
}
.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 1px bottom;
	margin:10px 0 7px 0;
	padding: 2px 10px 12px 35px;
	line-height: 1.3em;
	display: block;
	border-bottom:#ebebeb solid 1px;
}
.SideTopLink , 
.SideMenuListHeadLevel1 {
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 1px bottom;
	margin:10px 0 7px 0;
	padding: 2px 10px 12px 35px;
	line-height: 1.3em;
	display: block;
	border-bottom:#ebebeb solid 1px;
	color:#ad827a;
}
.SideMenuListHeadLevel2 {
}
.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
}
.SideMenuListHeadLevel2 a:hover {
}

/* ---------------------------------------------- */
/* 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 0 2px 0;
	padding: 2px 10px 1px 35px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: url(../img/SideMenuListPageLevel1.gif) no-repeat 18px 5px;
}
.SideMenuListArea ul.SideMenuListLevel1 li{
}

.SideMenuListArea ul.SideMenuListLevel2 li a{
	background: url(../img/SideMenuListPageLevel2.gif) no-repeat 18px 5px;
	color:#ad827a;
}
.SideMenuListArea ul.SideMenuListLevel2 li{
}

.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 18px 5px;
	margin: 0px 0px 2px;
	padding: 2px 10px 1px 35px;
	display:block;
	color:#fe8bbf;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,.SideMenuListArea ul li.SideMenuListPickupLevel2{
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	color:#fe8bbf;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 18px 5px;
	margin: 0px 0px 2px;
	padding: 2px 10px 1px 35px;
	display:block;
	color:#fe8bbf;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	color:#fe8bbf;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0 10px;
}

.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 30px;
	color:#618c9c;
	border-bottom:#ebebeb 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 30px;
	color:#618c9c;
	border-bottom:#ebebeb 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 30px;
	color:#618c9c;
	border-bottom:#ebebeb solid 1px;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat left bottom;
	color:#618c9c;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 30px;
}
.MainBodyPage h1 , .MainBody h2 {
	margin: 0px 1px 10px 0;
	padding: 5px 0px 5px 30px;
	background: url(../img/HeadBgL.gif) no-repeat left bottom;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #618c9c;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #618c9c;
}
.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;
	border-top: 1px solid #538084;
	border-left: 1px solid #538084;
}
.MainBody table th , .MainBodyPage table th {
	font-weight: bold;
	background: #81889b;
	border-bottom: 1px solid #538084;
	border-right: 1px solid #538084;
	padding: 5px;
	line-height: 1.3em;
	color:#ffffff;
}
.MainBody table td , .MainBodyPage table td {
	padding: 5px;
	border-bottom: 1px solid #538084;
	border-right: 1px solid #538084;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 15px 0px;
	padding: 0px;
}
.PageListArea h2 {
	padding: 18px 0px 4px 30px;
	margin: 0px 1px 10px 0;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListArea h3 {
	margin: 20px 0px 10px;
	padding: 7px 0 6px 35px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	background: url(../img/PageListHeadBgH3.gif) no-repeat left top;
}
.All .PageListArea h3 a , .All .PageListArea h3 a:hover{
}


.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 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 13px 14px;
	margin: 0px;
	padding: 10px 20px 5px 30px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 13px 14px;
	margin: 0px;
	padding: 10px 20px 5px 30px;
	line-height: 1.3em;
	color:#fe8bbf;
}
.PageListSingle dl dt.PageListPickup a, .PageListDouble dl dt.PageListPickup a{
	color:#fe8bbf;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	/*border-top:#ebebeb solid 1px;*/
	margin: 0px 10px;
	padding: 5px 5px 20px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 2px 7px;
	margin:0px;
	padding: 3px 0px 3px 22px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 2px 7px;
	margin:0px;
	padding: 3px 0px 3px 22px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 0px 10px 2px 40px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat left bottom;
	font-size: 18px;
	color: #618c9c;
	border-bottom:#ebebeb solid 1px;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 5px 4px;
	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: 0px 10px 2px 40px;
	background:url(../img/NewsTopHeadBg.gif) no-repeat left bottom;
	font-size: 18px;
	color: #618c9c;
	border-bottom:#ebebeb solid 1px;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 5px 4px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
