@charset "UTF-8";


/* CSS Document */



/* フォームパーツのマージン */

select{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
textarea{
padding: 2px;
}


input{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.inputwidth{
	width: 400px;
}

.inputwidth250{
	width: 250px;
}

.inputwidth150{
	width: 150px;
}


/* テーブルそのものの装飾関係 */

#tableWrapper	{
	width: 700px;
	margin: 10px 0 0 0;
	padding: 0;
	}

table#inquiryTable {
	width: 100%;
	margin: 5px auto 20px;
	padding: 0;
	font-size: 95%;
	line-height: 150%;
	}

table#inquiryTable th	{
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 5px 5px 5px 15px;
	background-color: #E2F1F6;
	border: 1px;
	border-style: solid;
	border-color: #336699;
	}


table#inquiryTable td	{
	margin: 0;
	padding: 5px 0 5px 5px;
	background-color: #FFFFFF;
	border: 1px;
	border-style: solid;
	border-color: #B39735;
	line-height: 150%;
	width: 600px;
}




span.caption	{
	color:#333;
	font-size: 90%;
	line-height: 125%;
	}

span.necessity	{
	color:#F00;
	font-size: 95%;
	line-height: 150%;
	padding-left: 5px;
	}

#inquiryTable input	{
	margin-top: 2px;
	}

#inquiryTable textarea	{
	width: 500px;
	height: 130px;
	}

/* 個人情報保護エリア */

p#privacy_area	{
	margin: 0px 0px 20px 0px; 
	text-align: center;
	}

p#privacy_area a {
	color: #036;
	text-decoration: none;
	}

p#privacy_area a:hover	{
	color: #F00;
	text-decoration: none;
	}


/* nortonエリア */

#norton {
	text-align: left;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#norton dl	{
	margin-top: 0px;
	}

#norton dt	{
	width: 130px;
	float: left;;
	margin-top: -15px;
	padding: 0px 0px 0px 10px;
	}

#norton dd	{
	text-align: left;
	vertical-align: bottom;
	color:#333;
	font-size: 75%; line-height: 1.6;
	margin-left: 130px;
	margin-right: 0px;
	}
.formcenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#copyright2 {
	font-size: 69%;
	line-height: 1.8;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;	
}


#thanks {
	font-size: 14pt;
	line-height: 1.8;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-top: 30px;
}
