@charset "utf-8";
html {
}
/*------- Common -------*/
body{
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	min-width: 1400px;
	_display: inline;
	_zoom: 1;
	background-repeat: no-repeat;
	color: #333;
}
#wrap {
	background-color: #FFF;
	width: 100%;
	display: block;
}

#topwrap {
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 280px;
	font-size: .9em;
	line-height: 1.4em;
	background-color: #ffffff;
}
.clear {
	clear: both;
}

/*------- flort clear -------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { 
	display: inline-table; 
}
/*------- Common -------*/
h1 {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}
h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 1.2em;
}
.border {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


/*-------content Wraping-------*/

#contentwrap {
	display: block;
	width: 1290px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #FFF;
}

.clear {
	clear: both;
}
#contentwrap .nav {
	display: block;
	width: 335px;
	float: left;
	background-image: url(../image/common/nav_base.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 11px;
	padding-top: 11px;
}
#contentwrap .title_block   {
	height: 255px;
	font-size: 18px;
	text-align: left;
	float: right;
	margin-top: 25px;
	display: block;
	width: 950px;
}
#contentwrap .report_block {
	font-size: 18px;
	text-align: left;
	float: right;
	margin-top: 25px;
	display: block;
	width: 950px;
	margin-bottom: 15px;
}
#contentwrap .nav .funahashimura {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-bottom: 5px;
}
#contentwrap .leftside {
	float: left;
	width: 480px;
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
#contentwrap .rightside {
	display: block;
	float: right;
	width: 460px;
	padding-bottom: 10px;
	color: #000000;
}

/*-------Footer content-------*/
#footer{
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	background-color: #CCC;
	color: #FFF;
}
.footercontent {
	width: 1290px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/common/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #999999;
	display: block;
	padding-top: 0px;
	margin-top: 0px;
	font-size: .9em;
}
.footer_left {
	display: block;
	float: left;
	width: 600px;
	text-align: left;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 10px;
	color: #FFF;
}
.footer_right {
	display: block;
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFF;
}
#footer .title {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	margin-bottom: 3px;
	width: 100px;
}
.block {
	display: block;
	text-align: left;
}

/*==◆◆◆　hover Action!! ◆◆◆==*/
a:hover {
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
.bgSwitcher {
	margin-top: 0px;
}
.pagetop {
	text-align: right;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.headtitle {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.turnd {
	text-align: right;
	width: 95%;
}

/*==◆◆◆　to top ◆◆◆==*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 10px;
	background-color: #333333;
	text-align: center;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google ChromeÁ∏≤\*/
	-moz-border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.pagetop a:hover {
	color: #000;
	text-decoration: none;
}
.nav .banners   {
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
	padding-top: 20px;
	margin-top: 10px;
}
.nav .banners a img   {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home_body #topwrap #contentwrap .nav .banners.fade a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
em {
	color: #F00;
	font-style: normal;
}
