html{
	scrollbar-face-color: #333333;
	scrollbar-base-color: #000000;
	}

body {
	background-color: #211C14;
/*	background: 	#211C14 url(images/back_u.jpg) no-repeat center top ; */
	font-size: 11px;
	font-family: MSPƒSƒVƒbƒN,Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#CCFFCC;
/*	color:#564b47; */
	padding:0px;
	margin:0px;

	scrollbar-face-color: #333333;
	scrollbar-base-color: #000000;

}

a {color: #CCFFCC; text-decoration: none;}
a:visited {color:#99FF99;}
a:hover {color: #99FF99;}
a:active { color:#FFFF00;}

h1 {
	color: #FFFF00;
	font-size: 18px;
	text-transform:uppercase;
	background-color: #333333;
/*	background-color: #AA88AA; */
	border-right: 7px solid #000000;
	border-left: 7px solid #000000;
	border-top:0px groove #211C14;
	border-bottom:0px groove #211C14;
	padding:5px 15px;
	margin:0px;
}

h2 {
	color: #00FF00;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	background-color: #000000;
	border-left:20px solid #00FF00;
	border-top:2px solid #00FF00;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 900px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
/*	background: 	#211C14 url(images/back_u.jpg) no-repeat center top ;	*/

}

/* ----------banner for logo-------------- */
#banner {
/*	background-image: url(./images/title_b.jpg);	*/
	width: 850px;
	height:119px;
/*	text-align: right;	*/
	padding: 0px;
	margin: 0px;
/*	position: fixed;	*/
}

#banner img {padding:0px 0px;} 

#mainnavi {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E0A3B7;
}

#mainnavi p{
	margin-left: 0em;
	padding: 0 10px;
	font-size: 1.4em;
}

#now{
	background-color: #000000;
}

/* -----------------content--------------------- */
#content {
/*	background-color: #000000;*/
	padding: 20px;
	margin-left: 0px;
	margin-right: 200px;
}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
	padding: 5px 10px;
	margin:0px;
}

#news{
	border: dotted 0px #333333;
/*	background-color: #EEEEEE; */
	width: 200px;
	height: 150px;
	padding:5px;
	overflow:auto;
}

table{
	background-color: #333333;
	color: #99FF00;
	margin: 10px;
	line-height: 140%;
}

td {
	padding:8px;
}

#top_img{
/*	width:500px; */
	width:650px;
	height:375px; 
	background: #000000 url(./images/tsuki_out.jpg) center top;
	background-color:#000000; 
	background-repeat:no-repeat; 
	background-position:center;
}

#topix {
	text-align:left;
	border-right: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
}

#date {
	text-align: left;
	padding-left:5px;
	border-left: 10px solid #00ff00;
}

#price {
	text-align: right;
	border-right: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
}
/* --------------right navi------------- */
#right {
	float: right;
	text-align:center;
	width: 180px;
	margin: 10px;
	padding: 10px 0px;
	border-left: 1px solid #564b47
}

#list {
	padding: 10px;
	border-top: 2px dotted #564b47;
	/*border-bottom: 2px dotted #FFFF00; */
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	background-color: #000000;
	text-align: right; 
	font-size: 12px;
}
