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

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

.day {
	font-size: 11px;
	line-height: 1.4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	}
	
.cap {
	font-size: 12px;
	line-height: 1.6;
}

.red {
	font-size: 16px;
	font-weight:bold;
	color:#FF0000;
}

.green {
	font-size: 15px;
	font-weight:bold;
	color:#008e73;
}


.midashi {
	font-size: 18px;
	letter-spacing:3px;
	font-weight:bold;
}


.navi {
	padding: 20px;
	background:#ffff8e;
	width:760px;
	margin:0 auto;
	margin-top:20px;
}


.fb{
	 margin: 50 auto;
	 clear: left; 
}





/*　リンク　*/

a:link{ color: #f15a24; text-decoration: none; font-weight:bold; }
	 
a:visited{ color: #B5B5B5; text-decoration: none; font-weight:bold; }
	 
a:hover{ color: #68688C; text-decoration: none; font-weight:bold; }
