@charset "Shift_JIS";
/* CSS Document */

/* reset */
* {
	margin:0;
	padding:0;
}
/* display height 100% */
html{
 height:100%;
}

body{
 height:100%;
} 

/* box height width centering */
#box{
 position:absolute;
 top:50%;
 left:50%;
 width:940px;
 height:643px;
 margin-left: -470px;
 margin-top: -309px;
} 

/* body centering */
body {
	width:940px;
	margin-right:auto;
	margin-left:auto;
	background-color:#000;
	text-align:center;
	scrollbar-base-color:#666;
}

/* --------------------------*/

div#footer {
	width:940px;
	height:168px;
	background-color:#000;
	float:left;
}

/* --------------------------*/

div#news {
	width:610px;
	height:100px;
	text-align:left;
	padding-left:30px;
	background-color:#333;
	font-size:.7em;
	color:#CCC;
	line-height:1.8;
	overflow-y:scroll;
	float:left;
}

div#news a:link {
	color:#CCC;
	text-decoration:none;	
}

div#news a:visited {
	color:#999;
	text-decoration:none;
}

div#news a:hover {
	color:#fff;
}

/* --------------------------*/

div#sp_contents {
	width:300px;
	height:60px;
	float:right;
	font-size:0.7em;
	color: #999;
}
div#sp_contents  a:link {
	color:#06c;
	text-decoration:none;	
}

div#sp_contents  a:visited {
	color:#06c;
	text-decoration:none;
}

div#sp_contents  a:hover {
	color:#9cf;
}

div#menu {
	width:300px;
	height:40px;
	text-align:center;
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:.6em;
	text-decoration:none;
	padding-top:10px;
}

.bar {
	color:#FC0;
}

.top {
	color:red;
}

div#menu a:link {
	color:#CCC;
	text-decoration:none;	
}

div#menu a:visited {
	color:#CCC;
	text-decoration:none;
}

div#menu a:hover {
	color:#F90;
}

/* --------------------------*/

div#bottom {
	width:940px;
	height:63px;
	padding-top:15px;
	clear:both;
	background-color:#000;
	font-size:.8em;
	color:#CCC;
	line-height:1.4em;
	text-align:center;
}

div#bottom a:link {
	color:#fc0;
	text-decoration:none;	
}

div#bottom a:visited {
	color:#fc0;
	text-decoration:none;
}

div#bottom a:hover {
	color:#f60;
	text-align: left;
}
	

#box #footer #news ul p {
	font-size: 12px;
}
