@charset "Shift_JIS";
/* CSS Document */
#soon {
	margin:-20px 0 0 -178px;
	width:357px;
	height:41px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
}

/*====================================
 news
====================================*/
div#news {
	margin:15px 0 20px 8px;
	padding:40px 10px 0 0;
	width:458px;
	background-image:url(../images/news_bg.gif);
	background-repeat:no-repeat;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303030;
}
div#news dl {
	padding:0 0 10px 0;
	font-size:0.8em;
	color:#fff;
}
div#news dt {
	float:left;   
	width:100px;
	margin: 0 0 0 20px;
	padding:5px 0 5px 0;   
	clear:both;   
	font-weight:bold; 
}
div#news dd {
	margin:0 0 0 100px;  
	width:320px; 
	padding:5px 5px 5px 10px;   
}

/*====================================
 profile
====================================*/
div#profile {
	margin:15px 0 0 10px;
	padding:170px 0 0 0;
	width:305px;
	color:#fff;
	font-size:0.75em;
	line-height:130%;
	background-image:url(../images/profile_bg.gif);
	background-repeat:no-repeat;
	float:left;
}
div#profile01 {
	margin:15px 0 0 10px;
	padding:40px 0 0 0;
	width:305px;
	color:#fff;
	font-size:0.75em;
	line-height:130%;
	background-image:url(../images/profile_bg.gif);
	background-repeat:no-repeat;
	float:left;
}
div#profile p.right {
	margin:10px 0 20px 0;
	text-align:right;
}
div#profile a:link, div#profile a:visited {
	color:#c09015;
	text-decoration:underline;
}
div#profile a:hover, div#profile a:active {
	color:#c09015;
	text-decoration:none;
}
/*====================================
 news
====================================*/
div#news a:link, div#news a:visited {
	color:#fff;
	text-decoration:underline;	
}
div#news a:hover, div#news a:active {
	color:#fff;
	text-decoration:none;	
}
