@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: #59BED3;
	text-decoration: none;
}
a:visited {
	color: #CD50CD;
	text-decoration: none;
}
a:hover {
	color: #2E70D2;
	text-decoration: underline;
}
a:active {
	color: #CD50CD;
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #444444;
}
.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: 6px 0px 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	width: 860px;
	margin: 0px auto;
	padding: 10px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 22px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
	background: url(../img/Pageup.gif) no-repeat right 6px;
}

.PageNavi{
	margin: 0px 10px 10px 0px;
	padding: 5px;
	line-height: 1.3em;
}
.PageNavi a:link , .PageNavi a:visited{
	text-decoration: underline;
	color: #59BED3;
}
.PageNavi a:hover , .PageNavi a:active{
	color: #2E70D2;
}
.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 3px;
	padding: 0px 24px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 3px;
	padding: 0px 0px 0px 24px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.gif) no-repeat 0px 0px;
	margin: 0px auto;
	padding: 0px;
	height: 244px;
	width: 860px;
	position: relative;
}
.HeaderArea p.HeaderLead {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 96px;
}
.HeaderArea p.HeaderLead a:link ,
.HeaderArea p.HeaderLead a:visited {
	color: #CD50CD;
	text-decoration: none;
}
.HeaderArea p.HeaderLead a:hover ,
.HeaderArea p.HeaderLead a:active {
	color: #2E70D2;
	text-decoration: underline;
}
.HeaderArea h1 , .HeaderText {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 148px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 6px;
	color: #666666;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 216px;
	right: 300px;
	width: 540px;
	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: 0px 0px 5px 20px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 2px;
	display:block;
}
.HeaderInfoList ul li a:link , .HeaderInfoList ul li a:visited{
	color: #999999;
}
.HeaderInfoList ul li a:hover , .HeaderInfoList ul li a:active{
	color: #6EE4DE;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	width: 860px;
	margin: 16px auto 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	width: 860px;
	margin: 16px auto 0px;
	padding: 0px;
}
.FooterLinkArea dl {
	width: 212px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	color: #01585D;
	margin: 5px 0px 0px 10px;
	padding: 5px 5px 0px 5px;
	line-height: 1.3em;
	font-size: 10px;
	border-top: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background: #F8F8F8;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 10px;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background: #F8F8F8;
}

/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	width: 860px;
	margin:10px auto;
	padding:5px;
	text-align: center;
	color: #C9CCCC;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px auto;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	width: 860px;
	text-align: center;
	margin: 10px auto 0px;
	padding: 5px 0px 30px;
	font-size: 12px;
	color: #888888;
}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #FFFFFF url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 260px;
	height: 52px;
	line-height: 52px;
	color: #444444;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}
