@charset "UTF-8";
#head .left-box {
	background-image: url(../img/top/logo02.jpg);
}
#container .head-box {
	background-image: url(../img/top/bg_head-box.jpg);
}
#container {
	background-image: url(../img/top/bg_head.jpg);
	background-repeat: repeat-x;
	padding-left: 50px;
}
#content .right-box {
	padding-top: 30px;
}
#content .right-box h1 {
	background-image: url(../img/top/subtitle.jpg);
	height: 113px;
}
#content .right-box h2.subtitle {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
#entry-list-box {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#entry-list-box span {
	display: block;
}
#entry-list-box a {
	display: block;
	text-decoration: none;
}
#entry-list-box a.entry-box {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#entry-list-box a.entry-box:link {
	background-color: #FFFFFF;
}
#entry-list-box a.entry-box:visited {
	background-color: #FFFFFF;
}
#entry-list-box a.entry-box:hover {
	background-color: #F0F6FF;
}
#entry-list-box .entry-date {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #666666;
}
