/*--------------------------------------------------------------------------------------
 初期設定
--------------------------------------------------------------------------------------*/
.clearfix:after{
 	content:".";
 	display:block;
 	height:0;
 	clear:both;
 	visibility:hidden;
}
.clearfix{
 	display:inline-block;
}
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
    background:url(../images/bg.gif) left top repeat-x;
	background-color:#efefef;
}
.mb-10{margin-bottom:10px;}
.mt-10{margin-top:10px;}

/*--------------------------------------------------------------------------------------
 ベースレイアウト
--------------------------------------------------------------------------------------*/

#container{
	margin:0 auto;
    width:900px;
    height:694px;
    text-align:justify;
}
#mainBox{
    margin-top:30px;
}
#footer{
	clear:both;
    color:#fefefe;
    text-align:center;
/*    margin-top:110px; */
	position:absolute;
	top:670px;
	left:500px;
}


/*--------------------------------------------------------------------------------------
 ディテール
--------------------------------------------------------------------------------------*/
#logo{
    width:296px;
    height:47px;
    background:url(../images/logo.gif) left top no-repeat;
    text-indent:-9999px;
	margin-top:66px;
}
.bt_box{
    margin-top:20px;
}
#bt01,#bt02,#bt03{
    float:left;
}
.text{
    width:520px;
    height:117px;
    background-color:#fff;
    border:1px solid #c0c0c0;
    float:right;
}
.text2{
    width:620px;
    height:125px;
    background-color:#fff;
    border:1px solid #c0c0c0;
    float:right;
}
.text p,.text2 p{
	padding:10px 10px 0 10px;
    line-height:1.3;
}


