@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: #2C8854;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF5555;
	text-decoration: none;
}
a:active {
	color: #FF5555;
	text-decoration: none;
}

body {
	background: #E5FFCC url(../img/Bg.gif) repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
.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 url(../img/WrapBg.gif) no-repeat 0px 0px;
	padding: 0px;
	width: 900px;
	margin: 0px auto;
}


/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 10px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}


/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 20px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align: right;
	background: url(../img/Pageup.gif) no-repeat right 5px;
}


/* ---------------------------------------------- */
/* PageNavi */
/* ---------------------------------------------- */
.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 1px;
	padding: 0px 22px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 1px;
	padding: 0px 0px 0px 22px;
}


/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.gif) no-repeat 0px 27px;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 690px;
	position: relative;
	padding: 80px 0px 0px 219px;
}
.HeaderArea h1, .HeaderText {
	color:#339966;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	text-align: center;
	width: 650px;
	position: absolute;
	top: 80px;
	left: 219px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	color:#339966;
	text-decoration: none;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	color:#003333;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 10px 0px 0px;
	padding: 11px 0px 0px;
	text-align: center;
	border-top:1px dashed #339966;
	color: #333333;
	font-size: 16px;
	width: 650px;
	position: absolute;
	top: 111px;
	left: 219px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 215px;
	top: 7px;
	color: #999999;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 190px;
	right: 20px;
	width: 800px;
}
.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: 0px 0px 5px 16px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display: block;
}
.HeaderInfoList ul li a:link , .HeaderInfoList ul li a:visited {
	color: #333333;
}
.HeaderInfoList ul li a:hover , .HeaderInfoList ul li a:active {
	color: #66CC99;
}


/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 6px 0px 0px;
	padding: 0px;
}


/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 20px 0px 0px;
	padding: 0px;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px;
	background: #DFFFC2;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background: #FFFFCC;
	line-height: 1.3em;
	font-size: 10px;
	color: #333333;
}
.FooterLinkArea dl dt a:link , .FooterLinkArea dl dt a:visited ,
.FooterLinkArea dl dt a:hover , .FooterLinkArea dl dt a:active {
	color: #2C8854;
}


/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding: 5px 20px;
	font-size: 12px;
	color: #999999;
}


/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background: #66CC99 url(../img/FooterBg.gif) no-repeat 0px 0px;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 10px 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
}
.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: 625px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}


/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 6px 10px 0px 24px;
	text-align: left;
	height: 36px;
	color:#66CC99;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}


/* ---------------------------------------------- */
/* SideMenuListHead */
/* ---------------------------------------------- */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	background: #BBEED4 url(../img/SideMenuListCategoryLevel1.gif) no-repeat 0px center;
	margin: 0px 0px 2px;
	padding: 6px 10px 5px 22px;
	line-height: 1.3em;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.SideMenuListHeadLevel2 a {
	background: #ECC263 url(../img/SideMenuListCategoryLevel2.gif) no-repeat 0px center;
	margin: 0px 0px 2px;
	padding: 6px 10px 5px 22px;
	line-height: 1.3em;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
	background: #E5FFCC url(../img/SideMenuListCategoryLevel1Over.gif) no-repeat 0px center;
}
.SideMenuListHeadLevel2 a:hover {
	background: #E5FFCC url(../img/SideMenuListCategoryLevel2Over.gif) no-repeat 0px center;
}


/* ---------------------------------------------- */
/* SideMenuList */
/* ---------------------------------------------- */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: #FFFFFF url(../img/SideMenuListPageLevel1.gif) no-repeat 4px 5px;
	margin: 0px;
	padding: 6px 10px 6px 28px;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px solid #66CC99;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: #FFFFFF url(../img/SideMenuListPageLevel2.gif) no-repeat 4px 5px;
	margin: 0px;
	padding: 6px 10px 6px 28px;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px solid #ECC263;
}

