@charset "shift_jis";


* body {
	font-size: 12px;
	color: #666;
}

ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.day {
	margin: 0px;
	background-image: url(../images/icon_list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	float: left;
}


/* base link */
a:link { color : #B9265D ; text-decoration : underline }
a:visited { color : #B9265D ; text-decoration: underline}
a:hover {	color : #CCC;	text-decoration : underline}
a:active {	color : #CCC;	text-decoration : underline}
