@charset "utf-8";

/* 
@contents
----------------------------------------- */

#left_column .box01{
	width:672px;
	padding:20px 20px 0 20px;
	clear:both;
}
#left_column .box01 p{
	padding:10px 10px 0 30px;
}

.float-L{
	float:left;
	margin-left:20px;
	margin-top:10px;
}

.float-R{
	float:right;
	margin-left:20px;
	margin-top:10px;
}

#left_column .box02{
	width:669px;
	height:190px;
	text-align:left;
	border:#000000 1px solid;
	padding:5px;
	margin:10px 0 0 10px;
	display:block;
	clear:both;
}
#left_column .box02 p{
	text-align:left;
	margin:10px;
}

#left_column .box03{
	width:669px;
	text-align:left;
	padding:5px;
	margin:10px 0 0 20px;
	display:block;
	clear:both;
}
#left_column .box03 p{
	text-align:left;
	margin:10px;
}

#left_column .box03 h3{
    width:669px;
    height:26px;
    text-align: left;
    margin:10px 0 0 0;
    background: url(/material/img/contact/title02.jpg) 0 0 no-repeat;
}


table{
   width:630px;
   margin-left:20px;
   clear:both;
   margin-top:10px;
   border-collapse: collapse;
   table-layout: fixed;
   }
table img{
   text-align:center;
   margin:0;
   }
table td{
   border: 1px solid #D0D0D0;
   padding:5px;
   white-space:normal;
   }
table td.ore{
   background-color:#FFF5C9;
   width:100px;
   }