.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background: #E5FFCC url(../img/SideMenuListPageLevel1Over.gif) no-repeat 4px 5px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background: #E5FFCC url(../img/SideMenuListPageLevel2Over.gif) no-repeat 4px 5px;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
/* ---------------------------------------------- */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 4px 2px;
	margin: 0px;
	padding: 8px 10px 8px 42px;
	line-height: 1.3em;
	display:block;
	border-bottom: 1px solid #66CC99;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel2.gif) no-repeat 4px 2px;
	margin: 0px;
	padding: 8px 10px 8px 42px;
	line-height: 1.3em;
	display:block;
	border-bottom: 1px solid #ECC263;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:link , 
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:visited {
	color: #CC0000;
	text-decoration: none;
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 4px 2px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover ,
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:active {
	color: #CC0000;
	text-decoration: underline;
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 4px 2px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:link , 
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:visited {
	color: #CC0000;
	text-decoration: none;
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 4px 2px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover ,
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:active {
	color: #CC0000;
	text-decoration: underline;
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 4px 2px;
}


/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 0px 5px;
}

.MainBody h4 , .MainBody h5 , .MainBody h6 ,
.MainBodyPage h3 , .MainBodyPage h4 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: url(../img/HeadBgH456.gif) no-repeat 10px 0px;
	margin: 0px 0px 6px;
	padding: 5px 0px 5px 36px;
	font-weight:bold;
	font-size:18px;
	line-height: 1.1em;
	color:#666666;
}
.MainBody h3 , .MainBodyPage h2 {
	background: #FFFFCC url(../img/HeadBgH3.gif) no-repeat left bottom;
	margin: 0px 0px 6px;
	padding: 8px 10px 8px 36px;
	border-bottom:1px solid #66CC99;
	font-weight: bold;
	color:#666666;
	font-size: 20px;
	line-height: 1.1em;
}
.MainBody h2 , .MainBodyPage h1{
	background: url(../img/HeadBgL.gif) no-repeat left bottom;
	margin: 0px 0px 6px;
	padding: 15px 10px 18px 100px;
	border: none;
	font-weight:bold;
	font-size: 24px;
	line-height: 1.1em;
	color:#339966;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
	letter-spacing: 0.1em;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #105353;
}
p.CatchCopy{
	background: #FFEDEE url(../img/CatchCopy.gif) repeat scroll 0px 0px;
	border:1px solid #F5C9A6;
	color:#B24543;
	line-height: 37px;
	margin: 0px 10px 10px;
	padding: 19px 10px;
}


/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	margin: 10px 10px 1em 20px;
	padding: 0px;
	list-style: none;
}
.MainBody ul li , .MainBodyPage ul li {
	background: url(../img/MainBodyListLevel1.gif) no-repeat 0px 1px;
	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 1px;
}
.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: 15px 0px 15px;
	padding: 0px;
	border-top: 1px solid #66CC99;
	border-left: 1px solid #66CC99;
}
.MainBody Table th , .MainBodyPage Table th {
	border-bottom: 1px solid #66CC99;
	border-right: 1px solid #66CC99;
	padding: 5px;
	line-height: 1.5em;
	font-weight: bold;
	background: #DFFFC2;
}
.MainBody Table td , .MainBodyPage Table td {
	border-bottom: 1px solid #66CC99;
	border-right: 1px solid #66CC99;
	padding: 5px;
	line-height: 1.5em;
}
.MainBody Table td a:link ,
.MainBody Table td a:visited ,
.MainBodyPage Table td a:link ,
.MainBodyPage Table td a:visited {
	color: #2C8854;
	text-decoration: underline;
}
.MainBody Table td a:hover ,
.MainBody Table td a:active ,
.MainBodyPage Table td a:hover ,
.MainBodyPage Table td a:active {
	color: #2C8854;
	text-decoration: none;
}


/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 15px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: #66CC99 url(../img/PageListHeadBgH2.gif) no-repeat center 0px;
	margin: 20px 0px 0px;
	padding:20px 20px 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1em;
	color:#FFFFFF;
}
.PageListArea h3 {
	background: url(../img/PageListHeadBgH3.gif) no-repeat 0px 0px;
	margin: 20px 0px 0px;
	background: url(../img/HeadBgH456.gif) no-repeat 10px 0px;
	margin: 0px 0px 10px;
	padding: 5px 0px 5px 36px;
	font-weight:bold;
	font-size:18px;
	line-height: 1.1em;
	color:#666666;
	border: none;
}
.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;
	padding: 0px;
	width: 295px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: #FFFFFF url(../img/PageListPage.gif) no-repeat 6px 6px;
	margin: 0px;
	line-height: 1.3em;
	font-size:16px;
	font-weight:bold;
	padding: 6px 10px 9px 24px;
}
.PageListSingle dl dt a:link , .PageListSingle dl dt a:visited , 
.PageListDouble dl dt a:link , .PageListDouble dl dt a:visited {
	color: #2C8854;
}
.PageListSingle dl dt a:hover , .PageListSingle dl dt a:active , 
.PageListDouble dl dt a:hover , .PageListDouble dl dt a:active {
	color: #66CC99;
}

.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: #FFFFFF url(../img/PageListPickup.gif) no-repeat 5px 4px;
	margin: 0px;
	line-height: 1.3em;
	font-size:16px;
	padding: 6px 10px 8px 52px;
}
.PageListSingle dl dt.PageListPickup a:link , .PageListSingle dl dt.PageListPickup a:visited , 
.PageListDouble dl dt.PageListPickup a:link , .PageListDouble dl dt.PageListPickup a:visited {
	color: #CC0000;
}
.PageListSingle dl dt.PageListPickup a:hover , .PageListSingle dl dt.PageListPickup a:active , 
.PageListDouble dl dt.PageListPickup a:hover , .PageListDouble dl dt.PageListPickup a:active {
	color: #FE6565;
}

.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 5px 15px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 6px 4px;
	margin:0px;
	padding: 5px 0px 5px 26px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 1px;
	margin:0px;
	padding: 5px 0px 5px 50px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 50px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat 0px 0px;
	font-size:20px;
	color:#59C288;
	height: 40px;
	line-height: 40px;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px center;
	border-bottom:1px solid #66CC99;
	border-right:1px solid #66CC99;
	margin: 0px 0px 8px;
	padding:2px 0px 2px 34px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 50px;
	background: url(../img/NewsTopHeadBg.gif) no-repeat 0px 0px;
	font-size:20px;
	color:#59C288;
	height: 40px;
	line-height: 40px;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px center;
	border-bottom:1px solid #66CC99;
	border-right:1px solid #66CC99;
	margin: 0px 0px 8px;
	padding:2px 0px 2px 34px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
