/*　タグ初期化　*/

p{
	 margin: 0;
	 padding: 0;
	 }

h1,h2,h3,h4{
	 margin: 0;
	 padding: 0;
	 }

ul,li{
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 }
	 
	 
/*　リンク　*/

a:link{
	 color: #947e64;
	 text-decoration: none;
	 }
	 
a:visited{
	 color: #b39671;
	 text-decoration: none;
	 }
	 
a:hover{
	 color: #fd5f09;
	 text-decoration: none;
	 }
	 

/* 基本構造 */

body{
	  background-color: #eeede2;
	  margin: 0 auto;
	  padding: 0;
	  color: #333333;
	  font-size: 14px;
	  line-height: 1.7;
	  text-align: center;
	 }
	 
#wrapper{
	 width: 608px;
	 text-align: center;
	 margin: 0 auto;
	 padding: 0;
	 background: url(../images/bg.jpg) repeat-y;
	 position: relative;
	 }
	 
/*　ヘッダ　*/

#head{
	 width: 600px;
	 height: 249px;
	 background: url(../images/head_bg.jpg) no-repeat;
	 margin: 0 auto;
	 padding: 0;
	 }
	 
#head h1{
	 position:absolute;
	 top: 10px;
	 left: 15px;
	 }
	 
#head h2{
	 position:absolute;
	 width: 300px;
	 top: 30px;
	 left: 150px;
	 }
	 
/*メイン　エリア*/

#main{
	text-align: center;
	}
	
#main h3{
	margin-bottom: 20px;
	}
	 
#main_text{
	width: 350px;
    margin: 0 auto;
	text-align: center;
	}

#main_text p{
	margin: 0 0 20px 0;
	text-align: left;
	}
	 
.date{
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	}	 

/*　ヨドガワ　*/

.yodogawa{
	 margin: 0 auto 15px auto;
	 text-align: center;
	 }

/*　コンテンツ紹介　*/

div#cont01{
	 width: 409px;
	 padding-top: 30px;
	 margin: 0 auto 20px auto;
	 background: url(../images/contents_bg01.jpg) no-repeat center top;
	 }
	 
div#cont02{
	 width: 409px;
	 padding-top: 30px;
	 margin: 0 auto 20px auto;
	 background: url(../images/contents_bg02.jpg) no-repeat center top;
	 }
	 
div#cont03{
	 width: 409px;
	 padding-top: 30px;
	 margin: 0 auto 20px auto;
	 background: url(../images/contents_bg03.jpg) no-repeat center top;
	 }
	 
div#cont01 h3,div#cont02 h3,div#cont03 h3{
	 color: #947e64;
	 font-size: 14px;
	 line-height: 22px;
	 padding: 0 0 10px 10px;
	 margin-bottom: 15px;
	 }
	 
.cont_wrapper{
	 background: url(../images/contents_bg.jpg) repeat-y center top;
	 }
	 
/*　バックナンバー　*/

div#bk{
	 margin: 30px auto;
	 }
	 
div#bk h4{
	 margin-bottom: 20px;
	 }
	 
/*　フッタ　*/

div#footer{
	  width: 600px;
	  height: 124px;
	  background: url(../images/foot_bg.gif) no-repeat center top;
	  margin: 0 auto;
	  text-align: center;
	  }