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

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 28px;
	letter-spacing:1px;
	background-image: url(images/base_02.jpg) ;
	background-repeat:no-repeat;
    background-position:center bottom;
	background-attachment:fixed;
	color: #000000;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/back.gif) repeat-y center top;
	background-attachment: fixed;
	text-align: center;
	}

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

.cap-s {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing:0px;
	color: #808080;
}

.nottoday {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing:1px;
	color: #808080;
}

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

.title {
	font-size: 26px;
	font-weight:bold;
	letter-spacing:3px;
	color: #488282;
}

.midashi {
	font-size: 18px;
	font-weight:bold;
	line-height: 1.2;
	color: #488282;
}

.red {
	font-size: 12px;
	font-weight:bold;
	color: #ED1C24;
}

/*　リンク　*/

a:link{ color: #488282; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #4351AA; text-decoration: none; }