@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: #DA327B;
	text-decoration: underline;
}
a:visited {
	color: #DA327B;
	text-decoration: underline;
}
a:hover {
	color: #026DFF;
	text-decoration: none;
}
a:active {
	color: #026DFF;
	text-decoration: none;
}

body {
	background: url(../img/Bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #61233E;
}
.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: url(../img/AllBg.gif) repeat-y;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px auto;
	padding: 4px 14px;
	line-height: 1.3em;
	font-size: 12px;
	width: 900px;
}

/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	padding: 16px 28px 12px 0px;
	text-align:right;
	background: url(../img/Pageup.gif) no-repeat right 8px;
}

.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 15px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 4px;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: #A2D3FB url(../img/HeaderBg.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 900px;
	position: relative;
}
.HeaderArea p.HeaderLead {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 210px;
	top: 72px;
	text-align: center;
	width: 500px;
}
.HeaderArea p.HeaderLead a:link ,
.HeaderArea p.HeaderLead a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.HeaderArea p.HeaderLead a:hover ,
.HeaderArea p.HeaderLead a:active {
	text-decoration: none;
	color: #026DFE;
}
.HeaderArea h1,
.HeaderText {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 210px;
	top: 120px;
	text-align: center;
	width: 500px;
	color: #671212;;
}
.HeaderArea p.HeaderCatch {
	color: #DA327B;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 1px;
	left: 256px;
	font-weight: bold;
}

.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 240px;
	left: 780px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 2px;
	display: inline;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 1px 0px 5px 20px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display:block;
	float: left;
}
.HeaderInfoList ul li a:link {
	color: #DA327B;
}
.HeaderInfoList ul li a:visited {
	color: #DA327B;
}
.HeaderInfoList ul li a:hover {
	color: #FE6666;
}
.HeaderInfoList ul li a:active {
	color: #FE6666;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 0px auto;
	padding: 20px 0px 6px;
	width: 900px;
	font-size: 12px;
}
.FooterLinkArea dl {
	width: 207px;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	float: left;
	background: url(../img/FooterLinkBg.gif) repeat-x 4px 8px;
}
.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{
	margin: 0px auto;
	padding: 15px 10px 0px;
	width: 878px;
	border-left: 1px solid #C2DEDE;
	border-right: 1px solid #C2DEDE;
	text-align: left;
	font-size: 12px;
	color: #C9CCCC;
}
.FooterCategoryArea a:link , .FooterCategoryArea a:visited {
	color: #6F6F6F;
}
.FooterCategoryArea a:hover , .FooterCategoryArea a:active {
	color: #6F6F6F;
	text-decoration: none;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 10px;
	font-size: 12px;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background: url(../img/FooterArea.gif) no-repeat;
	height: 28px;
	margin-bottom: 0px;
	color: #4586BC;
	padding-top: 17px;
	text-align: center;
	width: 900px;
	font-size: 10px;
}
.FooterArea a:link ,
.FooterArea a:visited {
	color: #4586BC;
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	color: #4586BC;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	background: url(../img/SideMenuBg.gif) 0px 0px;
	width: 260px;
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 0px 6px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	color: #DA327B;
}

.SideTopLink {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.SideTopLink a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 16px 4px;
	margin: 0px;
	padding: 2px 5px 5px 40px;
	line-height: 1.3em;
	display: block;
}
.SideTopLink a:hover {
	background: url(../img/SideMenuListCategoryLevel1Over.gif) no-repeat 16px 4px;
}

