/* CSS Document */

@charset "shift_jis"

.clear{
	clear:both;
}	

#btn_box{
	width:630px;
	height:50px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}

#btn_01{
	width:200px;
	height:50px;
	float:left;
	display:inline;
}

.btn_02{
	width:200px;
	height:50px;
	float:left;
	display:inline;
	margin-left:15px;
}

ul.itemta{
	width:630px;
	border:none;
	height:630px;
	margin:15px 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	
}



li.itemtdl{
	width:200px;
	display:inline;
	margin:0;
	padding:0;
	height:200px;
	float:left;
}

li.itemtdr{
	width:200px;
	height:200px;
	display:inline;
	margin:0;
	padding:0 0 0 15px;
	float:left;
}	

li.itemtdl2{
	width:200px;
	display:inline;
	height:200px;
	float:left;
	margin:0;
	padding:15px 0 0 0;

}

li.itemtdr2{
	width:200px;
	height:200px;
	float:left;
	margin:0;
	display:inline;
	padding:15px 0 0 15px;

}


#contact_img{
	width:630px;
	height:80px;
	padding-top:20px;
	border-top:1px dashed #ccc;
	margin-top:15px;
}	

					
