@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 1.3em;
	padding: 0px;
	margin:5px 0px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
a:link , a:visited , a:active{
	color: #3a89c2;
	text-decoration: underline;
}
a:hover {
	color: #6ab9f2;
	text-decoration: none;
}
body {
	background: #ffffff url(../img/Bg.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #000000;
}
.Clear {
	font-size: 1px;
	clear: both;
}
/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	background: #FFFFFF;
	padding: 0px 0px 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 6px 15px 5px 15px;
	line-height: 1.3em;
	font-size: 12px;
	background:#ffffff;
	color:#707070;
}
.All .Pankuzu a{
	color:#707070;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 10px 5px 5px;
	line-height: 1.3em;
	font-size: 10px;
	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;
	padding: 0px 10px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	padding: 0px 0px 0px 10px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
background: url(../img/HeaderBg.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 312px;
	width: 1040px;
	position: relative;
	left: -72px;
	top: 0px;
}

.HeaderArea h1,.HeaderArea p.site{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 85px 300px 0 155px;
	width:500px;
	height:222px;
	text-align:left;
	color:#ed6f00;
}
.HeaderArea h1 a,.HeaderArea p.site a{
	color:#ed6f00;
	text-decoration: none;
}
.HeaderArea h1 a:hover,.HeaderArea p.site a:hover {
	color:#ed6f00;
	text-decoration: underline;
}
.HeaderArea p.lead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 155px;
	top: 170px;
	xwidth:550px;
	text-align:left;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 293px;
	left: 650px;
	width: 350px;
	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:link,.HeaderInfoList ul li a:visited,.HeaderInfoList ul li a:active {
	margin: 0px 1em 0px 0px;
	padding: 2px 0px 5px 25px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display:block;
	float: left;
	color:#ffffff;
}
.HeaderInfoList ul li a:hover {
	color:#ffffff;
}


/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF ;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 12px;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 6px 5px 3px 25px;
	background:  url(../img/FooterLinkListIcon.gif) no-repeat 5px 9px;
	color: #01585D;
	line-height: 1.3em;
	border-top:solid 4px #ffa171;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.3em;
	text-align:left;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #00a29f;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 20px 0;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 627px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 246px;
	float: right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #FFFFFF url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px 0px 4px;
	padding: 45px 0 10px 40px;
	text-align: left;
	line-height: 1em;
	color: #3a89c2;
	font-size: 16px;
	font-weight: bold;
}

.SideTopLink {
	margin: 4px 0px 0px;
	padding: 0px;
}
.SideTopLink a:link,.SideTopLink a:visited,.SideTopLink a:active {
	background: #00a29f url(../img/SideMenuListCategoryLevel1.gif) no-repeat 0px 0px;
	margin:0px;
	padding: 5px 10px 5px 40px;
	line-height: 1.3em;
	display: block;
	color:#ffffff;
}
.SideTopLink a:hover {
	color:#ffffff;
}

.SideMenuListArea {
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px;
}
.SideMenuListHeadLevel1 a:link,.SideMenuListHeadLevel1 a:visited,.SideMenuListHeadLevel1 a:active {
	background: #00a29f url(../img/SideMenuListCategoryLevel1.gif) no-repeat 0px 0px;
	margin:0px;
	padding: 5px 10px 5px 40px;
	line-height: 1.3em;
	display: block;
	color:#ffffff;
}
.SideMenuListHeadLevel1 a:hover {
	color:#ffffff;
}
.SideMenuListHeadLevel2 a:link,.SideMenuListHeadLevel2 a:visited,.SideMenuListHeadLevel2 a:active {
	background: #e67cff url(../img/SideMenuListCategoryLevel2.gif) no-repeat 0px 0px;
	margin:0px 0 0 0px;
	padding: 7px 10px 6px 35px;
	line-height: 1.3em;
	display: block;
	color:#ffffff;
}
.SideMenuListHeadLevel2 a:hover {
	color:#ffffff;
}


