/***********************************************
 * トップページ用CSS
 */
#welcome
{
	position: relative;
	width: 800px;
	height: 360px;
	top: -362px;
	color: #f0f0f0;
	background: #101010 url(/image/index20_chisato.jpg) no-repeat center bottom;
}

#welcome p
{
	font-size: 13px;
	line-height: 22px;
	position: absolute;
	top: 170px;
	left: 422px;
	width: 345px;
	height: auto;
}

#welcome p#twitter
{
	position: absolute;
	top: 382px;
	left: 425px;
	width: 345px;
	height: 160px;
	padding: 0;
}

#welcome strong
{
	font-weight: normal;
	color: #c0ffc0;
}

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

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

