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

body{
	font-size:14px;
	line-height:24px;
	letter-spacing:3px;
	text-align:left;
	margin: 0;
	background-image: url(../images/bkgd.gif);
	}

div#wrapper{
	width:800px;
	margin:0 auto;
	background-color: #FFF;
	}
div#wrapper2{
	width:1000px;
	margin:0 auto;
	background-color: #FFF;
	}	
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-repeat: repeat-y;
	text-align: left;
	}
	
div#links{
	width:800px;
	margin:0 auto;
	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: #F00;
	text-align: right;
}
.minami {
	color: #00F;
	text-align: right;
}
.sobue {
	color: #0C0;
	text-align: right;
}
.miuze {
	color: #F0F;
	text-align: right;
}
.big_miuze {
	color: #F0F;
	font-size: 18px;
}
.attention {
	color: #F00;
	font-size: 14px;
	line-height: 20pt;
}
.date {
	font-size: 12px;
	letter-spacing: 1px;
}
