@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: #FF4793;
	text-decoration: none;
}
a:visited {
	color: #FF83B8;
	text-decoration: none;
}
a:hover {
	color: #FF4793;
	text-decoration: underline;
}
a:active {
	color: #FF4793;
	text-decoration: underline;
}

body {
	background: #FFE1ED;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.left{
float:left;
padding:10px;
}
.right{
float:right;
padding:10px;
}
.MainBodyImgLeft{
	margin: 0px 10px 10px 0px;
}
.MainBodyImgRight{
	margin: 0px 0px 10px 10px;
}

/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	padding: 0px;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 10px 25px;
	width: 850px;
	line-height: 1.3em;
	font-size: 12px;
	background: #FFFFFF url(../img/ContentsBg.gif) repeat-y 0px 0px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px;
	padding: 10px 25px 10px 5px;
	line-height: 1.3em;
	font-size: 10px;
	text-align:right;
	background: url(../img/ContentsBg.gif) repeat-y 0px 0px;
}
.PageUp a{
	background: url(../img/Pageup.gif) no-repeat right 0px;
	padding: 3px 20px 3px 0px;
}

.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 4px;
	padding: 0px 12px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 4px;
	padding: 0px 0px 0px 12px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 900px;
	position: relative;
}
/*
.HeaderArea h1,
.HeaderText {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 900px;
	text-align: center;
}
.HeaderArea h1{
color: #4B3B45;
}
.HeaderArea h1 a:link , .HeaderArea h1 a:visited , 
.HeaderText a:link , .HeaderText a:visited {
	color: #4B3B45;
	text-decoration: none;
}
.HeaderArea h1 a:hover , .HeaderArea h1 a:active , 
.HeaderText a:hover , .HeaderText a:active {
	color: #4B3B45;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 138px;
	width: 900px;
	text-align: center;
	color: #796253;
	font-weight: bold;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 900px;
	color: #4B3B45;
	text-align: center;
}
*/
.HeaderArea h1	{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 900px;
	color: #4B3B45;
	text-align: center;
	font-weight: normal;
	font-size:14px;
}

.HeaderArea p#site{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 900px;
	text-align: center;
}
.HeaderArea p#site a:link , .HeaderArea p#site a:visited {
	color: #4B3B45;
	text-decoration: none;
}
.HeaderArea p#site a:hover , .HeaderArea p#site a:active {
	color: #4B3B45;
	text-decoration: underline;
}
.HeaderArea p#lead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 138px;
	width: 900px;
	text-align: center;
	color: #796253;
	font-weight: bold;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 212px;
	right: 20px;
	width: 800px;
	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: right;
	font-weight: bold;
}
.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;
	padding: 0px;
	background: url(../img/ContentsBg.gif) repeat-y 0px 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	background: url(../img/ContentsBg.gif) repeat-y 0px 0px;
	margin: 0px;
	padding: 0px 10px;
}
.FooterLinkArea dl {
	width: 217px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px 5px 0px 24px;
	border-top: 1px solid #EB89B1;
	border-right: 1px solid #EB89B1;
	border-left: 1px solid #EB89B1;
	background: #F7F7F7 url(../img/FooterLinkListIcon.gif) no-repeat 4px 6px;
	color: #01585D;
	line-height: 1.3em;
	font-weight: bold;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	border-right: 1px solid #EB89B1;
	border-bottom: 1px solid #EB89B1;
	border-left: 1px solid #EB89B1;
	background: #F7F7F7;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	background: url(../img/ContentsBg.gif) repeat-y 0px 0px;
	margin: 0px;
	padding: 15px 25px;
	text-align: center;
	color: #C9CCCC;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px auto;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background: #FFE1ED url(../img/FooterBg.gif) no-repeat 0px 0px;
	text-align: center;
	margin: 0px;
	padding: 60px 0px 40px;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #FFFFFF url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: #4C3B45;
	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: #F7F7F7 url(../img/SideMenuListCategoryLevel1.gif) no-repeat 6px 8px;
	margin:0px;
	padding: 7px 10px 7px 28px;
	line-height: 1.3em;
	border-bottom: 1px solid #EB89B1;
	display: block;
	font-weight: bold;
}
.SideMenuListHeadLevel2 a {
	background: #F7F7F7 url(../img/SideMenuListCategoryLevel2.gif) no-repeat 6px 10px;
	margin:0px;
	padding: 7px 10px 7px 24px;
	line-height: 1.3em;
	border-bottom: 1px solid #EB89B1;
	display: block;
	font-weight: bold;
}
.SideMenuListHeadLevel1 a:hover , 
.SideTopLink a:hover {
	background-position: 9px 8px;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 9px 10px;
}

