@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 1px;
	margin:5px 0px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
span.bold {
font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.Clear {
	font-size: 1px;
	clear: both;
}
/* ---------------------------------------------- */
/* 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;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 10px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align: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 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: url(../img/HeaderBg.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 900px;
	position: relative;
}
.HeaderArea h1{
margin:0px;
padding: 60px 0 0 20px;
font-weight: normal;
font-size:12px;
color:#000000;
}
.HeaderArea p#site a{
margin:0px;
padding: 20px 0 0 20px;
font-size: 36px;
font-weight: bold;
line-height: 1.1em;
color:#279EEE;
}
.HeaderArea h2{
margin:0px;
padding: 20px 0 0 20px;
font-weight: normal;
font-size:12px;
}

.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: 0px 0px 5px 18px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display: block;
	float: left;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 30px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(../img/ColumnMain.gif) repeat-y 0px 0px;
}
.ContentsAreaBody {
	margin: 10px 0px 0px;
	padding: 0px;
	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;
	border-top: 1px solid #FFD4E1;
	border-right: 1px solid #FFD4E1;
	border-left: 1px solid #FFD4E1;
	color: #01585D;
	line-height: 1.3em;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 0px 5px 5px;
	border-right: 1px solid #FFD4E1;
	border-bottom: 1px solid #FFD4E1;
	border-left: 1px solid #FFD4E1;
	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: transparent url(../img/Footer.gif) no-repeat scroll center bottom;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 3px;
	text-align: right;
}
/* ---------------------------------------------- */
/* 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: #CC0066;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px;
}
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 0px 6px;
	margin:0px;
	padding: 4px 10px 6px 20px;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px dotted #DADADA;
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 4px 6px;
	margin:0px;
	padding: 4px 10px 6px 24px;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px dotted #DADADA;
}
.SideMenuListHeadLevel1 a:hover {
	background-position: 3px 6px;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 7px 6px;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: #FFFFFF url(../img/SideMenuListPage.gif) no-repeat 6px 10px;
	border-bottom: 1px dotted #DADADA;
	margin: 0px;
	padding: 6px 10px 6px 26px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background-position: 9px 10px;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickup.gif) no-repeat 2px 4px;
	margin: 0px 0px 5px;
	padding: 6px 10px 6px 26px;
	display:block;
	border-bottom: 1px dotted #DADADA;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 4px 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: #CC0066;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	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: #CC0066;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	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: #CC0066;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	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: #CC0066;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	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;
	background: url(../img/HeadBgL.gif) no-repeat 0px 0px;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	color: #CC0066;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #CC0066;
}
.MainBody p.CatchCopy {
	margin: 0px 0px 20px;
	padding: 16px 10px;
	border: #FFD4E1 1px solid;
	line-height: 1.5em;
	text-indent: 0em;
}
/* ---------------------------------------------- */
/* 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 6px;
	margin:0px;
	padding:0px 0px 5px 12px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/ListLevel1.gif) no-repeat 0px 6px;
	margin:0px;
	padding:0px 0px 5px 12px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* MainBodyTableTop */
/* ---------------------------------------------- */
.MainBodyTableTop {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
.MainBodyTableTop table {
	border-top: 1px solid #CC0066;
	border-left: 1px solid #CC0066;
}
.MainBodyTableTop table th {
	font-weight: bold;
	background: #FAC4C2;
	border-bottom: 1px solid #CC0066;
	border-right: 1px solid #CC0066;
	padding: 5px;
	line-height: 1.3em;
}
.MainBodyTableTop table td {
	padding: 5px;
	border-bottom: 1px solid #CC0066;
	border-right: 1px solid #CC0066;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* MainBodyTableLeft */
/* ---------------------------------------------- */
.MainBodyTableLeft {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
.MainBodyTableLeft table {
	border-top: 1px solid #CC0066;
	border-left: 1px solid #CC0066;
}
.MainBodyTableLeft table th {
	font-weight: normal;
	background: #FAC4C2;
	padding: 5px;
	border-bottom: 1px solid #CC0066;
	border-right: 1px solid #CC0066;
	text-align: right;
	line-height: 1.3em;
}
.MainBodyTableLeft table td {
	padding: 5px;
	border-bottom: 1px solid #CC0066;
	border-right: 1px solid #CC0066;
	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: 31px;
	height: 31px;
	font-weight: bold;
	color: #CC0066;
	border: none;
}
.PageListArea h3 {
	background: url(../img/HeadBgH3.gif) no-repeat scroll center bottom;
	color: #CC0066;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	margin: 0px 0px 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 2px;
	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.3em;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	margin: 0px 0px 10px;
	padding: 0px 10px 0px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat 0px 0px;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	color: #CC0066;
	border: none;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat scroll center bottom;
	margin:0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 0px 0px 10px;
	padding: 0px 10px 0px;
	background: url(../img/NewsTopHeadBg.gif) no-repeat 0px 0px;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	color: #CC0066;
	border: none;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat scroll center bottom;
	margin:0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
