@import "css/tag.css";
@import "css/layout.css";
@import "css/header.css";
@import "css/contents.css";
@import "css/navigation.css";
@import "css/footer.css";


.clear {
	clear:both;
}


#main_box {
	border-bottom:1px dotted #CCCCCC;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#main_box p {
		margin: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 2px;
		padding-left: 2px;
		font-size: 80%;
		color:#666666;
		background-repeat: no-repeat;
	}
.contents {
	font-size:100%;
	margin: 10px 10px 10px 5px;
}
#main_box strong {
	color: #FF3300;
	font-weight: normal;
}
.entory-box {
	font-size: 100%;
	line-height: 140%;
	float: left;
	width: 250px;
}
.more-box {
	float: right;
	width: 220px;
}

#main_box a {
	color:#FF6600;
	text-decoration:none;
}

#main_box a:hover {
	color:#0066ff;
	text-decoration:underline;
}.more-box img {
	margin: 10px;
}
.cms-box {
	width: 470px;
}

