
/*-------------------
	
  format.css
  
--------------------*/

html, body{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form, label{
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	text-align:left;
	list-style-type:none;
}

table, th, td{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}



input{
	margin:0;
	padding:0;
	vertical-align:bottom;
}


textarea{
	font-size:100%;
}

img{
	vertical-align:bottom;
}

:focus {outline:0;}

hr{
	display:none;
}

/*-------------------
	
  font.css
  
--------------------*/

html>body *{ font-size:12px; }
* html body{ font-size:78%; }


body{
	background:url(../cmn_images/bg.gif) #FFFFFF top center no-repeat;
	color:#666666;
	line-height:1.5;
}

body, x:-moz-broken{font-size:75%;}
body, x:x{font-size:78%;}


a{
	color:#1A9641;
}

a:link{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.small{
	font-size:80%;
}

.nomal{
	font-size:100%;
}

.big{
	font-size:120%;
}

.moreBig{
	font-size:130%;
}

.red{
	color:#CC0000;
}

.white{
	color:#FFFFFF;
}

.gray{
	color:#435350;
}

.blue{
	color:#002060;
}

.bold{
	font-weight:bold;
}

.green{
color:#1A9641;
}
a.noDecoration{
	text-decoration:none;
}

/*-------------------
	
　共通クラス
  
--------------------*/

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

/* clear */
.clear{
	clear:both;
}

/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.alignC{
	text-align:center;
}
.alignL{
	text-align:left;
}
.alignR{
	text-align:right;
}

.marBtm5{
	margin-bottom:5px;
}

.marBtm10{
	margin-bottom:10px;
}

.marBtm15{
	margin-bottom:15px;
}

.marBtm20{
	margin-bottom:20px;
}
.marBtm25{
	margin-bottom:25px;
}
.marBtm30{
	margin-bottom:30px;
}
.marBtm40{
	margin-bottom:40px;
}
.marBtm50{
	margin-bottom:50px;
}
.marBtm100{
	margin-bottom:100px;
}
.marTop5{
	margin-top:5px;
}
.marTop10{
	margin-top:10px;
}
.marTop20{
	margin-top:20px;
}
.marTop60{
	margin-top:60px;
}
.marLeft5{
	margin-left:5px;
}
.marLeft10{
	margin-left:10px;
}
.marLeft15{
	margin-left:15px;
}
.marLeft20{
	margin-left:20px;
}
.marLeft30{
	margin-left:30px;
}
.marLeft35{
	margin-left:35px;
}
.marLeft40{
	margin-left:40px;
}
.marLeft50{
	margin-left:50px;
}
.marLeft60{
	margin-left:60px;
}

.marLeft70{
	margin-left:70px;
}
.marRight15{
	margin-right:15px;
}
.marRight30{
	margin-right:30px;
}
.padBtm10{
	padding-bottom:10px;
}
.padBtm20{
	padding-bottom:20px;
}

.padBtm25{
	padding-bottom:25px;
}
.padBtm30{
	padding-bottom:30px;
}

.padBtm40{
	padding-bottom:40px;
}

.lower{
	text-indent:-1em;
	padding-left:1em;
}

table.basicTable{
	border-top:2px solid #C7CCCB;
	border-right:2px solid #C7CCCB;
	border-bottom:1px solid #C7CCCB;
	border-left:1px solid #C7CCCB;
	
}


table.basicTable th, table.basicTable td{
	border-bottom:1px solid #C7CCCB;
	border-left:1px solid #C7CCCB;
	line-height:150%;
}

table.basicTable th{
	padding:2px 0;
	font-weight:bold;
	background:#6D7F7C;
	color:#FFFFFF;
}

table.basicTable td{
background:#FFFFFF;
padding:6px;
}

table.basicTable th.tensen{
	background:url(../cmn_images/table_th_bg.gif) left repeat-y #6D7F7C;
	border-left:none;
}

table.basicTable td.tensen{
	background:url(../cmn_images/table_td_bg.gif) left repeat-y #FFFFFF;
	border-left:none;
}

table.basicTable tr.gLine td{
	background-color:#EEEEEE;
}
table.basicTable td.gBack{
	background-color:#EEEEEE;
}

table.basicTable table, table.basicTable table th, table.basicTable table td{
	border:none;
}


* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

.centerLine{
background:url(../cmn_images/centerline.gif) center repeat-y top;
}

/*-------------------
	
  baselayout.css
  
--------------------*/
div#headerWrapper{
	width:100%;
	border-top:4px #435350 solid;
	margin-bottom:18px;
}

div#header{
	width:967px;
	margin:0 auto;
	
}


div#footer{
	width:967px;
	margin:0 auto 15px auto;
}



div#naviWrapper{
height:67px;
width:100%;
background:url(../cmn_images/gnavi_bg.jpg) repeat-x top;
}

div#naviWrapper.index{
margin-bottom:10px;
background:url(../cmn_images/index_navi_bg.jpg) repeat-x;
text-align:center;
height:317px;
}



