@charset "utf-8";

/********************************
*                               *  
 *    GODDHAND works enter(x_x)   *
*                               * 
********************************/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	width: 100%;
	height: auto;
	color: #a07f4f;
	background-color: #f7e6ce;
}
/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	color: #403f3f;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #dabd4b;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #616161;
	text-decoration: none;
	font-size: 12px;
}

a:active {
	color: #ff006c;
	text-decoration: none;
	font-size: 12px;
}
.clear {
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 1px;
	width: 1px;
}





#wapper {
	height: auto;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}
#haeder {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}
#haeder h1 {
	font-weight: normal;
	font-size: 12px;
	color: #5c5141;
}
#mainImg {
	height: 445px;
	width: 904px;
}
#main {
	padding-top: 50px;
	text-align: center;
	height: auto;
}
#main #enterBox {
	width: 413px;
	height: 51px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#main #enterBox ul {
	display: inline;
	list-style-type: none;
}
#main #enterBox li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
*html #main #enterBox li {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#main #e_txt {
	clear: both;
	text-align: center;
}
#main #e_txt2 {
	height: auto;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	text-align: left;
	padding-bottom: 50px;
}
#main #e_txt2 a{
 color:#fb9403;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3c3225;
	padding-top: 10px;
	color: #807055;
	padding-bottom: 50px;
}
#footer ul {
	list-style-type: none;
	display: inline;
}
#footer li {
	float: left;
	margin-right: 5px;
}
#footer li a{
color: #a07f4f;
	
}
#footer li a:hover{
	color:#fb9403;
	
}
address {
	text-align: center;
	color: #fb9403;
	padding-bottom: 50px;
}
