

/* Contact US */

.box1{
	width: 770px;
	margin: 10px 0 5px 0;
	border-bottom: 6px double #DDDDDD;
}
.box1 h2{
	width: 125px;
	height: 53px;
	float: left;
	background-image: url(../img/contact/contact_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.box1 div.right_box{
	width: 624px;
	float: right;
}

.box1 p{
	font-size: 16px;
	font-weight: bold;
	padding: 18px 0 0 0;
}

p.top_p{
	padding: 10px 0 0 21px; 
}

div.box3{
	width: 770px;
	height: 30px;
	background-image: url(../img/contact/blue_bar.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
div.box3 h3{
	padding: 5px 0 0 20px;
	color: #ffffff;
}

select{
	margin-right: 10px;
	display: inline;
	
}

/*------------------テーブル系--------------------------*/

table{
	margin: 0;
}

th,td{
	margin: 0;
}

table.contact{
	margin: 0 0 8px 0;
}

th{
	padding: 8px;
}

td.pa6{
	padding: 8px;
}

td.necessary{
	padding: 8px;
	font-weight: bold;
	color: #3399CC;
}

/*------------------送信ボタン--------------------------*/
button{
	padding: 0;
	margin: 0 0 0 20px;
	width: 84px;
	height: 24px;
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
}

button img{
	width: 80px;
	height: 20px;
}



/*------------------追加--------------------------*/

.box2{
	width:700px;
	margin:20px auto;
}

.center{text-align:center;} 