@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	font-size:14px;
	line-height:22px;
	letter-spacing:3px;
	text-align:left;
	margin: 0;
	}

div#wrapper{
	width:800px;
	margin:0 auto;
	background-color: #FFFF00;
	}
	
div#title{
	width:800px;
	margin:0 auto;
	text-align: center;
	}
	
div#yodogawa{
	width:800px;
	margin:0 auto;
	text-align: center;
	height: 464px;
	background-image: url(../images/yodogawa.jpg);
	}

div#contents{
	width:800px;
	margin:0 auto;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	text-align: left;
	}
	
div#links{
	width:800px;
	margin:0 auto;
	background: url(../images/bg_contents.gif);
	padding-bottom: 20px;
	}
	
div#footer{
	width:800px;
	margin:0 auto;
	}
	
a:link {
	color: #0C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: FF0000;
}
a:active {
	text-decoration: none;
}
	
.itoi {
	color: #008cff;
}
.terry {
	color: #F00;
}
.line {
	height:11px;
	background-color: #FDFA31;
}
.date {
	font-size: 12px;
	letter-spacing: 1px;
}
