@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: #053c79;
	text-decoration: underline;

}
a:visited {
	color: #053c79;
	text-decoration: underline;
}
a:hover {
	color:#0078ff;
	text-decoration: none;
}

a:active {
	color: #0a31fa;
	text-decoration: none;
}

body {
	background: url(../img/background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.Left {
	float: left;
	padding: 0px 10px 0px 0px;
}
.Right {
	float: right;
	padding: 0px 0px 0px 10px;
}
.MainBodyImgLeft{
	margin: 0px 10px 10px 0px;
}
.MainBodyImgRight{
	margin: 0px 0px 10px 10px;
}
.img{
	float: left;
	display: inline;
	margin: 0px 4px 4px 0px;
	border: 3px solid #D0DFEF;
}

/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	background:url(../img/body_back.gif) repeat-y center 1px;
	/*_background:url(../img/body_back.gif) repeat-y center 1px;*/
	padding: 0px;
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-left:1px solid #165eae;
	border-right:1px solid #165eae;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 11px 0px 0px 10px;
	/*padding: 10px 10px 0px;*/
	vertical-align:middle;
	line-height: 1.3em;
	font-size: 12px;
	background:#3885da url(../img/side1.gif) no-repeat right bottom;
	width:auto;
	height:24px;/*35*/
	color:#000000;
}
.Pankuzu a{
color:#FFFFFF;
}
.Pankuzu a:hover{
text-decoration: underline;
/*color:#0078ff;*/
}
.PankuzuFooter {
	margin: 0px;
	padding: 11px 0px 0px 10px;
	/*padding: 10px 10px 0px;*/
	vertical-align:middle;
	line-height: 1.3em;
	font-size: 12px;
	background:#3885da;
	width:auto;
	height:24px;/*35*/
	color:#000000;
}
.PankuzuFooter a{
color:#FFFFFF;
}
.PankuzuFooter a:hover{
text-decoration: underline;
/*color:#0078ff;*/
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
    background-color:#dddcdc;
	font-size: 12px;
	margin: 0px 0px  0px 0px;
	padding: 5px 28px 5px 5px;
	line-height: 1.3em;
	text-align:right;
	background:#dddcdc url(../img/Pageup.gif) no-repeat right  6px;
}

.PageNavi{
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 20px;
	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 2px;
	padding: 0px 15px 0px 0px;
}

.PageNavi a.PageNaviBack{
    text-align:left;
	float:left;
	background:url(../img/PageBack.gif) no-repeat left 2px ;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 898px;
	position: relative;
}
.HeaderArea p.HeaderLead {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 118px 0px 0px 128px;
	text-align:center;
	vertical-align:middle
	color:#000000;
	width: 636px;
	height: 48px;
	overflow:hidden;
}
.HeaderArea p.HeaderLead{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	left:117px;
	margin:0;
	padding:0;
	position:absolute;
	top:177px;
}

.HeaderArea h1 , .HeaderText {
	background:transparent url(../img/HeaderText.jpg) no-repeat scroll 0 0;
	height:0;
	left:128px;
	margin:0;
	overflow:hidden;
	padding:48px 0 0;
	position:absolute;
	top:118px;
	width:636px;
	/*position: absolute;
	left: 39px;
	top: 130px;*/
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 17px;
	top: 8px;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 60px;
	width: 260px;
	font-size: 12px;
	color:#165eae;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	padding-top:3px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display:block;
	float: right;
}
.HeaderInfoList ul li a {
font-weight:bold;
color:#165eae;
	margin: 0px 1em 0px 0px;
	padding: 0px 0px 5px 20px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	_background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display:block;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 0px;
	padding: 0px;
	width:898px;
	background:url(../img/back_all_kadomaru.gif) bottom no-repeat;
	/*background: #dddcdc;*/
}

/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	/*margin: 20px 0px 0px;
	padding: 0px;*/
	margin: 0;
	padding: 20px 0px 0px;
	font-size: 12px;
	background:#dddcdc url(../img/back_link.gif) right repeat-y;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px;
	background: #cee4fd;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background: #f7f7f7;
	line-height: 1.3em;
	font-size: 10px;
}


/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
    background:#dddcdc;
/*	margin:10px 0px;
	padding:5px;*/
	margin:0px;
	padding:15px 5px;
	text-align: center;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px 28px 0px;
	padding:20px;
	font-size: 12px;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #2671c5;
	text-align: center;
	margin: 0px 0px 0px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 279px;/*279+8*/
	_width:280px;
	float: right;
	margin: 0px 9px 0px 0px;
	_margin:0px 4px 0px 0px;
	padding: 0px 0px 9px 0px;
	/*_padding: 0px 0px 0px 0px;
	*/
}
/* ---------------------------------------------- */
/* Side */ 
/* ---------------------------------------------- */
.SideTopTitle {
	background:url(../img/side2.gif) no-repeat 0px 0px;
	margin: 0px 0px 0px 0;
	padding: 0px;
	text-align: center;
	width: 279px;
	height: 17px;
	line-height: 42px;
	color: #165eae;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 279px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
    background:#d0dfef;
	margin:3px;
	color:#053c79;
	/*margin: 4px 0px 0px;*/
	padding: 0px;
	font-size:16px;
	font-weight:600;
}
.SideMenuListHeadLevel1{
/*padding-top:5px;
padding-bottom:5px;*/
}
.SideMenuListHeadLevel2{
/*padding-top:5px;
padding-bottom:5px;*/
background-color:#b9cee7;
}

