@charset "UTF-8";
/* CSS Document */


#footer {
	clear: both;
}

/* ----- contents----- */

#contents #content {
	float: right;
	height: auto;
	width: 520px;
}
#content .entrylist {
	margin-bottom: 15px;
}

/* ----- content----- */

#content h2 {
	background: url(../common/bg_h1.jpg) no-repeat left top;
	font-size: 110%;
	line-height: 32px;
	color: #FFF;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}
#content h3 {
	font-size: 100%;
	line-height: 12px;
	padding-left: 5px;
	border-left: 10px solid #E3A5E8;
	margin-bottom: 5px;
	font-weight: normal;
}
#content .date {
	font-size: 90%;
	margin: 0px 0px 5px;
	padding: 0px;
}

/* ----- menu ----- */

#contents #menu {
	float: left;
	height: 450px;
	width: 170px;
	background: url(../../common/bg_menu.jpg) no-repeat left bottom;
}#contents #menu ul li {
	line-height: 18px;
	background: url(../../common/petal.gif) no-repeat left 2px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .entrylist .to_detail {
	font-size: 90%;
	background: url(../../common/petal.gif) no-repeat left 3px;
	padding-left: 15px;
}

