@charset "utf-8";

/* フォーム
------------------------------------------ */
#form {
	width: 500px;
	margin: 40px 0 0 50px;
	font-size :12px;
	color:#666666;
}

#form table.formblock{
	margin:10px 0 0 45px;
	width:450px;
	color:#666666;
	background: #fff;
}

#form table.formblock th{
	padding:10px;
	vertical-align:top;
	font-weight: bold;
	background: #F7F7F7;
}

#form table.formblock tr{
	line-height: 1.5;
	border: 1px solid #D9D9D9;
}

#form table.formblock tr td{
	padding:10px;
}

/* フォームのチェックボタン
------------------------------------------ */

#form ul#form_check{
	margin:20px 0 0 45px;
	width:450px;
	color:#666666;
}

/* フォームのボタン
------------------------------------------ */

#form table.formbottom_block{
	margin:30px 0 0 100px;
	width:450px;
}

/* プレビューページ
------------------------------------------ */

div#form_contentsArea{
	margin:30px 0 0 100px;
	text-align:center;
	background: #FFAE00;
	color:#666666;
}

div#form_contentsArea div.boxtop05 {
	width: 708px;
	height: 22px;
	background: url(../common/images/bg_box04_top.gif) no-repeat;
}

div#form_contentsArea div.boxmid05 {
	width: 708px;
	height:auto;
	padding: 30px;
	background: url(../common/images/bg_box04_mid.gif) repeat-y;
	text-align:left;
}

div#form_contentsArea div.boxbtm05 {
	width: 708px;
	height: 22px;
	background: url(../common/images/bg_box04_btm.gif) no-repeat;
}

div#form_contentsArea h1 {
	width: 200px;
	margin:0 0 20px 0;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	font-size:18px;
	color: #666;
	border: 1px solid #666;
	background: #F7F7F7;
}

div#form_contentsArea ul.link {
	float: left;
	margin: 15px 20px 3px 5px;
	padding: 0 0 0 8px;
	background: url(../common/images/bg_arrow_02.gif) 1px 0.44em no-repeat;
	word-break: keep-all;
	list-style: none;
}





