@charset "utf-8";
@import url(./init.css);

body {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #f1e0a7;
	line-height: 1.2;
	background: url(../images/back_body.jpg) center top ;
}

.wrapper {
	background: url(../images/index_wrapper_bg.gif) left 324px no-repeat;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #f1e0a7;
	line-height: 1.2;
	height: 14px;
	padding:5px 0;
	text-align: left;
	background: url(../images/index_back_h1.jpg) center top ;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #f1e0a7;
	line-height: 1.2;
	padding-bottom: 2px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

p.text {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #f1e0a7;
	line-height: 1.2;
	margin-bottom: 10px;
}

#indexImage {
	width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}

#indexImage p {
	margin-bottom: 0;
}

p {
	margin-bottom: 10px;
}

li {
	margin: 0 50px;
	display: inline;
}

.footer {
	width: 800px;
	font-size: 12px;
	margin-top: 30px;
}