/* ---------------------------------------------- */
/* 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: #F7F7F7 url(../img/SideMenuListPageLevel1.gif) no-repeat 20px 11px;
	border-bottom: 1px solid #EB89B1;
	margin: 0px;
	padding: 6px 10px 6px 32px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: #F7F7F7 url(../img/SideMenuListPageLevel2.gif) no-repeat 20px 11px;
	border-bottom: 1px solid #EB89B1;
	margin: 0px;
	padding: 6px 10px 6px 32px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background-position: 23px 11px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background-position: 23px 11px;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: #F7F7F7 url(../img/SideMenuListPickupLevel1.gif) no-repeat 14px 7px;
	margin: 0px;
	padding: 8px 10px 8px 36px;
	display:block;
	border-bottom: 1px solid #EB89B1;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 17px 7px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: #F7F7F7 url(../img/SideMenuListPickupLevel2.gif) no-repeat 14px 7px;
	margin: 0px;
	padding: 8px 10px 8px 36px;
	display:block;
	border-bottom: 1px solid #EB89B1;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background-position: 17px 7px;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}

.MainBody h6 , .MainBodyPage h6 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll 0px 0px;
	color: #4C3B45;
	font-size: 16px;
	margin:0px 0px 6px;
	padding: 6px 10px 6px 15px;
}
.MainBody h5 , .MainBodyPage h5 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll 0px 0px;
	color: #4C3B45;
	font-size: 16px;
	margin:0px 0px 6px;
	padding: 6px 10px 6px 15px;
}
.MainBody h4 , .MainBodyPage h4 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll 0px 0px;
	color: #4C3B45;
	font-size: 16px;
	margin:0px 0px 6px;
	padding: 6px 10px 6px 15px;
}
.MainBody h3 , .MainBodyPage h3 {
	background: url(../img/HeadBgH3.gif) no-repeat scroll 0px 0px;
	color: #4C3B45;
	font-size: 16px;
	margin:0px 0px 6px;
	padding: 6px 10px 6px 10px;
	width: 550px;
}
.MainBody h3 a, .MainBodyPage h3 a{
	color: #4C3B45;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 , .MainBodyPage h2 {
	background: url(../img/HeadBgL.gif) no-repeat scroll 0px 0px;
	color: #4C3B45;
	font-size: 16px;
	margin:0px 0px 6px;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #DE01FF;
}
.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 4px;
	margin:0px;
	padding:0px 0px 5px 16px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/MainBodyListLevel2.gif) no-repeat 0px 4px;
	margin:0px;
	padding:0px 0px 5px 16px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* MainBodyTableTop */
/* ---------------------------------------------- */
.MainBodyTableTop {
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
.MainBodyTableTop table {
	border-top: 1px solid #FEAACD;
	border-left: 1px solid #FEAACD;
}
.MainBodyTableTop table th {
	font-weight: bold;
	background: #F7F7F7;
	border-bottom: 1px solid #FEAACD;
	border-right: 1px solid #FEAACD;
	padding: 5px;
	line-height: 1.5em;
}
.MainBodyTableTop table td {
	padding: 5px;
	border-bottom: 1px solid #FEAACD;
	border-right: 1px solid #FEAACD;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* MainBodyTableLeft */
/* ---------------------------------------------- */
.MainBodyTableLeft {
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
.MainBodyTableLeft table {
	border-top: 1px solid #FEAACD;
	border-left: 1px solid #FEAACD;
}
.MainBodyTableLeft table th {
	font-weight: normal;
	background: #F7F7F7;
	padding: 5px;
	border-bottom: 1px solid #FEAACD;
	border-right: 1px solid #FEAACD;
	text-align: right;
	line-height: 1.5em;
}
.MainBodyTableLeft table td {
	padding: 5px;
	border-bottom: 1px solid #FEAACD;
	border-right: 1px solid #FEAACD;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: url(../img/PageListHeadBg.gif) no-repeat 0px 0px;
	color: #4C3B45;
	font-size: 16px;
	margin: 20px 0px 6px;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
}
.PageListArea h3 {
	background: url(../img/HeadBgH3.gif) no-repeat scroll 0px 0px;
	color: #4C3B45;
	font-size: 16px;
	margin: 20px 0px 6px;
	padding: 6px 10px 6px 10px;
	width: 550px;
}
.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: 285px;
	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 5px;
	margin: 0px;
	padding: 0px 10px 0px 30px;
	line-height: 1.5em;
	font-weight: bold;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 12px 2px;
	margin: 0px;
	padding: 0px 10px 0px 34px;
	line-height: 1.5em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 10px 0px 20px;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	background: url(../img/PageRelationHeadBg.gif) no-repeat scroll 0px 50%;
	color:#4C3B45;
	font-size:16px;
	margin: 0px;
	padding: 6px 0px 4px 20px;
	height: 42px;
	line-height: 42px;
}
.PageRelation ul {
	margin: 8px 0px 0px;
	padding: 0px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 12px 5px;
	margin:0px;
	padding:0px 0px 5px 30px;
	line-height: 1.3em;
	font-weight: bold;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	background: url(../img/NewsTopHeadBg.gif) no-repeat scroll 0px 50%;
	color:#4C3B45;
	font-size:16px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 42px;
	line-height: 42px;
}
.NewsTopArea ul {
	margin: 8px 0px 0px;
	padding: 0px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 12px 5px;
	margin:0px;
	padding:0px 0px 5px 30px;
	line-height: 1.3em;
	font-weight: bold;
}

/* ---------------------------------------------- */
