/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto;
	padding: 0;
	}
	
	
/*　フッタ　*/

div#foot{
	width:. 100%;
	height: 78px;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	}
	
/*　リンク　*/

a:link{
	color: #8b8bcb;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fc7803;
	text-decoration: none;
	}
	
/*　フォント　*/

.date{
	font-size: 12px;
	}