@charset "utf-8";
@import url(../../css/common.css); 

/*------------------------------------------------------------------------------



------------------------------------------------------------------------------*/

/*--------------------------------------

__Default_style_set

--------------------------------------*/




/* テーブル全体の表示 */
table.question {
	width:800px;
	border-width:0px;
	margin: 10px auto;
	border:1px #999 solid;
	background: #cccccc;
}

table.question th {
	padding: 10px;
	width: 220px;
	background: #EEEEEE;
	text-align: left;
}

table.question td { 
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
	background: #ffffff;
}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}

.red {
	color:#f00;
	font-size:12px;
}

/*-----------------------------------------------
	#contact
-----------------------------------------------*/
#contact{
	background: url(../images/left_line.png) no-repeat 20px 160px;
}

article {
	margin:10px 10px 20px 20px;
}

#contact h2{
	padding: 160px 0 10px 0; 
}

#contact p.lead1{
	width:700px;
	margin-left:20px;
	margin-right:200px;
	padding: 0 0 10px 30px;
	background:#fff;
	alpha(opacity=80);
	  -moz-opacity:0.8;
	  opacity:0.8;

}


