@charset "utf-8";

/* YUI Font Size --
10px - 77%
11px - 85%
12px - 93 (was 93)%
13px - 100%
14px - 108 (was 107)%
15px - 116 (was 114)%
16px - 123.1 (was 122)%
17px - 131 (was 129)%
18px - 138.5 (was 136)%
19px - 146.5 (was 144)%
20px - 153.9 (was 152)%
21px - 161.6 (was 159)%
22px - 167%
23px - 174%
24px - 182%
25px - 189%
26px - 197%
-- */

/* -------------------------------------------------- */

@import url("def_reset.css");
@import url("def_hack.css");
@import url("def_fonts.css");
@import url("def_common.css");

@import url("structure.css");
@import url("format.css");
@import url("pages.css");
body {
	color: #FFFFFF;
}


.days {
	color: #c01920;
	font-weight: bold;
}
.listA {
	background-image: url(../images/listMark01.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.entryTitle {
}
.localNavi a {
	color: #CCCCCC;
	text-decoration: none;
}
.localNavi a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.entryTitle a {
	color: #999999;
	text-decoration: underline;
}
.entryTitle a:hover {
	color: #999999;
	text-decoration: none;
}