.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	background: #d0dfef url(../img/icon1.gif) no-repeat 4px 12px;
	margin:0px;
	padding: 10px 10px 10px 26px;
	line-height: 1.3em;
	display: block;
}


.SideMenuListHeadLevel2 a {
	background: #b9cee7 url(../img/icon4.gif) no-repeat 4px 12px;
	margin:0px;
	padding: 10px 10px 10px 30px;
	line-height: 1.3em;
	display: block;
}

.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
	color:#0078ff;
	background: #d7f8f7 url(../img/icon1_on.gif) no-repeat 4px 12px;
}
.SideMenuListHeadLevel2 a:hover {
    color:#02a9e0;
	background:#c3f4db url(../img/icon4_on.gif) no-repeat 4px 12px;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px 0px 9px 0px;
	_padding: 0px 0px 9px 0px;
	list-style: none;
	background: url(../img/dotto.gif) bottom no-repeat;
}

.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,
.SideMenuListArea ul.SideMenuListLevel2 li,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	/*margin: 0px;*/
	margin:3px 3px 3px 3px;
	/*_margin:3px 3px 3px 3px;*/
	padding: 0px;
}
/*.SideMenuListPickupLevel1 a{
padding-top:10px;
padding-bottom:5px;
}*/
.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a ,
.SideMenuListArea ul.SideMenuListLevel2 li a {
	/*border-bottom: 1px dotted #95CDC5;*/
	margin: 0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	display: block;
	
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: #d0dfef url(../img/SideMenuListPageLevel1.gif) no-repeat 5px 6px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
	background: #d0dfef url(../img/SideMenuListPageLevel1.gif) no-repeat 5px 6px;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
/*background-position: 9px 5px;*/
color:#0078ff;
	background:#d7f8f7 url(../img/SideMenuListPageLevel1_on.gif) no-repeat 5px 6px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	/*background-position: 9px 5px;*/
	color:#02a9e0;
	background:#c3f4db url(../img/SideMenuListPageLevel1_on2.gif) no-repeat 5px 6px;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: #d0dfef url(../img/SideMenuListPickupLevel1.gif) no-repeat 2px 8px;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 8px 55px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	color:#0078ff;
	background:#d7f8f7 url(../img/SideMenuListPickupLevel1.gif) no-repeat 2px 8px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel2.gif) no-repeat 5px 4px;
	margin: 0px 0px 5px;
	padding: 6px 10px 6px 40px;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	color:#02a9e0;
	background:#c3f4db url(../img/SideMenuListPageLevel1_on.gif) no-repeat 5px 4px;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
    width:591px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0 9px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:18px;
	font-weight:bold;
	background: url(../img/HeadBgH456.gif) no-repeat 0px bottom;
	margin:0px;
	padding: 7px 0px 7px 46px;
	color:#00254d;
}

.MainBody h5 , .MainBodyPage h4 {
	font-size:18px;
	font-weight:bold;
	background: url(../img/HeadBgH456.gif) no-repeat 0px bottom;
	margin:0px;
	padding: 7px 0px 7px 46px;
	color:#00254d;
}

.MainBody h4 , .MainBodyPage h3 {
	font-size:18px;
	font-weight:bold;
	background: url(../img/HeadBgH456.gif) no-repeat 0px bottom;
	margin:0px;
	padding: 7px 0px 7px 46px;
	color:#00254d;
}

.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat 0px 0px;
	color:#00254d;
	font-size:22px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 6px 44px;
}

.MainBodyPage h1 , .MainBody h2 {
	margin: 0px 0px 6px;
	padding: 25px 0px 15px 70px;
	background: url(../img/HeadBgL.gif) no-repeat;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #00254d;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #0033CC;
	font-size: 17px;
}

.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/icon2.gif) no-repeat 0px 1px;
	margin:0px;
	padding:0px 0px 5px 22px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/icon3.gif) no-repeat 0px 1px;
}

/* ---------------------------------------------- */
/* MainBodyTable */
/* ---------------------------------------------- */
.MainBody Table , .MainBodyPage Table {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	width: 570px;
	border-top: 1px solid #7ab3f8;
	border-left: 1px solid #7ab3f8;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #f4f6de;
	border-bottom: 1px solid #7ab3f8;
	border-right: 1px solid #7ab3f8;
	padding: 5px;
	line-height: 1.3em;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	background:#f4f4f4;
	border-bottom: 1px solid #7ab3f8;
	border-right: 1px solid #7ab3f8;
	line-height: 1.3em;
	
}
/* ---------------------------------------------- */
/* MainBodyTableLeft */
/* ---------------------------------------------- */
.MainBodyTableLeft {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	width: 570px;
}

