@charset "utf-8";

/*Base
-------------------------------------------*/

html,body{
/*	overflow: auto;*/
	-moz-opacity:0.9999;
	text-align:center;
	margin:0;
	padding:0;
	font-size:100%;
	}

#wrapper {
	clear:both;
	width:1000px;
	margin:0 auto;
	text-align:left;
	}
	

/*Contents--*/
#wrapper{
	padding:50px 0;
	font-size:100%;
}

#wrapper .wrapIn{
	margin-left:40px;
	margin-right:40px;
  width:920px;
}


#wrapper .wrapIn .Lbox{
	width:580px;
	margin:0;
	float:left;
}

#wrapper .wrapIn h1{
	margin:0 0 130px 0;
	padding:0;
}

#wrapper .wrapIn .outline{
	margin-bottom:50px;
}

#wrapper .wrapIn .outline dt{
	width:4.5em;
	float:left;
}

#wrapper .wrapIn .outline dd{
	padding-left:4.5em;
}

#wrapper .wrapIn .outline dd span.txtS{
	font-size:90%;
}

#wrapper .wrapIn .Lbox h2{
	margin:0 0 20px 0;
	padding:0;
}

#wrapper .wrapIn .Lbox .ex_name li{
	margin-bottom:40px;
}


#wrapper .wrapIn .Rbox{
	width:290px;
	float:right;
	margin:0 0 0 50px;
}

#wrapper .wrapIn .Rbox h2{
	margin:0 0 40px 0;
	padding:0;
}

#wrapper .wrapIn .Rbox p{
	text-indent:1em;
	line-height:2.3;
}
#wrapper .wrapIn .dlBox dd img,
#wrapper .wrapIn .dlBox dd span{
	display:inline-block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
}

#wrapper .wrapIn .dlBox .dlBoxL{
	float:left;
	width:135px;
}


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

#wrapper.report{
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
 /*font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;*/
}


#wrapper.report .wrapIn h1{
	margin:0 0 30px 0;
	padding:0;
}

#wrapper.report .wrapIn h2{
  font-weight:normal;
  font-size:180%;
  margin-bottom:20px;
}

#wrapper.report .wrapIn h3{
  padding-top:50px;
  margin-top:-50px;
   font-size:140%;
   line-height:1.4;
   border-bottom:#666666 1px solid;
   padding-bottom:5px;
   margin-bottom:20px;
}

#wrapper.report .wrapIn h4{
   font-size:120%;
   line-height:1.4;
   margin-bottom:20px;
}


#wrapper.report .boxL{
  width:400px;
   margin:0 40px 20px 0;
  float:left;
}
#wrapper.report .boxR{
  width:400px;
  float:right;
  margin:0 0 20px 40px;
}


#wrapper.report .boxL .txtL em,
#wrapper.report .boxR .txtL em{
  line-height:1.4;
}

#wrapper.report .backTop a{
  display:inline-block;
  background: url(../images/icn_top.png) no-repeat left center;
  padding-left:20px;
}

#wrapper.report .anch a{
  display:inline-block;
  background: url(../images/icn_anch.png) no-repeat right center;
  padding-right:20px;
}

#wrapper.report .anchTtl a{
  display:inline-block;
  background: url(../images/icn_anchttl.png) no-repeat left center;
  padding-left:25px;
  font-size:110%;
}
#wrapper.report .fwTtl a{
  display:inline-block;
  background: url(../images/icn_fwttl.png) no-repeat left center;
  padding-left:25px;
  font-size:110%;
}


#wrapper.report .blklink{
  display:inline-block;
  background: url(../images/icn_link.png) no-repeat left center;
  padding-left:20px;
}

#wrapper.report .dataTbl{
  border-collapse:collapse;
  margin-bottom:5px;
}

#wrapper.report .dataTbl tr:first-child{
  border-bottom:2px solid #cccccc;
}

#wrapper.report .dataTbl tr:last-child{
  background-color:#daf5fc;
  
}

#wrapper.report .dataTbl td,
#wrapper.report .dataTbl th{
  text-align:center;
  border:#cccccc 1px solid;
  width:25%;

}


/*Reset
-------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,th,td {
	margin:0;
	padding:0;
	list-style:none;
	}

img {
	border:0;
	vertical-align:bottom;
	margin:0;
	}
	

em {
	font-style:normal;
  font-weight:bold;
	}



/*Font
-------------------------------------------*/		


body {
	font:15px/1.231 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#666666;
	line-height:2;
	}

table {
	font-size:inherit;
	font:100%;
	}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
	}

html>/**/body {font-size/*\**/: small\9;}



/*Font
--------------*/
#wrapper .txtS {
	font-size:86%;
	line-height:1.5;
	}

#wrapper .txtM{
	font-size:93%;
	line-height:1.6;
	}

#wrapper .txtL {
	font-size:108%;
	}

#wrapper .txt3L {
	font-size:153.9%;
	}

#wrapper .txtM .txtS {
	font-size:93% ;
	}
	

		
/*Text-align
-------------------------------------------*/
.txaL {
	text-align:left;
	}

.txaR {
	text-align:right !important;
	}

.txaC {
	text-align:center;
	}	

/*Link
--------------*/
a:link {
	color:#009dc4;
	text-decoration:none;
	}

a:visited {
	color:#009dc4;
	text-decoration:none;
	}

a:hover {
	color:#ee6666;
	text-decoration:underline;
	}

a:active {
	color:#553333;
	text-decoration:underline;
	}
	

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


#wrapper .txtBk{
	color:#222222;
}

#wrapper .txtRd{
	color: #ee0000;
}

#wrapper .txtGr{
	color:#088103;
}

#wrapper .txtOr{
	color:#985002;
}

#wrapper .txtBl{
	color: #0285a5;
}


/*Float
-------------------------------------------*/
.flL, .boxL {
	float:left;
	}

.flR, .boxR {
	float:right;
	}


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

.clearfix:after, #wrapper:after,.contents:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0;
	}

.clearfix,#wrapper,.contents{
	display:inline-block;
	zoom:1;
	}	


/*Display
-------------------------------------------*/
.block {
	display:block;
	}	

a.imgov:hover img{
	filter:alpha(opacity=60);
	-moz-opacity:0.60; 
	opacity:0.60;
	}



/*Margin
-------------------------------------------*/
.mg0 {margin:0 !important;}
.mg5 {margin:5px;}
.mg10 {margin:10px;}



/*top*/
.mgT5 {margin-top:5px;}
.mgT7 {margin-top:7px;}
.mgT10 {margin-top:10px;}


/*right*/
.mgR5 {margin-right:5px;}
.mgR10 {margin-right:10px;}
.mgR15 {margin-right:15px;}
.mgR20 {margin-right:20px;}


/*bottom*/
.mgB5 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB35 {margin-bottom:35px;}
.mgB40 {margin-bottom:40px;}
.mgB45 {margin-bottom:45px;}
.mgB50 {margin-bottom:50px;}
.mgB80 {margin-bottom:80px;}
.mgB100 {margin-bottom:100px;}

/*left*/
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL15 {margin-left:15px;}
.mgL20 {margin-left:20px;}
.mgL30 {margin-left:30px;}

