/*　基本構造　*/

body {
	background-color: #fbfce6;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	}
	
#wrapper{
	width: 608px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/main_bg.jpg) repeat-y center top;
	}
	
/*　ヘッダ　*/

#head{
	width: 608px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/head_bg.jpg) no-repeat center top;
	text-align: left;
	}
	
#head h1{
	margin: 0;
	padding: 15px 0 10px 15px;
	}
	
#head h2{
	margin: 0 auto;
	padding: 0;
	}
	
#yodogawa{
	margin: 0 auto;
	padding: 30px 0 30px 0;
	line-height: 1.7;
	text-align: center;
	}
	
/*　連載予定　*/

#navi a:link{
	color: #000000;
	text-decoration: none;
	}

#navi a:visited{
	color: #666666;
	text-decoration: none;
	}
	
#navi a:hover{
	color: #09b5ed;
	text-decoration: none;
	}
	
/*　連載予定　*/

a:link{
	color: #09b5ed;
	text-decoration: none;
	}

a:visited{
	color: #666666;
	text-decoration: none;
	}
	
a:hover{
	color: #ff9c01;
	text-decoration: none;
	}
	
/*　メイン　*/

#main p{
	margin: 0 0 20px 0;
	padding: 0;
	}


/*　フォントサイズ&カラー　*/

.gray14px{
	font-size: 14px;
	color: #9c9c9c;
	}
	
.blue12px{
	font-size: 12px;
	color: #41c0fb;
	}
	
/*　フッタ　*/

#foot{
	width: 608px;
	height: 116px;
	background:url(../images/foot_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	}
	
#foot ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	}
	
#foot li{
	margin: 0;
	padding: 0;
	display: inline;
	}