@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	color: #61677F;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-position: 0px 95px;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0189CB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0189CB;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

.day {
	color: #B05EA6;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CE7597;
	padding: 5px;
}
.day2 {
	color: #879827;
}
.entry2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B9CB67;
	padding: 5px;
}