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

#content{
	width:1239px;
	margin:0 auto;
	margin-bottom:50px
	}
#content h3{
	margin-top:17px;
	margin-bottom:10px
	}
.column{
	background:#eeebdf
	}
.column_right{
	line-height:120%;
	font-size:20px;
	color:#313131;
	margin-top:100px;
	float:right;
	width:570px;
	}
.column_right h6{
	margin-bottom:25px;
	width:560px;
	font-size:27px
	}
.column_right p{
	width:560px;
	font-size:20px;
	}
.column_right span{
	font-weight:bold;
	}
.column_right span a{
	color:#313131;
	text-decoration:none
	}
.column_table{
	color:#313131;
	padding-top:50px;
	float:right;
	width:570px;
	}
.column_table table tr td{
	font-size:20px;
	padding-bottom:15px
	}
.column_table table tr td h3{
	font-size:27px
	}
.column_table table tr td .text{
	font-size:20px;
	font-weight:bold;
	border:0;
	width:400px;
	height:33px
	}
.column_table table tr td .textarea{
	font-size:20px;
	font-weight:bold;
	width:400px;
	height:160px;
	border:0
	}
.column_table table tr td .submit{
	background:#c8bd96;
	width:73px;
	height:33px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	border:0;
	font-style:italic;
	}
.column_table table tr td .reset{
	font-weight:bold;
	margin-left:10px;
	cursor:pointer;
	background:#c8bd96;
	font-size:15px;
	font-style:italic;
	width:73px;
	height:33px;
	color:#FFF;
	border:0
	}