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

#img{
	width:720px;
	height:200px;
	margin:0;
	padding:0;
}

h2{
	width:710px;
}

.title{
	width:710px;
}

#left_box{
	width:300px;
}

#right_box{
	width:350px;
}

.form_box{
	margin:20px auto 10px 65px;
	padding:0;
}

table{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:595px;
}

td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px 8px;
	margin:0;
}

.left{
background-color: #D3EDD3;
}

form{
	margin:0;
	padding:0;
}

.input{
	width:400px;
	height:18px;
	font-size:12px;
	line-height:18px;
	padding:2px 5px;
	border:1px solid #999999;	
}

.textarea{
	width:400px;
	font-size:12px;
	line-height:18px;
	padding:2px 5px;
	border:1px solid #999999;
	font-family: "ＭＳ Ｐゴシック"; 
}

#submit{
	width:595px;
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
}

#thx{
	width:700px;
	text-align:center;
	height:300px;
}