@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 , a:visited , a:active{
	color: #3a89c2;
	text-decoration: underline;
}
a:hover {
	color: #105A5B;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #000000;
}
.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: 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: 10px 20px;
	line-height: 1.3em;
	font-size: 12px;
	background:#ff8d8d;
	color:#ffffff;
}
.All .Pankuzu a {
	color:#ffffff;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 16px 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;
	padding: 0px 16px 0px 0px;
	background: url(/img/PageNext.gif) no-repeat scroll right center transparent;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	padding: 0px 0px 0px 16px;
	background: url(/img/PageBack.gif) no-repeat scroll 0px center transparent;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 329px;
	width: 900px;
	position: relative;
}
.HeaderArea h1, .HeaderText {
	color:#ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 285px;
	top: 105px;
	width:520px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	color:#e33810;
	text-decoration: none;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	color:#e33810;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 285px;
	top: 145px;
	width:520px;
	color:#000000;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0 20px 0 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 1px 0 0 0;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display:block;
	float: right;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 3px 0px 5px 18px;
	background: #ff8d8d;
	display:block;
	color:#ffffff;
}
.HeaderInfoList ul li a:hover {
	color:#ffffff;
}
/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 16px 0px 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 0px;
	padding: 0px 0 0 10px;
}
.FooterLinkArea dl {
	width: 206px;
	margin: 0px 0 0 10px;
	padding: 0px;
	float: left;
}
.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:10px 0px;
	padding:5px;
	text-align: center;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px auto;
	padding: 5px;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #ff8d8d;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.FooterArea a:link ,
.FooterArea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 261px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopLink {
	background: #ff8d8d url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 74px;
	line-height: 74px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 261px;
}

.SideMenuListArea a{
	color:#158bae;
}


/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px;
}
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1Foot.gif) no-repeat left bottom;
	margin:0px;
	padding: 11px 10px 10px 35px;
	line-height: 1.3em;
	display: block;
	color:#ffffff;
}
.SideMenuListHeadLevel1 {
	background: #ff8d8d url(../img/SideMenuListCategoryLevel1.gif) no-repeat left top;
}
.SideMenuListHeadLevel2 a {
	background: #ff8d8d url(../img/SideMenuListCategoryLevel2Foot.gif) no-repeat left bottom;
	margin:0px;
	padding: 10px 10px 10px 35px;
	line-height: 1.3em;
	display: block;
	color:#ffffff;
}
.SideMenuListHeadLevel2 {
	background: #ff8d8d url(../img/SideMenuListCategoryLevel2.gif) no-repeat left top;
}

.SideMenuListHeadLevel1 a:hover,
.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 li.SideMenuListPickupLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: url(../img/SideMenuListPage.gif) no-repeat 15px 5px;
	margin: 0px;
	padding: 6px 10px 6px 35px;
	line-height: 1.3em;
	display: block;
}

.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: url(../img/SideMenuListPageLevel2.gif) no-repeat 9px 5px;
	margin: 0px;
	padding: 6px 10px 6px 35px;
	line-height: 1.3em;
	display: block;
}



/*SideMenuListPageLevel2*/

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickup.gif) no-repeat 10px 5px;
	margin: 0px;
	padding: 6px 10px 6px 35px;
	display:block;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 0px;
	padding: 0px 3px 0 5px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:7px 0px 6px 35px;
	color:#158bae;
	background:#fce9e8 url(../img/HeadBgH4.gif) no-repeat 10px 5px;
}
.MainBody h5 , .MainBodyPage h4 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:6px 0px 5px 35px;
	color:#158bae;
	background:#fce9e8 url(../img/HeadBgH4.gif) no-repeat 10px 5px;
}
.MainBody h4 , .MainBodyPage h3 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:5px 0px 4px 35px;
	color:#158bae;
	background:#fce9e8 url(../img/HeadBgH4.gif) no-repeat 10px 5px;
}
.MainBody h3 , .MainBodyPage h2 {
	color:#158bae;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 5px 35px;
	background: url(../img/HeadBgH3.gif) no-repeat left top;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	margin: 0px 0px 10px;
	padding: 8px 0px 3px 40px;
	background: url(../img/HeadBgL.gif) no-repeat left top;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #158bae;
	border-bottom:solid 1px #f19c88;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #de6b21;
}
.MainBody p.CatchCopy {
	color: #158bae;
	margin: 0px 0px 20px;
	padding: 30px 50px 15px 50px;
	background: #fbe4e7 url(../img/CatchCopy.gif) repeat-x left top;
	line-height: 2.924em;
	font-size:16px;
}
/* ---------------------------------------------- */
/* 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 3px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/ListLevel2.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 #faa603;
	border-left: 1px solid #faa603;
	border-bottom: 1px solid #faa603;
	border-collapse:collapse;
	border-spacing:0px;
}
.MainBody Table th , .MainBodyPage Table th {
	text-align: center;
	font-weight: bold;
	background: #ff8d8d;
	border-bottom: 1px solid #faa603;
	border-right: 1px solid #faa603;
	padding: 5px;
	line-height: 1.5em;
	color:#ffffff;
}
.MainBody Table th a:link ,
.MainBody Table th a:visited ,
.MainBodyPage table th a:link ,
.MainBodyPage table th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.MainBody Table th a:hover ,
.MainBody Table th a:active ,
.MainBodyPage table th a:hover ,
.MainBodyPage table th a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px dashed #faa603;
	border-right: 1px solid #faa603;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background:  url(../img/PageListHeadBg.gif) no-repeat left top;
	margin: 0px 0px 10px;
	padding: 8px 0px 5px 35px;
	font-size: 18px;
	line-height: 1.3em;
	color: #158bae;
	font-weight: bold;
	border:none;
}
.PageListArea h3 {
	margin: 0px 0px 10px;
	padding: 8px 5px 5px 35px;
	font-size: 16px;
	line-height: 1.3em;
	color: #158bae;
	font-weight: bold;
}
.PageListDouble {
	margin: 0px 0px 10px 0;
	padding: 0px;
	background: url(../img/PageListBgDoubleFoot.gif) no-repeat 1px bottom;
}
.PageListSingle {
	margin: 0px 0px 10px 0;
	padding: 0px;
	background: url(../img/PageListBgSingleFoot.gif) no-repeat 1px bottom;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px 2px 0 1px;
	padding: 0px;
	width: 303px;
	background: url(../img/PageListBgSingleHead.gif) no-repeat left top;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 30px 17px;
	margin: 0px;
	padding: 17px 20px 10px 50px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 29px 16px;
	margin: 0px;
	padding: 17px 20px 10px 55px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 30px 20px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 3px 3px;
	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: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 14px 10px 7px 40px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat left top;
	border-bottom:1px solid #F19C88;
	font-size: 18px;
	color: #158bae;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 3px;
	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: 10px 10px 7px 40px;
	background: url(../img/NewsTopHeadBg.gif) no-repeat left top;
	font-size: 18px;
	color: #158bae;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 3px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
