@charset "utf-8";
/* CSS Document */
#in-1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
	text-align: center;
	padding-top: 10px;
	background-image: url(../image/indexbg.jpg);
	background-repeat: repeat-x;
	height: 176px;
	line-height: 35px;
}
#in-1 img {
	margin-bottom: 5px;
}
#textfield {
	width: 200px;
	border: 1px solid #B29172;
	height: 17px;
	padding-top: 2px;
	padding-left: 2px;
	color: #973906;
}
#keyword {
	width: 200px;
	border: 1px solid #B29172;
	height: 19px;
	padding-top: 2px;
	padding-left: 2px;
	color: #973906;
}
.box{
	width: 686px;
	text-align:left;
	font-size: 14px;
	padding: 20px;
	border: 1px solid #B29172;
	margin: 2px;
}
.main{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:728px;
}
.main dl {
	margin: 2px;
	clear:both;
}
.main dl dd {
	margin: 2px;
	float:left;
}
body{
	text-align:center;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.footer {
	width: 700px;
	text-align:center;
	font-family: Verdana;
	font-size: 12px;
	color:#7A1A06;
	clear: both;
}

a:link {text-decoration: none; color:#973906;  font-family: }
a:visited {text-decoration: none; color:#973906;  font-family: }
a:active {text-decoration: none; color:#FF6600;  font-family: }
a:hover {text-decoration: none; color:#FF6600}
* { padding:0; margin:0;} 

