@charset "UTF-8";

/* ------------------------------
　基本設定
------------------------------ */
body{
	font-size: 80%;
	color: #333333;
	line-height: 1.6;
	font-family:Verdana,Arial,sans-serif;
	background: url(/integ/theme/img/common/form-bg.gif) repeat-x left top;
	text-align: center; /* for WinIE6 */
}

a{
	color: #1e7400;
	text-decoration: underline;
}

a:hover{
	color: #FC7F00;
	text-decoration: none;
}


/* ------------------------------
　フォームページ基本構造
------------------------------ */
#form-container{
	width: 750px;
	margin: 0 auto;
	text-align: left; /* for WinIE6 */
}

div.form-inner{
	margin: 25px;

}

#form-header{
	display:block;
	width: 750px;
	height:0 !important;
	height /**/: 81px;
	padding-top:81px;
	overflow:hidden;
	background:url(/integ/theme/img/common/form-header.gif) no-repeat;
}

#formtitle h2{
	width:750px;
	height:0 !important;
	height /**/: 90px;
	padding-top:90px;
	overflow:hidden;
	margin-bottom: 10px;
}
#formtitle h2#form1{
	background:url(/integ/theme/img/valuation/form1-title.gif) no-repeat;
}

#formtitle h1{
	width:750px;
	height /**/: 90px;
	margin-bottom: 10px;
	background:url(/integ/theme/img/common/error_title.gif) no-repeat;
	padding: 22px 0 0 30px;
	font-size: 24px;
	font-weight: bold;
}

.remarks{ /* 注釈用テキスト */
	font-size: 90%;
	color: #CC0000;
	line-height: 1.4;
}

.form-ex{ /* 記入例用テキスト */
	font-size: 90%;
	color: #666666;
}

input.form-btn{
	margin-top: 10px;
	width: 150px;
}



/* ------------------------------
　フォーム用テーブルセット
------------------------------ */
table.form-table{ 
	width: 100%;
	border-collapse: collapse;
	border: #BBBBBB 1px solid;
	margin: 5px 0;
}

table.form-table td{
	border: #BBBBBB 1px solid;
	padding: 5px;
}

table.form-table td.item1{ /* 水色BG項目欄 */
	background: #EDF3FB;
}

table.form-table td.item2{ /* 黄色BG項目欄 */
	background: #D1DEEF;
}

table.form-table td.item3{ /* 水色BG項目欄 */
	background: #EDF3FB;
}

table.form-table td.item4{ /* 黄色BG項目欄 */
	background: #D1DEEF;
}

/* ------------------------------
　エラーBox
------------------------------ */
div.error{ /* エラー用Box */
	padding: 30px;
	border: #FFD52B 2px dashed;
	background: #FFFACF;
	text-align:center;
	font-weight: bold;
	color: #E40000;
	margin-bottom: 20px;
}



/* ------------------------------
　送信完了画面
------------------------------ */
div.complete-msg{
	padding: 30px;
	border: #FFD52B 2px solid;
	background: #FFFACF;
	text-align: center;
	margin-bottom: 20px;
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
}

div.center-txt{
	text-align: center;
}