.MainBodyTableLeft table {
	border-top: 1px solid #7ab3f8;
	border-left: 1px solid #7ab3f8;
}
.MainBodyTableLeft table th {
	font-weight: normal;
	background: #f4f6de;
	padding: 5px;
	border-bottom: 1px solid #7ab3f8;
	border-right: 1px solid #7ab3f8;
	line-height: 1.5em;
	text-align:center;
	width:3%;
}
.MainBodyTableLeft table td {
	padding: 5px;
	background:#f4f4f4;
	border-bottom: 1px solid #7ab3f8;
	border-right: 1px solid #7ab3f8;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 0px 0px 9px 0px;
	padding: 0px;
	width:591px;
}
.PageListArea h2 {
    display:block;
	background: url(../img/PageListHeadBg.gif) no-repeat 0px top;
	width:591px;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 8px 0px;
	text-indent:10px;
	font-size: 16px;
	line-height: 1.3em;
	color: #FFFFFF;
	border-left: none;
	font-weight: bold;
}
.PageListArea h3 {
    display:block;
    background: url(../img/PageListHeadh3.gif) no-repeat 0px top;
	margin:0px;
	padding: 9px 0px 8px 10px;
	text-indent:0px;
	width:591px;
	font-size: 16px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;

}
.PageListHeadh3_2 h3{
    background: url(../img/PageListHeadh3_2.gif) no-repeat 0px top;
	margin-top:20px;
	margin-bottom:10px;
	padding: 5px 0px 10px 10px;
	text-indent:0px;
	width:591px;
	font-size: 20px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
.PageListDouble {
    overflow:hidden;
	margin: 5px 0px 10px 0px;
	width:591px;
	padding: 0px;
	background: url(../img/PageListBgDoubleFoot.gif) no-repeat 10px bottom;
}

.PageListSingle {
	margin: 5px 0px 25px 0px;
	padding: 0px;
	background: url(../img/PageListBgSingleFoot.gif) no-repeat 10px bottom;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px 0px 0px 10px;
	/*_margin: 0px 0px 0px 4px;*/
	padding: 0px;
	/*_padding: 0px 0px 0px 0px;*/
	width: 280px;
	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 10px;*/
	margin: 0px;
	overflow:hidden;
	padding: 10px 20px 5px 35px;
	line-height: 1.3em;
	font-weight: bold;
	/*background:#cee4fd;*/
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 8px;
	margin: 0px;
	/*padding: 10px 20px 5px 48px;*/
	line-height: 1.3em;
	text-indent:0px;
	padding-left:58px;
	font-weight: bold;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 15px 8px;
	line-height: 1.3em;
}

.PageListDouble dl{
margin:0px 0px 0px 10px;
_margin:0px 0px 0px 5px;
padding:0px;
_padding:0px 0px 0px 5px;
}
.PageListArea ul{
	background-color:#f5f8fc;
}
.PageListArea ul li{
	background: url(../img/CategoryTopPageList.gif) no-repeat 5px 4px;
	margin:0px;
	padding:5px 0px 10px 30px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/CategoryTopPageListPickup.gif) no-repeat 5px 3px;
	margin:0px;
	padding:5px 0px 10px 60px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
	width:591px;
}
.PageRelation h2 {
	margin: 0px 0px 5px;
	padding: 10px 0px 0px 0px;
	text-indent:10px;
	background:	url(../img/page_relationh.gif) no-repeat;
	height:39px;
	font-size: 18px;
	color: #000000;
}

.PageRelation ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 8px;
	margin:0px;
	padding:3px 0px 3px 20px;
	line-height: 1.6em;
	border-bottom:1px dotted #1959a2;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	_margin: 0px 0px 10px 0px;
	padding: 0px;
	width:591px;
}
.NewsTopArea h2 {
	margin: 5px 0px 5px;
	padding: 10px 0px 0px 0px;
	text-indent:10px;
	background:url(../img/news_toparea_h2.gif) no-repeat;
	height:39px;
	font-size: 18px;
	color: #000000;
}

.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 8px;
	margin:0px;
	padding:3px 0px 3px 20px;
	line-height: 1.6em;
	border-bottom:1px dotted #1959a2;/* dashed*/
}

/* ---------------------------------------------- */
/* CatchCopy  p
/* ---------------------------------------------- */
.CatchCopy{
font-size:14px;
color:#000000;
line-height:3em;
display:block;
vertical-align:middle;
height:100px;
margin:0px 0px 0px 50px;

/*padding:100px 0px 100px 0px;
margin:100px 0 0 0;*/
}