/*　タグの初期化　*/

ul,li,h1,h2,h3,h4,p{
	margin: 0;
	padding: 0;
	}
	
ul{
	list-style-type: none;
	}

/*　基本構造　*/

body {
	background: url(../images/yasumori_bg.jpg) repeat-y center top;
	background-color: #f4f3ef;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	}
	
#wrapper{
	width: 629px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヨドガワ　*/

#yodogawa{
	margin: 20px auto 0 auto;
	line-height: 1.8;
	}
	
/*　目次　*/

.mokuji_date{
	width: 98px;
	height: 19px;
	background:url(../images/yasumori_datebg.gif) no-repeat center;
	font-size: 10px;
	}
	
h3{
	margin-bottom: 30px;
	}
	
p{
	padding-bottom: 20px;
	}
	
/*　リンク　*/

a:link{
	color: #a6782f;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}

a:hover{
	color: #fb9402;
	text-decoration: none;
}

/*　フッタ　*/

#foot{
	width: 629px;
	height: 185px;
	background: url(../images/yasumori_foot_bg.jpg) no-repeat center;
	margin: 0 auto;
	padding: 0;
	}
	
#foot ul{
	margin: 0 auto;
	padding: 0;
	}
	
#foot li{
	display: inline;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
