/* CSS Document */

/* CSS Document */

/*　ベース設定　*/	
body{
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	letter-spacing: 1px;
	background-image: url(../images/bg.gif);
	margin:10px auto;
	}

#wrapper{
	width:651px;
	margin: 0 auto;
}

#headder{
	width:651px;
	margin:0 auto;
}
#title{
	width:651px;
	margin:0 auto;
}

#yodogawa{
	margin:20px auto;
}

#profile{
	margin:0 auto;
	margin-top: 20px;
}

#mokuji{
	margin:20px auto;
}

#line{
	width:651px;
	margin:0 auto;
	height: 6px;
	background-color: #007CBD;
}

#contents{
	margin:20px auto;
}

#link{
	width:480px;
	margin:0px auto;
}

#main{
	width:651px;
	margin:0 auto;
	background:url(../images/frame_middle.gif) repeat;
}

#footer{
	width:651px;
	margin:0 auto;
	background: url(../images/frame_bottom.gif);
	height: 33px;)
	}
	
	.blue{
	color: #007CBD;
}
.small {
	font-size: 10px;
	line-height: 20px;		
}

.mokuji {
	font-size: 14px;
	line-height: 17px;
}

.mokuji_yet {
	font-size: 14px;
	line-height: 17px;
	color: #999999;
}

.date{
	font-size: 10px;
	background-image: url(../images/date_bg.gif) center;
	width: 130px;
	height: 26px;
}
.td_gray {
	background-color: #999999;
}

/* リンク*/
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F9A94B;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
