/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #C9B18D;
	margin-top: 20px;
	text-align: justify;
	color: #764B31;
}

h1, h2, h3 {
	color: #3b3b3b;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.9em;
}

p, blockquote, ul, ol, dl{
	font-size: 0.8em;
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #323B2E;
}

a:hover {
	color: #764B31;
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}


/* Boxed Style */

.boxed {
	margin-top: 20px;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	margin-left: 20px;
}
.boxed li {
	line-height: 150%;
}

/* Post */

.post {
	clear: both;
	margin: 20px;
	border-bottom: 1px dotted #3B3B3B;
	padding: 20px 0;
}

.post .title {
}

.post .content {
	line-height: 160%;
}

.post .title {
	margin-bottom: 20px;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

.post li {
	line-height: 150%;
}

.content dl {
	margin-left: 20px;
	line-height: 150%;
}

.content dt {
	background: url(../images/arrow_navi.gif) left center no-repeat;
	padding-left: 15px;
}

.content dd {
	margin-left: 16px;
	margin-bottom: 20px;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background: #A99C89;
}

#header {
	_width: 730px; /* IE6以下 */
}

#header h1 {
	float: left;
	margin: 30px 0 0 20px;
	color: #764B31;
}

#header p {
	float: left;
	padding: 107px 0 0 7px;
	color: #ffffff;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	border: 10px solid #A99C89;
	border-top: none;
	background: #E9EAE2;
}
#page {
	_width: 730px; /* IE6以下 */
}
#content {
	float: left;
	width: 497px;
}

#sidebar {
	float: right;
	width: 180px;
	margin: 10px 10px 0 10px;
}

#sidebar .title {
	padding: 10px 0;
	background: #3B3B3B;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	font-size: 0.9em;
	width: 180px;
	text-align: center;
}

/* Menu */

#menu {
	width: 180px;
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: bold;
	color: #323B2E;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu li {
}

#menu a {
	display: block;
	width: 180px;
	padding: 15px 0px;
	background-color: #A99C89;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 130%;
}

#menu a:hover {
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	_width: 730px; /* IE6以下 */
}

#legal {
	float: left;
}

#legal a ,#legal a:hover {
	text-decoration: none;
	color: #764B31;
}

#links {
	float: right;
}

#inq {
	margin-bottom: 4px;
	color: #ffffff;
}

/* form */

.content form dl {
	width: 400px;
	margin: 0 auto 20px;
	padding: 0;
	line-height: 120%;
}

.content form dt {
	float: left;
	text-align: right;
	width: 100px;
	background: none;
	padding: 0 10px 0 0;
	margin: 0;
}

.content form dd {
	width: 280px;
	float: left;
	padding: 0;
	margin: 0 0 16px 0;
}

.content form dd input ,.content form dd textarea{
	width: 250px;
}
input, textarea {
	font-size: 0.9em;
	padding: 2px;
}

.btn {
	clear: both;
	text-align: center;
	font-size: 0.9em;
}

.error-message {
	color: #ff0000;
}


/* other */

.exbunner {
	margin: 20px auto;
	text-align: center;
}

#prc {
	font-size: 0.8em;
	text-align: right;
	margin-top: 5px;
	}

.pagetop {
	text-align: right;
	font-size: 0.8em;
}

