/*　基本構造　*/

body{
	background-color: #f2f1c8;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	}
	
div#wrapper{
	background: url(../images/bg.jpg) repeat-y center top;
	width: 808px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}


/*　ヘッダ　*/

h1{
	width: 808px;
	height: 474px;
	background: url(../images/title.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	}
	
#yodogawa{
	padding-top: 280px;
	}
	
/*　リンク　*/

a:link{
	color: #ba5d0b;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fc7803;
	text-decoration: none;
	}
	
/*　投稿日付　*/

.date{
background: url(../images/date_bg.gif) no-repeat center top; text-align: left; font-size: 18px; color:#FFFFFF;
}

.date_text{
	padding-left: 15px;
	}

.title_new{
	font-size: 20px;
	color: #dc5e23;
	}