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

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

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

#header{
	width: 605px;
}

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

#top{
	width:  605px;
	height: 100%
	margin:0;
	padding:0;
}


#content{
	width:  450px;
	height: 100%
	margin:0;
	padding:0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#footer{
	height: 100%
	margin:0;
	margin: 0 auto;
	width: 100%;
	background-color: #CCCCCC;
}

#links{
	height: 100%
	margin:0;
	margin: 10px auto;
	width: 450px;
}

#archive{
	height: 100%
	margin:0;
	margin: 30px auto;
	width: 450px;
}

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;
	line-height: 15px;
}
.caption {
	font-size: 12px;
	color: #999999;
}
