@charset "shift_jis"; 



/*--------------------------------*/
/*      　　　全体の設定　        */		
/*--------------------------------*/


/*marginとpadingの基礎値の設定*/
*{
	margin: 0px;
	padding: 0px;
}

/*imgタグのベースラインスペース削除*/
img {
	vertical-align: text-bottom;
	border: none;
}



/*////リストの表示を消す設定////*/
ol, ul, li {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
	margin-top: 0px; 
 }


#inq {
	margin: 15px 0px 0px;
	height: auto;
	width: 680px;
	float: left;
}


#inq h2{
	line-height	: 30px;
	background	: url(../img/bar.gif) no-repeat left center;
	text-indent	: 25px;
	font-size	: 12px;
	color: #333;
	text-align: left;
	font-weight: bold;
	width: 680px;
	height: 29px;
	margin: 0px;
}






/************************************/
/*  入力部分                    */
/************************************/


table.tinq {
	width: 650px;
	margin:0px 0px 0px 0px;
	border:1px solid #666666;
	border-collapse: collapse;
	height: 80px;
}

table.tinq td {
	padding: 3px;
	border:1px solid #666666;
	border-collapse: collapse;
	text-align: left;
	line-height: 30px;
}


table.tinq td h3{
	line-height	: 30px;
	font-size	: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 30px;
}



p{
	line-height	: 20px;
	background	: url(../img/arow.gif) no-repeat 3px 3px;
	text-indent	: 20px;
	font-size	: 12px;
	color: #333;
	text-align: left;
}

input#submit {
	width: 150px;
	height: 40px;
}

input#reset {
	width: 150px;
	height: 40px;
}



/************************************/
/*  入力確認部分                    */
/************************************/
#DataArea {
	padding: 0px;
	margin: 0px 20px;
}
#DataArea textarea {
	padding: 5px;
	line-height: 130%;
	letter-spacing: 0.1em;
}
#DataArea table {
	border: 1px solid #666666;
	border-collapse: separate;
	border-spacing: 2px;
}

#DataArea th {
	font-size: 12px;
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #dfe3e6;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#DataArea td {
	font-size: x-small;
	line-height: 150%;
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
}

#DataArea .lite {
	background-color: #FFF;
}

#DataArea .bg_total {
	background-color: #dfe3e6;
}
#DataArea .font_small {
	font-size: small;
}
#DataArea .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF3300;
	line-height: 16px;
}
#DataArea .data_date {
	padding: 0px;
	margin: 10px 0px;
	line-height: 120%;
}
