/*　基本構造　*/

body {
	background: url(../images/main_bg.jpg) repeat-y center top;
	background-color: #fbfcbf;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

#wrapper{
	width: 600px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
/*　フォント　*/

.date{
	font-size: 12px;
	color: #d9be24;
	}
	
/*　フッタ　*/

#foot{
	width: 600px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	}
	
#foot ul{
	margin: 0 auto;
	padding: 0;
	}
	
#foot li{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}