/***********************************************
 * トップページ用CSS
 */
#title
{
	position: relative;
	width: 800px;
	height: 533px;
	border-top: 2px solid #d0d0de;
	border-left: 2px solid #d0d0de;
	border-right: 2px solid #a5a4b9;
	border-bottom: 2px solid #a5a4b9;
	color: #f0f0f0;
	background: #101010 url(/image/index16_fumino.jpg) no-repeat center bottom;
	margin-bottom: 14px;
}

#title p
{
	font-size: 13px;
	line-height: 22px;
	position: absolute;
	right: 8px;
	bottom: 8px;
	padding: 8px 8px 8px 12px;
	width: auto;
	height: auto;
	border: 2px solid #d0d0de;
}

#title strong
{
	font-weight: normal;
	color: #ff0000;
}

#title a, #title a:visited
{
	color: #ff6060;
}

#title a:hover, #title a:active
{
	color: #ff0000;
}

#whats_new h3
{
	font-size: 1.2em;
	line-height: 1em;
	margin: 20px 20px 10px;
	color: #404080;
	border-bottom: 2px solid #e0e0ff;
}

#whats_new ul
{
	margin-bottom: 20px;
}
