body {
	background-color: #7b3500;
	text-align: center;
	margin: 0px;
	text-align: center;
}

ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px;
	display: inline;
	line-height: 0px;
}


a {
    zoom: 1;

}

a:link	{
	color : #7b3500;
	text-decoration : none;
}

a:visited{
	color : #7b3500;
	text-decoration : underline;
}

a:active{
	color : #f99d1c;
	text-decoration : none;
}

a:hover	{
	color : #7b3500;
	text-decoration : underline;
}



.menu {
	background-image: url(../img/menuright.gif);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.topmenu {
	margin: 0px;
	padding: 0px;
	width: 700px;
	border: 0px none;
}
.contentbg {
	background-color: #eeeeee;
	margin: 0px;
	width: 700px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contents {
	border: 1px solid #7b3500;
	background-color: #FFFFFF;

}
.whatsnew {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7b3500;
	font-size: 11px;
	line-height: 125%;
}
.tantou {
	font-size: 12px;
	line-height: 125%;
}
.compro {
	font-size: 13px;
	line-height: 130%;
	border: 1px solid #dddddd;
}
.underborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding: 5px;

}
input,textarea {
	padding: 5px;
	border: 1px solid #7b3500;
}
.bg {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
