body {
	background: url(../images/bg.jpg) repeat-y center top;
	background-color: #fcf9d8;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

#wrapper{
	background: url(../images/wrapper_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	}
	
/*　ヘッダ　*/
	
h1{	
	margin: 0;
	}
	
	
h2{	
	margin: 15px 0 0 0;
	}
	
h2.sub_title{	
	margin: 25px 0 0 0;
	}
	
.yodogawa{
	margin: 220px 0 0 0;
	}
	

/*　タイトル　*/

h3{
	margin: 50px 0 20px 0;
	}
	

/* メインエリア　*/

#main{
	width: 440px;
	margin: 0 auto;
	text-align: center;
	}
	
#main p{
	margin: 15px 0 0 0;
	}
	
/*　囲み　*/
	
.kakomi{
	margin: 30px 0 0 0;
	}
	
h4{
	margin: 0 0 20px 20px;
	}
	
.kakomi_text{
	margin: 0 0 20px 60px;
	text-align: left;
	}
	
	
/*　メールボタン　*/

#mail{
	margin: 30px auto;
	text-align: center;
	}
	
/*　フッタ　*/

#foot{
	width: 600px;
	height: 80px;
	margin: 0 auto;
	border-top: 5px solid #b3bec1;
	background-color: #cbf0fb;
	text-align: center;
	}
	
ul{
	margin: 20px auto;
	}

li{
	list-style-type: none;
	display: inline;
	}
	
/*　リンク　*/

a:link{
	color: #20ccff;
	text-decoration: none;
	}
	
a:visited{
	color: #8ea8d4;
	text-decoration: none;
	}
	
a:hover{
	color: #3f86fd;
	text-decoration: none;
	}
	
/*　テキストカラー　*/

.attention{
	color: #f84157;
	}
	
.date{
	 font-size: 12px;
	 color: #7798a0;
	 }
	
.ext{
	 color: #fe8c05;
	 }
	 
/*　メール　*/

.mail{
	 width: 440px;
	 margin: 30px auto 0 auto;
	 text-align: center;
	 }
	 
.mail_midashi{
	 margin: 0 ;
	 }
	 
table.mail_text{
	 border: 1px dotted #91abc1;
	 margin: 30px auto 10px auto;
	 background: url(../images/mail_baseball_bg.jpg) no-repeat right bottom;
	 background-color: #fefdf0;
	 }
	 
table.mail_text2{
	 border: 1px dotted #91abc1;
	 margin: 30px auto 10px auto;
	 background: url(../images/mail_gundam_bg.jpg) no-repeat right bottom;
	 background-color: #f0f9fe;
	 }
	 
table.comment{
	 margin: 10px auto;
	 }
	 
/*　バックナンバー　*/

.bk{
	 width: 440px;
	 margin: 30px auto 0 auto;
	 text-align: center;
	 }
	 
.bk h3{
	 margin: 0 auto 20px auto;
	 }
	 
.bk_date{
	 background:url(../images/date_bg.gif) no-repeat left;
	 	 font-size: 12px;
	 color: #7798a0;
	 }
	 
/*　ナビゲーション　*/

#navi{
	width: 440px;
	margin: 0 auto;
	text-align: center;
	}
	
#navi ul{
	margin: 20px auto;
	}

#navi li{
	list-style-type: none;
	display: inline;
	}
	
/*　文字色　*/

.extent{
	font-size: 16px;
	font-weight: bold;
	}