/*　タグ初期化　*/

p{
	 margin: 0;
	 padding: 0;
	 }

h1{
	 margin: 0;
	 padding: 0;
	 }

/*　基本設定　*/

body{
	  background: url(images/top_bg.jpg) repeat-x;
	  background-color: #ffffff;
	  margin: 0;
	  padding: 0;
	  color: #333333;
	  font-size: 14px;
	  line-height: 1.5;
	  text-align: center;
	 }
	 
#wrapper{
	  background:url(images/top_mainimg.jpg) no-repeat;
	  background-position: top center;
	  margin-left: auto;
	  margin-right: auto;
	  }

#yodogawa{
	  color: #444;
	  padding: 323px 0 0 0;
	  line-height: 1.5;
	  }

#contents01{
	  width: 600px;
	  margin: 20px auto 0 auto;
	  }
	  
#contents02{
	  width: 580px;
	  margin: 20px auto 0 auto;
	  }
	  
#backnumber{
	  width: 600px;
	  margin: 20px auto 20px auto;
	  }
	  
#backnumber h1{
	  width: 600px;
	  margin: 0 0 20px 0;
	  }
	  
a:link{
	  color: #2c96ef;
	  text-decoration: none;
	  }
	  
a:visited{
	  color: #87bedb;
	  text-decoration: none;
	  }
	  
a:hover{
	  color: #feaa31;
	  text-decoration: none;
	  }
	  
#foot{
	  margin: 0 auto 0 auto;
	  }
	  
/*　タイトル　*/

h1{
	 width: 580px;
	 padding: 50px 0 0 0;
	 font-size: 16px;
	 font-weight: bold;
	 }

.title{
	 width: 580px;
	 height: 91px;
	 margin: 0 0 20px 0;
	 background:url(images/title_bg.gif) no-repeat center top;
	 }
	  
/*　フォントサイズ　*/

.text12{
	  font-size: 12px;
	  line-height: 1.4;
	  }

.text11{
	  font-size: 11px;
	  line-height: 1.4;
	  }

.text10{
	  font-size: 10px;
	  line-height: 1.3;
	  }

.vol{
	  font-size: 11px;
	  color: #fa9402;
	  }