div#navi{
	width:967px;
	margin:0 auto;
}



div#box{
clear:both;
position:relative;
	background:url(../cmn_images/content_bg.gif) repeat-y center;
	width:967px;
	margin:0 auto 20px auto;
}

div#content{
float:right;
	width:690px;
	margin-right:4px;
	clear:both;
}

* html div#content{margin-right:2px;}

div#content #main{
}


div#sidebar{
width:230px;
float:left;
padding-top:6px;
position:absolute;
}

#main{
width:522px;
float:left;
}

#rightbar{
float:right;
}

/*-------------------
	
  #header
  
--------------------*/
#header{

}
#header .floatRight{
width:430px;
margin-right:4px;
}
* html #header .floatRight{
margin-right:2px;
}

#header .floatLeft{
width:530px;
}



#header .floatLeft h1{

}
#header .floatLeft p{
margin:0 0 15px 4px;
line-height:180%;
}

#header .floatRight ul{
float:left;
}
#header .floatRight ul li{
float:left;
}
#header .floatRight ul.headMenu{
clear:both;
margin-top:10px;
float:right;
}
#header .floatRight ul.headMenu li{
margin-left:12px;
}

#searchBox{
float:right;
padding-top:18px;
clear:both;
width:182px;
}
#searchBox img{
float:right;
display:block;
}
#searchBox input{
display:block;
float:left;
padding-top:1px;
text-indent:15px;
border:none;
background:url(../cmn_images/search_back.gif) no-repeat;
width:150px;
height:17px;
}

/*-------------------
	
  #navi
  
--------------------*/

#navi{}

#navi ul#subNavi{
clear:both;
width:100%;
}


#navi ul#subNavi li{
padding-right:26px;
background:url(../cmn_images/subnavi_bg.gif) right center no-repeat;
}

#navi ul#subNavi.subNaviRight li{
float:right;
padding-left:26px;
padding-right:0;
background:url(../cmn_images/subnavi_bg_right.gif) left center no-repeat;
}


/*-------------------
	
  #footer
  
--------------------*/
#footerWrapper{

}

#footerWrapper address{
width:967px;
margin:0 auto;
}

#footerWrapper #footMenu{
	clear:both;
	background:url(../cmn_images/foot_menu_bg.jpg) center repeat-x;
	color:#FFFFFF;
	margin-bottom:13px;
}
#footerWrapper #footMenu p{
	width:967px;
	margin:0 auto;
	padding:10px 0;
	text-align:right;
}

#footerWrapper #footMenu p a{
	color:#FFFFFF;
}

#footer{
margin-bottom:15px;
}

#footer .floatRight{
margin-right:10px;
}
* html #footer .floatRight{margin-right:5px;}

#footer .floatRight ul li{
float:left;
}
#footHead{
width:967px;
margin:0 auto 5px auto;
}

#footHead .floatRight{
margin-top:15px;
}
/*-------------------
	
  #navigation
  
--------------------*/
#navi{
}
#navi ul{
}
#navi li{
float:left;
}

/*-------------------
	
  #content
  
--------------------*/
#content{
}
#content.index{
width:713px;
}


/*-------------------
	
  #pankuzuNavi
  
--------------------*/

#pankuzuNavi{
background:url(../cmn_images/pankuzu_bg.gif) repeat-x bottom;
padding:3px 0 15px 0;
margin-bottom:10px;
}
#pankuzuNavi p{
width:967px;
margin:0 auto;
text-align:right;
color:#1A9641;
}
#pankuzuNavi p a{
color:#1A9641;
font-size:80%;
padding-right:5px;
}


/*-------------------
	
  #leftNavi
  
--------------------*/
#sideMenu{
width:240px;
background:url(../cmn_images/sidemenu_bg.jpg) no-repeat bottom;
padding-bottom:5px;
margin-bottom:25px;
}

#sideMenu h3{
padding:5px 5px 0 5px;
display:block;
background:url(../cmn_images/sidemenu_top.jpg) no-repeat top;
}


#sideMenu ul{
width:230px;
margin:0 auto;
}


#sideMenu ul ul{
margin:0;
border-bottom:1px solid #C7CCCB;
padding:15px 0;
}
#sideMenu ul ul li{
background:url(../cmn_images/sidemenu_sankaku.jpg) left top no-repeat;
background-position:0 3px;
padding-left:15px;
margin-left:17px;
margin-right:17px;

}

#sideMenu ul ul li a{
font-size:80%;
}




#leftNavi{
background:#C7CCCB;
width:230px;
padding:11px 0 11px 0;
margin-left:5px;
}




#leftNavi p{
width:210px;
margin-left:auto;
margin-right:auto;
}

ul#leftNaviMain{
display:block;
width:210px;
background:#FFFFFF;
padding:10px 0 6px 0;
margin:0 auto 10px auto;
}
ul#leftNaviMain li{
width:190px;
display:block;
margin:0 auto 4px auto;
}

