/* CSS Document */

/*-----------------------------------

フロート用クリアフィックス

-------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { /* for IE */
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.fl_left {float:left;}
.fl_right {float:right;}

.hide{
	display:none;
}




.houkoku{
	width:800px;
	margin:0 auto 20px auto;
	padding-bottom:20px;
	background: url(oosaki_back.jpg) no-repeat center;
	text-align: center;
}

.text01 {
	background: url(text01.gif) no-repeat;
	text-indent: -9999px;
	width: 562px;
	height: 44px;
	margin:60px auto 20px auto;
}

.text02 {
	background: url(text02-trans.png) no-repeat;
	width: 519px;
	height: 78px;
	margin: 0px auto 30px auto;
	text-indent: -9999px;
}

.text03 {
	background: url(text03-trans.png) no-repeat;
	width: 719px;
	height: 116px;
	text-indent: -9999px;
	margin: 0px auto 30px auto;
}

.text04 {
	background: url(text04-trans.png) no-repeat;
	width: 714px;
	height: 129px;
	text-indent: -9999px;
	margin: 0px auto 30px auto;
}

.text05 {
	background: url(text05-trans.png) no-repeat;
	width: 607px;
	height: 224px;
	margin: 0px auto 20px auto;
	text-indent: -9999px;
}



a.oosaki_link:link {
	font-size: 14px;
	text-align: center;
	width: 300px;
	margin: 30px auto 40px auto;
	display: block;
}
