/**************************
 * query.css
 **************************/
 
body, html{
	background-color: #0D0D0D;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #EEEEEE;
	background-color: #000000;
	background-image:   url("../img/bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}
	#main{
		width: 801px;
		height: 100%;
		margin: 0 auto 0 auto;
		text-align: left;
	}
	h1{
		width: 801px;
		height: 79px;
		border-top: 11px solid #B1830B;
		background-image: url(../img/head.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
		h1 img{
			margin: 17px 0 0 20px;
		}
	#contents{
		width: 801px;
		height: 381px;
		margin: 15px auto 0 auto;
		clear: both;
		background-image: url(../img/query/main_bg.jpg);
		background-repeat: no-repeat;
	}
		#textbox{
			width: 440px;
			height: 353px;
			margin: 18px 0 0 346px;
			border-width: 1px;
			border-style: solid;
			border-color: #7F7F7F;
			color: #AAAAAA;
			line-height: 130%;
		}
		#query_txt{
			width: 360px;
			color: #EEEEEE;
			margin: 10px 0 0 20px;
		}
		#hissu{
			color: #FF0019;
			margin: 3px 0 0 20px;
		}
		#contact{
			border: 0;
			width: 360px;
			margin: 5px 0 0 20px;
			color:#EEEEEE;
		}		

			#contact td{
				background-image: url(../img/query/left_line_bg.gif);
				background-repeat: no-repeat;
				background-position: 100% 0;
				border-bottom:1px solid #3F3F3F;
				height: 30px;
				font-size: 12px;
			}
			#name1, #name2, #hurigana1, #hurigana2{
				width: 95px;
			}
			#yubin{
				width: 60px;
			}
			#address{
				width: 170px;
			}
			#tel, #fax, #mail{
				width: 170px;
			}
			#naiyou{
				width: 250px;
				height: 51px;
				font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
			}
			#other td{
				height: 64px;
				background-image: url(../img/query/left_large_line.gif);
				background-repeat: no-repeat;
				background-position: 100% 0;
			}			

			#btn_space td{
				border: none;
				background-image: none;
			}
			#close_btn{
				text-align: center;
			}
			#close_btn input{
				background-color: #FFFFFF;
				color: #000000;
				border: 0;
			}

	#nav{
		overflow: hidden;
	}
		#nav li{
			float: left;
		}

	#copyright{
		margin: 6px 0 0 0;
		text-align: right;
	}

	#bannar{
		text-align: right;
		margin: 7px 0 0 0;
	}	
