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

body {
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	line-height:25px;
	background: white url(images/background.jpg) no-repeat fixed center bottom;
	padding: 0px;
}

#container{
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

#header{
	background: #FFFFFF;
	width: 600px;
}

#yodogawa{
	background: #FFFFFF;
	width: 500px;
	margin: 30px auto;
}

#links{
	background: #FFFFFF;
	margin: 30px auto;
	width: 500px;
}

#top{
	background-repeat: repeat-y center top;
	background-image: url(images/frame_middle.gif);
	width:  600px;
	height: 100%
	margin:0;
	padding:0;
}


#content{
	width:  500px;
	height: 100%
	margin:0;
	padding:0;
	margin: 0 auto;
}

#footer{
	width:  600px;
	height: 100%
	margin:0;
	margin: 0;
}


a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
.small {
	font-size: 12px;
}
