@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: #339900;
	text-decoration: underline;
}
a:visited {
	color: #336600;
	text-decoration: underline;
}
a:hover {
	color: #F58C2B;
	text-decoration: none;
}
a:active {
	color: #F58C2B;
	text-decoration: none;
}

body {
	background: #F3E9D1;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #330000;
}
.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 {
	padding: 0px;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px;
	padding: 5px 20px 10px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
	background: #FFFFFF no-repeat right 8px;
}
.PageUp a:link , .PageUp a:visited , 
.PageUp a:hover , .PageUp a:active {
	color: #FF9900;
}
.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 5px;
	padding: 0px 15px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 5px;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 248px;
	width: 900px;
	position: relative;
}
.HeaderArea p.HeaderLead {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 80px;
	width: 520px;
}
.HeaderArea p.HeaderLead a:link ,
.HeaderArea p.HeaderLead a:visited {
	color: #FF6600;
	text-decoration: none;
}
.HeaderArea p.HeaderLead a:hover ,
.HeaderArea p.HeaderLead a:active {
	color: #FF6600;
	text-decoration: underline;
}
.HeaderArea h1 , .HeaderText {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 130px;
	color: #006600;
	width: 520px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 16px;
	top: 4px;
	color: #669900;
	font-size: 12px;
	font-weight: bold;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 400px;
	width: 480px;
	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 20px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display:block;
	float: left;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.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-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 10px;
}

/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	background: #FFFFFF;
	margin: 0px;
	padding: 20px 5px 30px;
	text-align: center;
	color: #339900;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px auto;
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	text-align: center;
	margin: 0px;
	padding: 20px 5px 30px;
	color: #666666;
	font-size: 10px;
}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #FFFFFF url(../img/SideMenuTitle.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 6px 0px 0px;
	text-align: center;
	width: 260px;
	height: 38px;
	line-height: 38px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 ,
.SideTopLink {
	margin: 0px;
	padding: 0px;
}
.SideMenuListHeadLevel1 a ,
.SideTopLink a {
	background: #F2FFE6 url(../img/SideMenuListCategoryLevel1.jpg) no-repeat 0px 0px;
	margin: 6px 0px 0px;
	padding: 6px 10px 6px 26px;
	line-height: 1.3em;
	border: 1px solid #A7CC40;
	display: block;
	font-weight:bold;
}
.SideMenuListHeadLevel2 a {
	background: #FCF5EB url(../img/SideMenuListCategoryLevel2.jpg) no-repeat 0px 0px;
	margin: 6px 0px 0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	border: 1px solid #CCCC99;
	display: block;
	font-weight:bold;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: #FFFFFF url(../img/SideMenuListPageLevel1.gif) no-repeat 10px 6px;
	border-bottom:1px solid #9FCD34;
	border-left: none;
	margin: 6px 0px 0px;
	padding: 3px 0px 3px 33px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: #FFFFFF url(../img/SideMenuListPageLevel2.gif) no-repeat 6px 6px;
	border-left: none;
	border-bottom:1px solid #9FCD34;
	margin: 6px 0px 0px;
	padding: 3px 0px 3px 28px;
	line-height: 1.3em;
	display: block;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 7px 7px;
	border-left: none;
	border-bottom:1px solid #9FCD34;
	color: #5A963C;
	font-weight:bold;
	margin: 6px 0px 0px;
	padding:7px 0px 7px 33px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel2.gif) no-repeat 7px 7px;
	border-left: none;
	border-bottom:1px solid #9FCD34;
	color: #5A963C;
	font-weight:bold;
	margin: 6px 0px 0px;
	padding:7px 0px 7px 33px;
	display:block;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 10px 10px 0px;
	padding: 0px 10px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll left center;
	color: #5D3F2E;
	font-size: 16px;
	margin: 0px 0px 8px 10px;
	padding: 4px 10px 4px 22px;
}
.MainBody h5 , .MainBodyPage h4 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll left center;
	color: #5D3F2E;
	font-size: 16px;
	margin: 0px 0px 8px 10px;
	padding: 4px 10px 4px 22px;
}
.MainBody h4 , .MainBodyPage h3 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll left center;
	color: #5D3F2E;
	font-size: 16px;
	margin: 0px 0px 8px 10px;
	padding: 4px 10px 4px 22px;
}
.MainBody h3 , .MainBodyPage h2 {
	border-bottom: 2px solid #9FCD34;
	border-left: 7px solid #FF9900;
	color: #5D3F2E;
	font-size: 18px;
	margin: 0px 0px 8px 5px;
	padding: 4px 10px 4px 8px;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	margin: 0px 0px 10px;
	padding: 10px 0px 10px 15px;
	background: url(../img/HeadBgL.jpg) no-repeat 0px 0px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FF6600;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0px 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #006600;
}
.MainBody p.CatchCopy {
	color: #b24543;
	margin: 0px 0px 20px;
	padding: 16px 10px;
	border: #f5c9a6 1px solid;
	background: #ffedee url(../img/CatchCopy.gif);
	line-height: 2em;
}
.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 #9ECD3F;
	border-left: 1px solid #9ECD3F;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #D6FDA2;
	border-bottom: 1px solid #9ECD3F;
	border-right: 1px solid #9ECD3F;
	padding: 5px;
	line-height: 1.5em;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #9ECD3F;
	border-right: 1px solid #9ECD3F;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: #FDF9F0 url(../img/PageListHeadBg.jpg) no-repeat scroll 0px 0px;
	border: 1px solid #CCCC99;
	color: #330000;
	font-size: 16px;
	margin: 20px 0px 10px 0px;
	padding: 5px 10px 5px 34px;
}
.PageListArea h3 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll left center;
	color: #5D3F2E;
	font-size: 16px;
	margin: 20px 0px 10px 0px;
	padding: 4px 10px 4px 22px;
	border: none;
}
.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;
	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 15px 12px;
	margin: 0px;
	padding: 10px 20px 5px 40px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 10px 5px;
	margin: 0px;
	padding: 12px 20px 8px 64px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 20px 10px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 2px 2px;
	margin:0px;
	padding: 5px 0px 5px 50px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 2px 2px;
	margin:0px;
	padding: 5px 0px 5px 50px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	background: none;
	border-bottom: 2px solid #9FCD34;
	border-left: 7px solid #FF9900;
	color: #5D3F2E;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 4px 8px;
}
.PageRelation ul {
	margin: 0px;
	padding: 2px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 4px;
	margin:0px;
	padding: 0px 0px 5px 20px;
	line-height: 1.3em;
}


/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	background: none;
	border-bottom: 2px solid #9FCD34;
	border-left: 7px solid #FF9900;
	color: #5D3F2E;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 4px 8px;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 2px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 4px;
	margin:0px;
	padding: 0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
