/* CSS Document */
@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#000;
	color:#888;

}

/* LAYOUT -------------------------------------*/
#wrapper {
	width:100%;
	text-align:left;
	font-size:0.8em;
}
#flashArea {
	width:100%;
	height:600px;
	background:url(images/index/bg_wood.jpg) repeat-x 0 0;
}
#flash {
	width:930px;
	height:600px;
}
/* HEADER -------------------------------------*/
#header{
	height:25px;
	border-bottom:1px solid #333;
}
/* TOPICS -------------------------------------*/
#topicArea {
	margin:15px 0 1em 60px; 
}
#topicArea iframe#topic {
	width:550px;
	height:100px;
	margin-top:1em;
}
/* Bottom -------------------------------------*/
#bottomArea {
	height:140px;
	background:url(images/index/bg_bottom.jpg) repeat-x 0 bottom;
}
#bottomArea .inner {
	padding:20px 20px 0 60px;
}
#bottomArea h1{
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	color:#897724;
	padding:5px 0 0.5em;
}
#bottomArea address {
	font-style:normal;
	color:#897724;
}
#bottomArea #bottomNavi {
	margin-top:15px;
	font-size:0.8em;
	color:#444;
	letter-spacing:1px;
}
#bottomArea #bottomNavi a {
	color:#666;
	text-decoration:none;
}
#bottomArea #bottomNavi a:hover {
	color:#999;
	text-decoration:underline;
}
#bottomArea #copyright {
	margin-top:30px;
	color:#555;
	text-align:right;
}