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

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

.cap {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing:1px;
}

.day {
	font-size: 20px;
	font-weight:bold;
	line-height: 1.2;
	letter-spacing:5px;
	color: #488282;
}

.nottoday {
	color: #998675;
}

.nottoday-cap {
	font-size: 12px;
	letter-spacing:1px;
	color: #998675;
}


/*　リンク　*/

a:link{ color: #079724; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #F79724; text-decoration: none; }
