@charset "utf-8";
/* CSS Document */


/* right_body 右ボディ */

.contact_right_top_box {
	width: 640px;
	padding-bottom: 0 15px 0 15px;
	background-color:#FF0;
}

.contact_right_top_txt {
	padding: 0 0 40px 0;
}

.contact_top_img {
	padding: 10px 0 5px 0;
}


/* bottom ダウンロードボタン４つ　BOX */

.contact_bottom_box {
	width: 640px;
	height: 110px;
	padding: 20px 0 0 0;
}

.fax_img {
	width: 250px;
	height: 55px;
	padding: 0 50px 0 0;
	float: left;
}



.btn_box {
	width: 310px;
	height: 90px;
	padding: 10px;
	background-image: url(../images/contact/button_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}


.top_btn {
	width: 310px;
	height: 40px;
	padding: 0 0 10px 0;
}

/* IE6 */
* html .top_btn {
	padding: 0 0 5px 0;
}



.top_left,.bottom_left {
	width: 150px;
	height: 40px;
	float: left;
	padding: 0 10px 0 0;
}

/* IE6 */
* html .top_left {
	padding: 0 5px 0 0;
}

/* IE6 */
* html .bottom_left {
	padding: 0 5px 0 0;
}



.bottom_btn {
	width: 310px;
	height: 40px;
}

.toiawase_contact_tbl{
 	border-top:1px solid #CCCCCC;  
    	border-left:1px solid #CCCCCC;
    	border-right:1px solid #CCCCCC;
    	border-collapse:collapse;
    	border-spacing:0;
    	background-color:#ffffff;
    	empty-cells:show;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 13px;
}


.toiawase_contact_td{
    	border-right:1px solid #CCCCCC;
    	border-left:1px solid #CCCCCC;
    	border-bottom:1px solid #CCCCCC;
    	border-top:1px solid #CCCCCC;
    	padding:1.0em 1.0em;
}




