@charset "utf-8";

.green {
	color: #009900;
}
.red {
	color: #990000;
}
a:hover img.al {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a.link_a {
	color: #604c3f;
	text-decoration: underline;
}
a.link_a:hover {
	color: #E95C8B;
	text-decoration: none;
}
a.link_b {
	color: #604c3f;
	text-decoration: none;
}
a.link_b:hover {
	color: #E95C8B;
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #604c3f;
	display: block;
	height: auto;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #604c3f;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 20px;
}
.content ul li{
	float: left;
	list-style-type: none;
}
.content ul .icon {
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 0px;
	height: 10px;
	width: 17px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mt_title{
	font-size: 12pt;
	line-height: 18pt;
	color: #006836;
}

.content ul a {
	color: #000000;
	text-decoration: none;
}

.content ul a:hover {
	color: #FF6600;
	text-decoration: none;
}

.content ul .text {
	font-size: 10pt;
	line-height: 16pt;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	height: auto;
	width: auto;
}
.content ul .day {
	font-size: 12pt;
	line-height: 16pt;
	display: block;
	padding: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
	width: auto;
}