/* ---------------------------------------------- */
/* 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: 3px 0 0 0;
	padding: 6px 10px 6px 40px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: #FFFFFF url(../img/SideMenuListPageLevel1.gif) no-repeat 4px 5px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
	background: #e6d4ff url(../img/SideMenuListPageLevel2.gif) no-repeat 0px 0px;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 3px 3px;
	margin: 0px 0px 5px;
	padding: 6px 10px 6px 40px;
	display:block;
	color:#cc0052;
}

.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 3px 3px;
	margin: 0px 0px 5px;
	padding: 6px 10px 6px 40px;
	display:block;
	color:#cc0052;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover ,.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover{
	color:#cc0052;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 15px 0px 0px 0px;
	padding: 0px 0 0 15px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: #d7f1f0 url(../img/HeadBgH4.gif) no-repeat 3px 5px;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:5px 0px 4px 35px;
	color:#e64c24;
}
.MainBody h5 , .MainBodyPage h4 {
	background: #d7f1f0 url(../img/HeadBgH4.gif) no-repeat 3px 5px;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:5px 0px 4px 35px;
	color:#e64c24;
}
.MainBody h4 , .MainBodyPage h3 {
	background: #d7f1f0 url(../img/HeadBgH4.gif) no-repeat 3px 5px;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:5px 0px 4px 35px;
	color:#e64c24;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat left top;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 5px 35px;
	color:#e64c24;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	margin: 5px 0px 12px;
	padding: 15px 0px 5px 40px;
	background: #00a29f url(../img/HeadBgL.gif) no-repeat left top;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
	xtext-indent: 1em;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #de6b21;
}
.MainBody p.CatchCopy {
	color: #e64c24;
	margin: 0px 0px 20px;
	padding: 40px 50px 15px 50px;
	background: #d7f1f0 url(../img/CatchCopy.gif) left top no-repeat;
	line-height: 2em;
	text-indent: 0em;
}
/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	margin: 10px 10px 1em 15px;
	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 0px;
	margin:0px;
	padding:0px 0px 5px 25px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/MainBodyListLevel2.gif) no-repeat 5px 3px;
}
/* ---------------------------------------------- */
/* MainBodyTableTop */
/* ---------------------------------------------- */
.MainBodyTableTop {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
.MainBodyTableTop table {
	border-top: 1px solid #231886;
	border-left: 1px solid #231886;
	border-bottom: 1px solid #231886;
	border-collapse:collapse;
	border-spacing:0px;
}
.MainBodyTableTop table th {
	font-weight: normal;
	background: #ffa171;
	border-bottom: 1px solid #231886;
	border-right: 1px solid #231886;
	padding: 5px;
	line-height: 1.3em;
	color:#ffffff;
}
.MainBodyTableTop table td {
	padding: 5px;
	border-bottom: 1px dashed #231886;
	border-right: 1px solid #231886;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* MainBodyTableLeft */
/* ---------------------------------------------- */
.MainBodyTableLeft {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
.MainBodyTableLeft table {
	border-top: 1px solid #231886;
	border-left: 1px solid #231886;
	border-bottom: 1px solid #231886;
	border-collapse:collapse;
	border-spacing:0px;
}
.MainBodyTableLeft table th {
	font-weight: normal;
	background: #ffa171;
	padding: 5px;
	border-bottom: 1px dashed #231886;
	border-right: 1px solid #231886;
	text-align: right;
	line-height: 1.3em;
	color:#ffffff;
}
.MainBodyTableLeft table td {
	padding: 5px;
	border-bottom: 1px dashed #231886;
	border-right: 1px solid #231886;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 40px 0px 10px 0px;
	padding: 0px;
}

.PageListArea h2 {
	background: url(../img/PageListHeadBg.gif) no-repeat 0px top;
	font-size: 18px;
	line-height: 1.3em;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	padding: 18px 0px 5px 40px;
	color: #ffffff;

}
.PageListArea h3 {
	margin: 0px 0px 10px;
	padding: 12px 5px 5px 30px;
	font-size: 16px;
	line-height: 1.3em;
	color: #e64c24;
	font-weight: bold;
}
.PageListArea h3 a ,.PageListArea h3 a:hover{
	color: #e64c24;
}
.PageListDouble {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background: url(../img/PageListBgDoubleFoot.gif) repeat-y 0px bottom;
}
.PageListSingle {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background: url(../img/PageListBgSingleFoot.gif) repeat-y 0px bottom;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px 5px 0 0px;
	padding: 0px;
	width: 301px;
	background: url(../img/PageListBgSingleHead.gif) no-repeat 0px 0px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 15px 6px;
	margin: 0px;
	padding: 8px 20px 5px 45px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 15px 6px;
	margin: 0px;
	padding: 8px 20px 5px 45px;
	line-height: 1.3em;
	color:#cc0052;
}
.PageListSingle dl dt.PageListPickup a, .PageListDouble dl dt.PageListPickup a{
	color:#cc0052;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 20px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 18px 10px 8px 50px;
	background: #00a29f url(../img/PageRelationHeadBg.gif) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 4px 4px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px 5px;
	padding: 18px 10px 8px 45px;
	background: #00a29f url(../img/NewsTopHeadBg.gif) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 4px 4px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */

/*
-------------------------------------------
###########################################
footer
###########################################
-------------------------------------------
*/
#Footer{
clear:both;
background:#00A29F;
padding:20px;
}
#Footer address,#Footer address a{
clear:both;
color:#FFF;
text-align:center;
font-weight:bold;
}

table{
xmargin: 0 0 0 10px;
width:100%;
border: 1px #000 solid;
border-collapse: collapse;
border-spacing: 0;
color:#666666;
}
table tr th{
vertical-align:top;
xtext-align:right;
font-size: 11px;
font-weight: bold;
padding:5px;
color: #fff;
background:#1D69B8;
border: #000 solid;
border-width: 0 0 1px 1px;
}
table tr td{
word-break: break-all;
padding:5px;
border:1px dotted #999;
background:#FFFFFF;
color:#000000;
border: #000 solid;
border-width: 0 0 1px 1px;
vertical-align:top;
font-size:11px;
}
