@charset "utf-8";
/* CSS Document */

h2,h4 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

h2 {
	background: url(../../../contact/h2.png) no-repeat;
	width:1080px;
	height:194px;
}

.h3 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
	background: url(../../../contact/h3.png) no-repeat;
	width:960px;
	height:40px;
}

td.title:first-letter {
	background: url(../../images/list_green.png) no-repeat;
	padding-left:30px;
}

table.rayout td {
	padding-top:8px;
	padding-bottom:8px;
}


.h4a {
	background: url(../../../contact/images/h4a.png) no-repeat;
	width:960px;
	height:36px;
	margin-bottom:20px;
}

.h4b {
	background: url(../../../contact/images/h4b.png) no-repeat;
	width:960px;
	height:36px;
	margin-bottom:20px;
}

/**********************************************************/
/*  メインエリア ボックスレイアウト */
/**********************************************************/

.box_left {
	width:360px;
    float: left;
    margin: 0 0 30px 80px;
}
.box_right {
	width:360px;
    float: right;
    margin: 0 80px 30px 40px;
}
