@charset "utf-8";


/* interior
=========================================*/


.drive_wrap {
	margin:30px 40px 30px 40px;
}

.drive_wrap p{
	line-height:170%;
}

.left_column{
	float:left;
}

.right_column{
	float:right;
}


.layout_box01 .left_column {
	width:535px;
}

.layout_box01 .left_column .left {
	width:395px;
	float:left;
}

.layout_box01 .left_column .right {
	width:120px;
	float:right;
	text-align:left;
}

.layout_box01 .right_column {
	width:255px;
}

.layout_box02 .left_column {
	width:570px;
}

.layout_box02 .left_column .left{
	float:left;
	width:375px;
}

.layout_box02 .left_column .right{
	float:right;
	width:175px;
}

.layout_box02 .right_column {
	width:230px;
}

.layout_box03 .left_column {
	width:549px;
}

.layout_box03 .right_column {
	width:241px;
}

.layout_box04 .left_column {
	width:540px;
}

.layout_box04 .right_column {
	width:260px;
}

.layout_box05 .left_column {
	width:400px;
}

.layout_box05 .right_column {
	width:400px;
}

.layout_box05 .right_column .left {
	float:left;
	width:190px;
}

.layout_box05 .right_column .right {
	float:right;
	width:190px;
}

.layout_box06 .left_column {
	width:261px;
}

.layout_box06 .right_column {
	width:261px;
	text-align:left;
}

.line01 {
	border-top: 1px solid #C8C8C8;
	margin-bottom: 35px;
}
div.centering img {  
    margin: 0 5px;  
}  

div.centering p {  
    display: table-cell;  
    vertical-align: middle;  
    margin: 0;  
}  
   
/*for IE6 */  
* html div.centering p {  
    display: inline;  
    zoom: 1;  
}  
   
/*for IE7 */  
*:first-child+html div.centering p {  
    display: inline;  
    zoom: 1;  
}  