@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: #DF3A58;
	text-decoration: underline;
}
a:visited {
	color: #DF3A58;
	text-decoration: underline;
}
a:hover {
	color: #71C240;
	text-decoration: underline;
}
a:active {
	color: #71C240;
	text-decoration: underline;
}

body {
	background:#ffffff url(../img/Bg.gif) top repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.Left{
	float: left;
}
.Right{
	float: right;
}

/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/ct_bg.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 0px 0px;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	line-height: 1.3em;
	font-size: 12px;
	margin: 0px 0px 0px 4px;
	padding: 10px 10px 0px 20px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	line-height: 1.3em;
	font-size: 10px;
	text-align:right;
	background-image: url(../img/Pageup.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px 10px 10px 0px;
	padding: 5px 20px 5px 5px;
}

.PageNavi{
	margin: 0px 0 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-image: url(../img/PageNext.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 20px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background-image: url(../img/PageBack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 20px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	padding: 0px;
	height: 285px;
	width: 900px;
	position: relative;
	background-image: url(../img/HeaderBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.HeaderArea h1{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 8px;
	color: #AB112D;
	font-size:14px;
	font-weight: normal;
}
.HeaderArea p#site{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 225px;
	top: 60px;
}
.HeaderArea p#site a:link {
	text-decoration: underline;
	color: #DF3A58;
}
.HeaderArea p#site a:hover {
	text-decoration: underline;
	color: #71C240;
}

.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 260px;
	left: 675px;
	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 {
	display:block;
	float: left;
	background-image: url(../img/HeaderInfoListCross.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 1em 0px 0;
	padding: 8px 0px 8px 20px;
	color: #DF849E;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	padding: 0px;
	margin: 16px 5px 0px 5px;
	background-position: 0px 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	padding: 0px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.FooterLinkArea dl {
	width: 219px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 5px 25px;
	color: #01585D;
	line-height: 1.3em;
	background-image: url(../img/FooterLinkListIcon.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: #ffffff;
	border:2px solid #F5DFE1;
	border-bottom:0;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 5px;
	padding: 5px;
	line-height: 1.3em;
	background-color: #ffffff;
	border:2px solid #F5DFE1;
	border-top:0;
	/*background-image: url(../img/CatchCopy.gif);*/
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 25px 5px 20px 5px;
	background-image: url(../img/footer_Bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 645px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 210px;
	float: right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	background-image: url(../img/left_bg_a.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #FFFFFF url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px 0px 4px;
	padding: 0px;
	text-align: center;
	width: 210px;
	height: 45px;
	line-height: 45px;
	color: #CE5D5C;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	width: 190px;
	padding: 0px 10px 10px 10px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/SideMenuListCategoryLevel1.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	line-height: 1.3em;
	display: block;
	background-position: 0px 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #DF3A58;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 30px;
}
.SideMenuListHeadLevel2 a {
	margin:0px;
	padding: 6px 10px 6px 35px;
	line-height: 1.3em;
	display: block;
	background-image: url(../img/SideMenuListCategoryLevel2.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #71C240;
}
.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
	color: #71C240;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 8px 3px;
	color: #DF3A58;
}

/* ---------------------------------------------- */
/* 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;
	line-height: 1.3em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #666666;
	padding: 6px 10px 6px 32px;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListPageLevel1.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
	background-color: #FFFFFF;
	background-image: url(../img/SideMenuListPageLevel2.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	color: #71C240;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	margin: 0px 0px 5px;
	padding: 6px 10px 6px 35px;
	display:block;
	background-image: url(../img/SideMenuListPickupLevel1.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 8px 4px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	margin: 0px 0px 5px;
	padding: 6px 10px 6px 35px;
	display:block;
	background-image: url(../img/SideMenuListPickupLevel2.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background-position: 8px 4px;
	color: #663300;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}

.MainBody h6 , .MainBodyPage h6 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #FF7172;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
}
.MainBody h5 , .MainBodyPage h5 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #FF7172;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
}
.MainBody h4 , .MainBodyPage h4 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color: #86AE49;
	padding: 8px 0px 8px 15px;
	border-left:3px solid #B3D57F;
	background-color:#E8FACC;
	
	
}
.MainBody h3 , .MainBodyPage h3 {
	color:#FF7444;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 8px 15px;
	border-left:3px solid #EEA0C0;
	background-color:#FFF3F8;
}
.MainBodyPage h2 , .MainBody h2 {
	background: url(../img/HeadBgL.gif) no-repeat 0px 0px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FF7172;
	border: none;
	margin: 0px 0px 8px 0px;
	padding: 7px 0px 13px 35px;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em 0;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #FF7172;
}
.MainBodyImgLeft{
	margin: 0px 10px 10px 0px;
}
.MainBodyImgRight{
	margin: 0px 0px 10px 10px;
}
p#lead{
	color:#766C70;
	line-height:37px;
	margin: 0px 0px 10px 0px;
	padding: 19px 15px 19px 15px;
	background-color:#F7F8D9;
}

/* ---------------------------------------------- */
/* 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 {
	margin:0px;
	padding:0px 0px 5px 25px;
	line-height: 1.3em;
	background-image: url(../img/MainBodyListLevel1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background:  url(../img/MainBodyListLevel2.gif) no-repeat 0px 1px;
}
/* ---------------------------------------------- */
/* MainBodyTableTop */
/* ---------------------------------------------- */
.MainBodyTableTop {
	margin: 20px 0px 10px 5px;
	padding: 0px;
}
.MainBodyTableTop table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DAD2C0;
	border-left-color: #DAD2C0;
}
.MainBodyTableTop table th {
	font-weight: bold;
	padding: 5px;
	line-height: 1.5em;
	background-color: #FCF0DE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DAD2C0;
	border-bottom-color: #999999;
}
.MainBodyTableTop table td {
	padding: 5px;
	line-height: 1.5em;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
/* ---------------------------------------------- */
/* MainBodyTableLeft */
/* ---------------------------------------------- */
.MainBodyTableLeft {
	margin: 20px 0px 10px 5px;
	padding: 0px;
}
.MainBodyTableLeft table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.MainBodyTableLeft table th {
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #538084;
	border-right: 1px solid #538084;
	text-align: right;
	line-height: 1.5em;
	background-color: #FCF1DE;
}
.MainBodyTableLeft table td {
	padding: 5px;
	line-height: 1.5em;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 40px 0px 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	font-size: 18px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	background:#E88891 url(../img/PageListHeadBg.gif) no-repeat scroll 0px top;
	margin: 20px 0px 10px 0px;
	padding: 6px 10px 7px 35px;
border:0px;
}
.PageListArea h3 {
	margin: 20px 0px 10px;
	padding: 5px 5px 5px 15px;
	font-size: 16px;
	line-height: 1.3em;
	color: #009933;
	font-weight: bold;
}
.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: 315px;
	float: left;
	background-image: url(../img/PageListBgSingleHead.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	margin: 0px;
	padding: 10px 20px 10px 40px;
	line-height: 1.5em;
	background-image: url(../img/PageListPage.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	margin: 0px;
	padding: 10px 20px 5px 48px;
	line-height: 1.5em;
	background-image: url(../img/PageListPickup.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 20px 20px;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	line-height: 1.3em;
}
.PageRelation h3 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../img/PageRelationHeadBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 5px 0px 0px 0px;
	padding: 4px 10px 7px 10px;
border:0px;
}
.PageRelation ul {
	margin: 0px;
	list-style: none;
	background-color: #EBFAE0;
	padding: 0px 0px 0px 0px;
}
.PageRelation ul li {
	margin:0px;
	line-height: 1.3em;
	padding: 10px 15px 10px 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/PageRelationListIcon.gif);
	background-repeat: no-repeat;
	background-position: 8px 11px;
}

.PageRelation ul li a:link{
	color: #DF3A58;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h3 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../img/NewsTopHeadBg.gif);
border:0px;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 5px 0px 0px 0px;
	padding: 4px 10px 7px 10px;
}
.NewsTopArea ul {
	margin: 0px;
	list-style: none;
	background-color: #E9F4F8;
	padding: 0px 0px 0px 0px;
}
.NewsTopArea ul li {
	margin:0px;
	line-height: 1.3em;
	background-image: url(../img/NewsTopListIcon.gif);
	background-repeat: no-repeat;
	background-position: 8px 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 10px 15px 10px 30px;
}

.NewsTopArea ul li a{
	color: #DF3A58;
}

/* ---------------------------------------------- */
.SideMenuListLevel2 .SideMenuListPickupLevel2 a:link {
	color: #FF9900;
}
.SideMenuListPickupLevel1 a:link {
	color: #FF9900;
}