ul#leftNaviSub{
width:210px;
margin:0 auto 4px auto
}


/*-------------------
	
  #rightbar
  
--------------------*/



#rightbar{
padding-top:6px;
width:180px;
}

#rightbar .information{
background:url(../cmn_images/tensen.gif) bottom repeat-x;
padding-bottom:15px;
margin-bottom:15px;
}

#rightbar .information h3{
padding:13px 0;
display:block;
background:url(../images/inforbox_top.gif) top no-repeat;
}
#rightbar .information h3 img{
margin-left:7px;
}

#rightbar .information ul{
display:block;
background:url(../images/inforbox_btm.gif) bottom no-repeat;
padding-bottom:8px;
}

#rightbar .information ul li{
display:block;
width:162px;
margin:0 auto;
}


#rightbar .bannerBox{
background:url(../cmn_images/tensen.gif) bottom repeat-x;
padding-bottom:5px;
margin-bottom:15px;
}

#rightbar .bannerBox ul{
}

#rightbar .bannerBox li{
display:block;
margin-bottom:10px;
}




#rightbar .linkBox{
}

#rightbar .linkBox h3{
padding:13px 0;
display:block;
background:url(../images/linkbox_top.gif) top no-repeat;
}
#rightbar .linkBox h3 img{
margin-left:10px;
}
#rightbar .linkBox ul{
display:block;
background:url(../images/linkbox_btm.gif) bottom no-repeat;
padding-bottom:8px;
}

#rightbar .linkBox ul li{
display:block;
width:150px;
margin:0 auto;
background:url(../cmn_images/sankaku.gif) top left no-repeat;
background-position:0 4px;
padding:0 0 7px 10px;
}
#rightbar .linkBox ul li img{
margin:0 0 5px 3px;
}



.mainBox{
	width:505px;
	margin:0 auto 20px auto;
}

.mainLeft{
width:238px;
float:left;
}

.mainRight{
width:238px;
float:right;
}
.mainLeft h3, .mainRight h3{
margin-bottom:15px;
}


.mainLeft .floatRight, .mainRight .floatRight{
width:120px;
}

.mainLeft .floatRight p, .mainRight .floatRight p, .mainLeft .floatRight a, .mainRight .floatRight a{
font-size:80%;
}


.mainLeft .floatLeft, .mainRight .floatLeft{
width:111px;
}

.mainLeft .floatLeft img, .mainRight .floatLeft img{
border:solid 3px #C7CCCB;
}


ul.topics{
	clear:both;
	padding-top:11px;
}
ul.topics li{
background:url(../cmn_images/tensen.gif) bottom repeat-x;
padding-bottom:14px;
margin-bottom:12px;
}

.reportBox{
width:510px;
margin:0 auto;
	background:#E9EFE2;
}
.reportBox .floatLeft ul{
margin-left:17px;
}
.reportBox .floatLeft h3{
margin-bottom:10px;
}

.reportBox .floatLeft ul li{
background:url(../cmn_images/sankaku_b.gif) top left no-repeat;
background-position:0 4px;
padding-left:10px;
margin-bottom:10px;
}

/*-------------------
	
  #detailMain
  
--------------------*/

#detailMain{
width:690px;
padding-top:4px;
}

.detailBox{
width:676px;
margin:0 auto 35px auto;
}

#detailMain h2{
padding:5px;
margin-top:1px;
margin-bottom:20px;
}

#detailMain h3{
margin-bottom:20px;
background:url(../cmn_images/detail_h3_bg.jpg) no-repeat;
height:40px;
padding-left:6px;
display:block;
}
#detailMain h3 img{
margin-top:6px;
}

#detailMain h4{
padding-left:6px;
display:block;
margin-bottom:20px;
background:url(../cmn_images/detail_h4_bg.jpg) no-repeat;
height:30px;
}

#detailMain .topics .bodyText h4{
background:none;
margin:0 0 15px 0;
height:auto;
padding:0;
}

#detailMain .topics .bodyText p.date{
height:auto;
padding:0;
margin-bottom:5px;
}

#detailMain h5{
font-weight:bold;
color:#435350;
font-size:120%;
margin-bottom:10px;
}


#detailMain p{
margin-bottom:13px;
}

#detailMain h4.headLine{
	color:#1A9641;
	line-height:1.3;
	background:url(../cmn_images/head_line_bg.jpg) left bottom no-repeat;
	padding:0 0 12px 25px;
	height:auto;
	font-weight:bold;
	font-size:105%;
	clear:both;
}
#detailMain h4.headLine span{
color:#666666;
float:right;
}
* html #detailMain h4.headLine span{margin-top:-28px;}

#sidebarContactBox{
	width:230px;
	background:url(../domon/images/side_contact_bg.gif) left bottom no-repeat;
	padding-bottom:18px;
	margin-left:4px;
}

#sidebarContactBox ul li{
	text-align:center;
	margin-top:20px;
}
