/*　基本構造　*/

body {
	background:url(../images/top_bg.jpg) repeat-y center top;
	background-color: #f2f2f2;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}

.smallgray {
	font-size: 12px;
	line-height: 21px;
	color: #666666;
}
#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
h1{
	margin: 0;
	padding: 0;
	}
	
ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
	
li{
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#foot{
	width: 800px;
	margin: 20px auto;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	}
	
#foot li{
	display: inline;
	}

/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}