@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: #663333;
	text-decoration: underline;
}
a:visited {
	color: #663333;
	text-decoration: underline;
}
a:hover {
	color: #FE6699;
	text-decoration: underline;
}
a:active {
	color: #FE6699;
	text-decoration: underline;
}

body {
	background: url(../img/Bg.gif) repeat 0px 0px;
	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 {
	background: #FFFFFF;
	padding: 10px 0px 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: 1px solid #CEC5C7;
	border-left: 1px solid #CEC5C7;
	border-right: 1px solid #CEC5C7;
	text-align: left;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 10px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	width: 102px;
	height: 19px;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	float: right;
	background: url(../img/Pageup.gif) no-repeat 0px;
}
.PageUp a{
	color: #999999;
	text-decoration: none;
}

.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: 200px;
	width: 900px;
	position: relative;
}
.HeaderArea p.HeaderLead{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 70px;
	width: 600px;
	text-align: center;
}
.HeaderArea p.HeaderLead a:link,
.HeaderArea p.HeaderLead a:visited{
	color: #663333;
}
.HeaderArea p.HeaderLead a:hover,
.HeaderArea p.HeaderLead a:active{
	color: #FE6699;
}
.HeaderArea h1,
.HeaderText{
	width: 600px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 114px;
	text-align: center;
	font-weight:normal;
	font-size:16px;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 206px;
	right: 0px;
	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: 1px 0px 5px 20px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display: block;
	float: left;
}
/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 30px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/* background: #FFFFFF url(../img/ColumnMain.gif) repeat-y 0px 0px; */
}
.ContentsAreaBody {
	margin: 10px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/* background: #FFFFFF url(../img/ColumnMain.gif) repeat-y 0px 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;
	color: #01585D;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 0px 5px 5px;
	line-height: 1.3em;
	font-size: 10px;
}
/* ---------------------------------------------- */
/* 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: transparent url(../img/Footer.gif) no-repeat scroll center bottom;
	font-size: 12px;
	margin-top: 15px;
	padding: 30px 0px 0px;
	height: 49px;
	text-align: center;
	color: #FFFFFF;
}
/* ---------------------------------------------- */
/* 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: 260px;
	height: 41px;
	line-height: 41px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	background: url(../img/SideMenuBg.gif) repeat;
	margin: 4px 0px 8px;
	padding: 0px;
}
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 4px 4px;
	margin:0px;
	padding: 7px 10px 7px 16px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 4px 4px;
	margin:0px;
	padding: 7px 10px 7px 16px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListHeadLevel1 a:hover {
	background-position: 7px 4px;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 7px 4px;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 {
	background: url(../img/SideMenuBg.gif) repeat;
	margin: 0px 0px 8px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: url(../img/SideMenuListPage.gif) no-repeat 8px 4px;
	margin: 0px;
	padding: 2px 4px 7px 34px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background-position: 11px 4px;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickup.gif) no-repeat 8px 4px;
	margin: 0px 0px 8px;
	padding: 2px 4px 7px 50px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 11px 4px;
}

/* ---------------------------------------------- */
/* 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 center bottom;
	color: #F35177;
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px;
}
.MainBody h5 , .MainBodyPage h4 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll center bottom;
	color: #F35177;
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px;
}
.MainBody h4 , .MainBodyPage h3 {
	background: url(../img/HeadBgH4.gif) no-repeat scroll center bottom;
	color: #F35177;
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat scroll center bottom;
	color: #F35177;
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 70px;
	background: url(../img/HeadBgL.gif) no-repeat 0px 0px;
	font-size: 24px;
	line-height: 54px;
	height: 54px;
	font-weight: bold;
	color: #FF6699;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #990033;
}
.MainBody p.CatchCopy {
	background: #FDFBF2 url(../img/CatchCopyBg.gif) repeat-y scroll 0% 50%;
	margin: 0px 0px 20px;
	padding: 16px 10px;
	border: 1px solid #FFE6E3;
	line-height: 1.5em;
	text-indent: 0em;
	color: #CC3333;
}
.MainBodyImgLeft{
	margin: 0px 10px 10px 0px;
}

/* ---------------------------------------------- */
/* 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 2px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/ListLevel1.gif) no-repeat 0px 2px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* MainBodyTableTop */
/* ---------------------------------------------- */
.MainBodyTableTop {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
.MainBodyTableTop table {
	border-top: 1px solid #FF6699;
	border-left: 1px solid #FF6699;
}
.MainBodyTableTop table th {
	font-weight: bold;
	background: #FDE2E6;
	border-bottom: 1px solid #FF6699;
	border-right: 1px solid #FF6699;
	padding: 5px;
	line-height: 1.3em;
}
.MainBodyTableTop table td {
	padding: 5px;
	border-bottom: 1px solid #FF6699;
	border-right: 1px solid #FF6699;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* MainBodyTableLeft */
/* ---------------------------------------------- */
.MainBodyTableLeft {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
.MainBodyTableLeft table {
	border-top: 1px solid #FF6699;
	border-left: 1px solid #FF6699;
}
.MainBodyTableLeft table th {
	font-weight: normal;
	background: #FDE2E6;
	padding: 5px;
	border-bottom: 1px solid #FF6699;
	border-right: 1px solid #FF6699;
	text-align: right;
	line-height: 1.3em;
}
.MainBodyTableLeft table td {
	padding: 5px;
	border-bottom: 1px solid #FF6699;
	border-right: 1px solid #FF6699;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	margin: 0px 0px 10px;
	padding: 0px 20px 0px;
	background: url(../img/PageListHeadBg.gif) no-repeat 10px 0px;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
.PageListArea h3 {
	background: url(../img/HeadBgH3.gif) no-repeat scroll center bottom;
	color: #F35177;
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	margin: 0px 10px 10px;
	padding: 0px 10px 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 15px 0px;
	margin: 0px;
	padding: 0px 10px 5px 36px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 13px 10px;
	margin: 0px;
	padding: 10px 20px 5px 48px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 10px 0px 36px;
	line-height: 1.5em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 8px 6px;
	margin:0px;
	padding:5px 0px 5px 43px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 5px;
	margin:0px;
	padding:5px 0px 5px 43px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	margin: 0px;
	padding: 0px 20px 0px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat 0px 0px;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 12px;
	margin: 0px;
	padding: 10px 0px 10px 26px;
	line-height: 1.3em;
	border-bottom: 1px dotted #CCCCCC;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 0px;
	padding: 0px 20px 0px;
	background: url(../img/NewsTopHeadBg.gif) no-repeat 0px 0px;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 12px;
	margin: 0px;
	padding: 10px 0px 10px 26px;
	line-height: 1.3em;
	border-bottom: 1px dotted #CCCCCC;
}

/* ---------------------------------------------- */
