@charset "UTF-8";
body {
	color: black;
	font-size: 14px;
	line-height: 22px;
	background: white url(images/line_chat.jpg) no-repeat fixed center bottom;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

#contener{
	width: 800px;
	margin: 0 auto;
}

#top{
	width: 800px;
} 

#headder{
	width: 800px;
	background: url(images/line_middle.jpg) repeat;
	margin: 0 auto;
}

#footter{
	height: 295px;
	background: url(images/line_bottom.gif) no-repeat;
	clear: inherit;
}

#content{
	background: url(images/line_middle.gif) repeat;
	margin: 0px auto;
}

#date{
	width: 600px;
	margin: 20px auto;
	font-size: 14px;
}


#date dl.lead{
	margin: auto;
	color: #666666;
	background: url(images/date.gif)
	 no-repeat;
	font-size: 11px;
	width: 166px;
	height: 25px;
}


#main{
	width: 800px;
	margin: 20px auto;
}

#hobolinks{
	margin: 0px auto;
	width: 500px;
	margin-bottom: 10px;
	padding: 230px 0px 0px;
}


#profile{
	margin: 20px 50px 20px 10px;
	width: 160px;
}

#yodogawa{
	margin: 20px 10px 20px 80px;
	width: 400px;
}

a:link {
	color: #16C9D6;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #16C9D6;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.caption {
	font-size: 12px;
	line-height: 12px;
	color: #999999;
}

.small {
	font-size: 12px;
}


.gray {
	font-size: 14px;
	line-height: 12px;
	color: #666666;
}
