@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: #eb6ea0;
	text-decoration: underline;
}
a:visited {
	color: #eb6ea0;
	text-decoration: underline;
}
a:hover , a:active {
	color: #e6afcf;
	text-decoration: none;
}

body {
	background: url(/img/Bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #555555;
}
.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: 10px 0px 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-left:  1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 0px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
	width: 600px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 1px 0px 4px 19px;
	line-height: 1.3em;
	font-size: 12px;
	background: url(/img/Pageup.gif) no-repeat 0px 2px;
	float: right;
}

.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 2px;
	padding: 0px 20px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(/img/PageBack.gif) no-repeat left 2px;
	padding: 0px 0px 0px 20px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(/img/HeaderBg.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 900px;
	position: relative;
}
.HeaderArea h1, .HeaderText {
	color: #eb6ea0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 26px;
	top: 30px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	color: #eb6ea0;
	text-decoration: none;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	color: #eb6ea0;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 80px;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 6px;
	top: 194px;
	font-size: 12px;
}
.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: 3px 0px 5px 20px;
	background: url(/img/HeaderInfoListCross.gif) no-repeat 0px 3px;
	display: block;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 18px 0px 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	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 20px;
	border-top: 1px solid #F9DFDD;
	border-right: 1px solid #F9DFDD;
	border-left: 1px solid #F9DFDD;
	background: url(/img/FooterLinkListIcon.gif) no-repeat 4px 9px;
	color: #E288C1;
	line-height: 1.3em;
}

.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	border-right: 1px solid #F9DFDD;
	border-bottom: 1px solid #F9DFDD;
	border-left: 1px solid #F9DFDD;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px auto;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #E288C1;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.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: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopLink {
	background: #FFFFFF url(/img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 254px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 4px 0px 0px;
	padding: 0px;
	width: 254px;
}

.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 0px;
	padding: 0px;
}
.SideMenuListHeadLevel1 a {
	color: #dc6b9a;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 6px;
	line-height: 1.3em;
	border-bottom: 2px solid #F9DFDD;
	display: block;
}
.SideMenuListHeadLevel2 a {
	color: #dc6b9a;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 6px;
	line-height: 1.3em;
	border-bottom: 2px solid #F9DFDD;
	display: block;
}

.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul.SideMenuListLevel2 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: url(/img/SideMenuListPageLevel1.gif) no-repeat 10px 10px;
	border-bottom: 2px dotted #F9DFDD;
	margin: 0px;
	padding: 6px 10px 6px 26px;
	line-height: 1.3em;
	display:block;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: url(/img/SideMenuListPageLevel2.gif) no-repeat 28px 10px;
	margin: 0px;
	padding: 6px 10px 6px 40px;
	border-bottom: 2px solid #F9DFDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(/img/SideMenuListPickupLevel1.gif) no-repeat 6px 6px;
	margin: 0px;
	padding: 6px 10px 6px 54px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a{
	background: url(/img/SideMenuListPickupLevel1.gif) no-repeat 16px 6px;
	margin: 0px;
	padding: 6px 10px 6px 64px;
	border-bottom: 2px solid #CBECEF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background-position: 13px 10px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background-position: 30px 10px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 9px 6px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background-position: 19px 6px;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 10px 10px 0px;
	padding: 0px 10px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: url(/img/HeadBgH4.gif) no-repeat 0px 1px;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px 15px;
	font-size: 14px;
	line-height: 1.3em;
	color: #dc6b9a;
	border: none;
	font-weight: bold;
}
.MainBody h5 , .MainBodyPage h4 {
	background: url(/img/HeadBgH4.gif) no-repeat 0px 1px;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px 15px;
	font-size: 14px;
	line-height: 1.3em;
	color: #dc6b9a;
	border: none;
	font-weight: bold;
}
.MainBody h4 , .MainBodyPage h3 {
	background: url(/img/HeadBgH4.gif) no-repeat 0px 1px;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px 15px;
	font-size: 14px;
	line-height: 1.3em;
	color: #dc6b9a;
	border: none;
	font-weight: bold;
}
.MainBody h3 , .MainBodyPage h2 {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 18px;
	background: url(/img/HeadBgL.gif) no-repeat 0px bottom;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #dc6b9a;
	border: none;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	border-bottom:1px solid #E288C1;
	border-left:6px solid #E288C1;
	color: #666666;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
	margin:0px 0px 14px;
	padding: 4px 5px 4px 10px;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #F16161;
}
.MainBody p.CatchCopy {
	color: #666666;
	margin: 0px 0px 20px;
	padding: 16px 10px;
	background: #FDF2FA;
	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/ListLevel1.gif) no-repeat 0px 5px;
	margin:0px;
	padding:0px 0px 5px 16px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(/img/ListLevel2.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 #E288C1;
	border-left: 1px solid #E288C1;
}
.MainBody table th , .MainBodyPage table th {
	font-weight: normal;
	border-bottom: 1px solid #E288C1;
	border-right: 1px solid #E288C1;
	background: #FFF6FC;
	padding: 5px;
	line-height: 1.3em;
}
.MainBody table td , .MainBodyPage table td {
	padding: 5px;
	border-bottom: 1px solid #E288C1;
	border-right: 1px solid #E288C1;
	background: #FFFFFF;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListDouble {
	margin: 10px 0px;
	padding: 0px;
}
.PageListSingle {
	margin: 10px 0px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(/img/PageListPage.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 20px 5px 16px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(/img/PageListPickup.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 10px 5px 48px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 16px 20px 4px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 2px 5px;
	margin:0px;
	padding: 5px 0px 5px 20px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 4px;
	margin:0px;
	padding: 5px 0px 5px 50px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 0px 10px 16px 16px;
	background:  url(/img/PageRelationHeadBg.gif) no-repeat 0px 2px;
	font-size: 16px;
	color: #dc6b9a;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	margin:0px;
	padding:0px 0px 5px 0px;
	line-height: 1.3em;
}
.PageRelation ul li a {
	padding-left: 14px;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px 5px;
	padding: 0px 10px 16px 16px;
	background: url(/img/NewsTopHeadBg.gif) no-repeat 0px 2px;
	font-size: 16px;
	color: #dc6b9a;
	border: none;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	margin:0px;
	padding:0px 0px 5px 0px;
	line-height: 1.3em;
}
.NewsTopArea ul li a {
	padding-left: 14px;
}

/* ---------------------------------------------- */
