/*　基本構造　*/

body {
	background-color: #e9ece6;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

#wrapper {
	background: url(../images/bg_center.jpg) repeat-y center top;
	margin: 0 auto;
	padding: 0;
	}
	
/* ヘッダ　*/

#head{
	background: url(../images/head_bg.jpg) no-repeat center top;
	width: 608px;
	height: 238px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	}
	
#head h1{
	margin: 0;
	padding: 35px 0 10px 80px;
	}
	
#head h2{
	margin: 0;
	padding: 20px 0 0 80px;
	}

#yodogawa{
	margin: 30px auto 30px auto;
	line-height: 1.7;
	}
	
/*　メイン　*/

#main{
	width: 400px;
	margin: 0 auto;
	text-align: center;
	}
	
#main h3{
	margin: 0 0 30px 0;
	}
	
#main p{
	width: 340px;
	margin: 0 0 30px 30px;
	text-align: left;
	}
	
/*　囲み　*/

h4{
	margin: 0;
	}
	
/*　日付　*/

.date{
	color: #89a304;
	font-size:12px;
	margin-bottom: 30px;
	}
	
/*　フッタ　*/

#foot{
	height: 172px;
	margin: 0 auto;
	background: url(../images/foot_bg.jpg) no-repeat center bottom;
	text-align: center;
	}
	
#foot ul{
	padding-top: 80px;
	margin: 0;
	}
	
#foot li{
	list-style-type: none;
	display: inline;
	}
	
/*　バックナンバ　*/

#subnavi ul{
	padding-top: 30px;
	margin: 0;
	}
	
#subnavi li{
	list-style-type: none;
	display: inline;
	}
	
.date_bg{
	background:url(../images/bk_bg.gif) no-repeat left;
	font-size: 12px;
	}
	
/*　プロフィール　*/

.name{
	font-size: 16px;
	font-weight: bold;
	}
	
/*　コメント　*/

#comment{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 1px dotted #999999;
	background-color: #ecf9dd;
	}
	
/*　コンテンツレイアウト用　*/

.mb20{
	margin-bottom: 20px;
	}

.mb40{
	margin-bottom: 40px;
	}
	
.pb20{
	padding-bottom: 20px;
	}

.pb40{
	padding-bottom: 40px;
	}
	
/*　リンク　*/

a:link{
	color: #a1c901;
	text-decoration: none;
	}
	
a:visited{
	color: #6f8651;
	text-decoration: none;
	}
	
a:hover{
	color: #82e601;
	text-decoration: none;
	}
	
/*　フォントサイズ　*/

.text12{
	font-size:12px;
	}
	
.midashi{
	font-size: 16px;
	font-weight: bold;
	color: #15c003;
	}