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

ul,li{ margin: 0; padding: 0; }
body {
	background: url(images/back.jpg) center top;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing:1px;
	color: #585648;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.jpg) repeat-y center top; 
	background-attachment: fixed;
	text-align: center;
	}
	

.date_cont {
	font-size: 13px;
	line-height: 1.6;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-weight:bold;
}

.cap {
	font-size: 12px;
	line-height: 1.6;
	font-weight:bold;
	color:#999999;
}


/*　リンク　*/

a:link{ color: #5172BD; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #F76A72; text-decoration: none; }