.SideMenuListArea a:link , .SideMenuListArea a:visited , 
.SideTopLink a:link , .SideTopLink a:visited{
	color: #444444;
}
.SideMenuListArea a:hover , .SideMenuListArea a:active ,
.SideTopLink a:hover , .SideTopLink a:active{
	color: #59BED3;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 ,
.SideTopLink {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.SideMenuListHeadLevel1 a ,
.SideTopLink a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 6px 6px;
	margin:0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	display: block;
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 6px 6px;
	margin:0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	display: block;
}
.SideMenuListHeadLevel1 a:hover , 
.SideTopLink a:hover {
	background-position: 9px 6px;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 9px 6px;
}

/* ---------------------------------------------- */
/* 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: url(../img/SideMenuListPageLevel1.gif) no-repeat 16px 9px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin: 0px;
	padding: 6px 10px 6px 34px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: url(../img/SideMenuListPageLevel1.gif) no-repeat 16px 9px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin: 0px;
	padding: 6px 10px 6px 34px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background-position: 19px 9px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background-position: 19px 9px;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 9px 7px;
	margin: 0px;
	padding: 8px 10px 8px 35px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 12px 7px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel2.gif) no-repeat 9px 7px;
	margin: 0px;
	padding: 8px 10px 8px 35px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background-position: 12px 7px;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	border-bottom:2px solid #B8ECF7;
	color: #444444;
	font-size: 16px;
	line-height:95%;
	margin: 0px 0px 10px 0px;
	padding:10px 0px 5px 15px;
}
.MainBody h5 , .MainBodyPage h4 {
	border-bottom:2px solid #B8ECF7;
	color: #444444;
	font-size: 16px;
	line-height:95%;
	margin: 0px 0px 10px 0px;
	padding:10px 0px 5px 15px;
}
.MainBody h4 , .MainBodyPage h3 {
	border-bottom:2px solid #B8ECF7;
	color: #444444;
	font-size: 16px;
	line-height:95%;
	margin: 0px 0px 10px 0px;
	padding:10px 0px 5px 15px;
}
.MainBody h3 , .MainBodyPage h2 {
	background: #F6F6F6 url(../img/HeadBgH3.gif) repeat-x scroll left top;
	border-bottom: 1px solid #B8ECF7;
	color: #444444;
	font-size: 18px;
	line-height:95%;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 6px 9px;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	background: #F6F6F6 url(../img/HeadBgL.gif) repeat-x scroll left top;
	border-bottom: 3px solid #B8ECF7;
	color: #444444;
	font-size: 22px;
	line-height: 95%;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 7px;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #666666;
}
.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 3px;
	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 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 #B8B8B8;
	border-left: 1px solid #B8B8B8;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #F7F7F7;
	border-bottom: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	padding: 5px;
	line-height: 1.5em;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 15px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: #CEF3FC url(../img/PageListHeadBg.gif) no-repeat scroll 10px 50%;
	color: #33B8D3;
	font-size: 14px;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 55px;
	height: 36px;
	line-height: 36px;
	border: none;
}
.PageListArea h3 {
	background:transparent url(../img/HeadBgH3.gif) repeat-x scroll left top;
	border-bottom:2px solid #B8ECF7;
	color:#969696;
	font-size:14px;
	line-height:95%;
	margin: 10px 0px 0px;
	padding: 10px 0px 10px 15px;
}
.PageListArea h3 a{
	color: #59BED3;
}
.PageListArea h3 a:link ,
.PageListArea h3 a:visited{
	text-decoration: underline;
}
.PageListArea h3 a:hover ,
.PageListArea h3 dl dt a:active{
	text-decoration: none;
}

.PageListDouble {
	margin: 0px 0px;
	padding: 0px;
}
.PageListSingle {
	margin: 0px 0px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 290px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt a,
.PageListDouble dl dt a{
	color: #59BED3;
}
.PageListSingle dl dt a:link ,
.PageListDouble dl dt a:link ,
.PageListSingle dl dt a:visited ,
.PageListDouble dl dt a:visited{
	text-decoration: underline;
}
.PageListSingle dl dt a:hover ,
.PageListDouble dl dt a:hover ,
.PageListSingle dl dt a:active ,
.PageListDouble dl dt a:active{
	text-decoration: none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 15px 12px;
	margin: 0px;
	padding: 10px 20px 5px 40px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 13px 9px;
	margin: 0px;
	padding: 10px 20px 5px 38px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 20px 0px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 2px 7px;
	margin:0px;
	padding: 5px 0px 5px 28px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 1px 3px;
	margin:0px;
	padding: 5px 0px 5px 28px;
}


/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	background: #F7F7F7 url(../img/PageRelationHeadBg.gif) no-repeat scroll 10px 50%;
	color: #33B8D3;
	font-size: 16px;
	margin: 0px 0px 5px;
	padding: 14px 0px 10px 55px;
	border: none;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background:transparent url(../img/PageRelationListIcon.gif) no-repeat scroll 0pt 50%;
	border-bottom:1px dashed #DFDFDF;
	font-size: 14px;
	margin:5px 0px;
	padding:2px 0px 2px 25px;
}
.PageRelation ul li a{
	text-decoration: underline;
}
.PageRelation ul li a:link , 
.PageRelation ul li a:visited{
	color: #59BED3;
}
.PageRelation ul li a:hover , 
.PageRelation ul li a:active{
	color: #2E70D2;
}
/* ---------------------------------------------- */

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	background: #F7F7F7 url(../img/NewsTopHeadBg.gif) no-repeat scroll 10px 50%;
	color: #33B8D3;
	font-size: 16px;
	margin: 0px 0px 5px;
	padding: 14px 0px 10px 55px;
	border: none;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background:transparent url(../img/NewsTopListIcon.gif) no-repeat scroll 0pt 50%;
	border-bottom:1px dashed #DFDFDF;
	font-size: 14px;
	margin:5px 0px;
	padding:2px 0px 2px 25px;
}
.NewsTopArea ul li a{
	text-decoration: underline;
}
.NewsTopArea ul li a:link , 
.NewsTopArea ul li a:visited{
	color: #59BED3;
}
.NewsTopArea ul li a:hover , 
.NewsTopArea ul li a:active{
	color: #2E70D2;
}
/* ---------------------------------------------- */