.SideMenuListArea {
	background: url(../img/SideMenuBottom.gif) no-repeat right bottom;
	margin: 0px;
	padding: 0px 0px 80px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 16px 4px;
	margin: 0px;
	padding: 2px 5px 5px 40px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 16px 4px;
	margin: 0px;
	padding: 2px 5px 5px 40px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListHeadLevel1 a:hover {
	background: url(../img/SideMenuListCategoryLevel1Over.gif) no-repeat 16px 4px;
}
.SideMenuListHeadLevel2 a:hover {
	background: url(../img/SideMenuListCategoryLevel2Over.gif) no-repeat 16px 4px;
}

/* ---------------------------------------------- */
/* 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;
	padding: 4px 10px 4px 42px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: url(../img/SideMenuListPageLevel1.gif) no-repeat 23px 4px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
	background: url(../img/SideMenuListPageLevel2.gif) no-repeat 23px 4px;
}
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background: url(../img/SideMenuListPageLevel1Over.gif) no-repeat 23px 4px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background: url(../img/SideMenuListPageLevel1Over.gif) no-repeat 23px 4px;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 16px 4px;
	margin: 0px 0px 4px;
	padding: 4px 10px 4px 42px;
	display: block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background: url(../img/SideMenuListPickupOver.gif) no-repeat 16px 4px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 16px 4px;
	margin: 0px 0px 4px;
	padding: 4px 10px 4px 42px;
	display: block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background: url(../img/SideMenuListPickupOver.gif) no-repeat 16px 4px;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll 0pt;
	border: medium none;
	font-size: 16px;
	margin: 10px 0pt 5px;
	padding: 0pt 0pt 0pt 25px;
	color: #DA327B;
}
.MainBody h5 , .MainBodyPage h4 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll 0pt;
	border: medium none;
	font-size: 16px;
	margin: 10px 0pt 5px;
	padding: 0pt 0pt 0pt 25px;
	color: #DA327B;
}
.MainBody h4 , .MainBodyPage h3 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll 0pt;
	border: medium none;
	font-size: 16px;
	margin: 10px 0pt 5px;
	padding: 0pt 0pt 0pt 25px;
	color: #DA327B;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat 0px bottom;
	border: none;
	color: #DA307B;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 1px 0pt 11px 38px;
}

.MainBodyPage h1 , .MainBody h2 {
	background: url(../img/HeadBgL.gif) no-repeat left bottom;
	color: #DC2E7E;
	font-size: 24px;
	line-height: 95%;
	margin: 0px 0px 10px 0px;
	padding:10px 0pt 10px 7px;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #D92977;
}

/* ---------------------------------------------- */
/* 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: 0pt 8px 3px 0px;
	padding: 0pt 0pt 3px 17px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/MainBodyListLevel2.gif) no-repeat 0px 3px;
	margin: 0pt 8px 3px 0px;
	padding: 0pt 0pt 3px 17px;
	line-height: 1.3em;
}
.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 0px;
	padding: 0px;
	border-top: 1px solid #DE3884;
	border-left: 1px solid #DE3884;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	border-bottom: 1px solid #DE3884;
	border-right: 1px solid #DE3884;
	padding: 5px;
	line-height: 1.3em;
	background: #FFFFFF;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #DE3884;
	border-right: 1px solid #DE3884;
	line-height: 1.3em;
	background: #FFFFFF;
}


/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: url(../img/HeadBgH3.gif) no-repeat 0px 0px;
	border: none;
	color: #DA307B;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 8px 0pt 13px 38px;
}
.PageListArea h3 {
	background: url(../img/PageListHeadLevel2Bg.gif) no-repeat scroll 0pt;
	color: #24BEC0;
	font-size: 14px;
	margin: 10px 0px 5px;
	padding: 7px 0px 7px 26px;
}
.PageListDouble {
	margin: 0px;
	padding: 0px;
}
.PageListSingle {
	margin: 0px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 6px 0px 0px;
	width: 295px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 6px 2px;
	margin: 0px;
	padding: 1px 20px 5px 24px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 1px 20px 5px 24px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 10px 0px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 5px 5px;
	margin:0px;
	padding: 5px 0px 5px 28px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 3px;
	margin:0px;
	padding: 5px 0px 5px 28px;
}


/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	background: url(../img/PageRelationHeadBg.gif) no-repeat;
	border: none;
	color: #DA307B;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 8px 0pt 13px 38px;
}
.PageRelation ul {
	margin: 0pt;
	padding: 0px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 4px 4px;
	border:1px solid #D1C1C1;
	margin:0pt 0pt 5px;
	padding:5px 0pt 6px 30px;
}


/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	background: url(../img/NewsTopHeadBg.gif) no-repeat;
	border: none;
	color: #DA307B;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 8px 0pt 13px 38px;
}
.NewsTopArea ul {
	margin: 0pt;
	padding: 0px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 4px 4px;
	border:1px solid #D1C1C1;
	margin:0pt 0pt 5px;
	padding:5px 0pt 6px 30px;
}

/* ---------------------------------------------- */
