@charset "utf-8";
@import url(./common.css);


body {
background: #080000 ;

}

.wrapper {
	width: 810px;
	text-align: center;
	background: none;
position: relative;
}

h1 {
	text-align: left;
	padding: 5px 0 0 0 ;
	font-size: 12px;
	color: #ccc;
position: absolute;
top: 0;
left: 0;
z-index:2;
}

.atten {
	color: #6a4b46;
	margin-bottom: 10px;
position: absolute;
z-index:3;
top: 570px;
left: 150px;
}

#indexImage {
	width: 810px;
	margin: 0 auto 20px;
	text-align: center;
position: relative;
z-index:0;
}

ul{
position: absolute;
z-index:4;
top: 600px;
left: 260px;
}

li {
	display: inline;
	margin: 0 50px;
}

li a {
	color: #ccc;
}




h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.indexFooter {
	width: 810px;
	font-size: 12px;
	margin-top: 30px;
	color: #ccc;
	background: none;
position: absolute;
z-index:4;
top: 600px;
left:00px;
}

.indexFooter a {
	color: #ccc;
	cursor: text;
}

#banner_big {
	width:468px;
	margin:20px auto;
}

ul#banner {
	position:relative;
	z-index:1;
	top:0;
	left:0;

	width:810px;
	margin:0 auto;
	text-align:center;
}

ul#banner li {
	display:inline;
	margin:0;
}

