a{
	margin: 0px;
	padding: 0px;
}

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	}

#wrapper{
	margin: 0 auto;
	text-align: center;
	}
	

.date {
	font-size: 11px;
	letter-spacing:1px;
	color:#FFFFFF;
}


/*　リンク　*/

a:link{ color: #0092DB; text-decoration: none; }
	 
a:visited{ color: #FF843F; text-decoration: none; }
	 
a:hover{ color: #E94709; text-decoration: none; }
