@charset "utf-8";

/* Spacer */
.space1 {
	height: 60px;
}
.space2 {
	height: 57px;
}
/* Footer space */
.space3 {
	height: 30px;
}

/* Contents area */
.contents {
	clear: both;
}
.content_main {
	width: 422px;
	float: left;
}
.entry {
}
.entry h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.entry_date {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 22px;
}
.entry_text {
	font-size: 12px;
	line-height: 24px;
}
/* Link text */
.entry_text a:link {
	text-decoration: underline;
}
.entry_text_more {
	font-size: 12px;
	line-height: 24px;
	margin-top: 18px;
}
.entry_text p,.entry_text_more p {
	margin-bottom: 12px;
}
.entry_text a.lightview img {
	margin-bottom: 12px;
}
.entry_more_link {
	margin-top: 30px;
}
.entry_line {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 30px;
	margin-top: 30px;
}
.entry_menu {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 22px;
}

/* Contents navi */
.content_subnavi {
	width: 181px;
	float: right;
}
.content_subnavi h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.content_subnavi ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.content_subnavi li {
	font-size: 12px;
	line-height: 24px;
	list-style-type: none;
	background-image: url(/img/titleicon_blog_s.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

/* Page navi */
.content-nav {
	margin-bottom: 24px;
	font-size: 12px;
}
