@charset "UTF-8";

#main p {
	color: #333333;
	margin-top: 0px;
	font-size: 95%;
	line-height: 140%;
}

h2 {
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
}

#submenu li {
	list-style-position: outside;
	list-style-image: url(img/summenu.gif);
}
#submenu li a:hover {
	background-image: url(img/submenu_bg.gif);
	background-repeat: repeat-x;
}

img {
	margin-bottom: 5px;	
}
.post {
	font-size: 90%;
	line-height: 130%;
	color: #333333;
	background-color: #DCF2E8;
	border: 3px solid #02B060;
	margin-bottom: 10px;
	padding: 10px;
}
.post h3 {
	font-size: 100%;
}
.who {
	float: right;
	padding: 0px;
	margin: 0px;
}
.day {
	clear:both;
	margin-top: 3px;
	text-align: right;
}
.bun {
	margin-left: 10px;
}
.comment {
	font-size: 90%;
	line-height: 130%;
	color: #333333;
	background-color: #FAF2E1;
	border: 1px solid #F3A838;
	margin-bottom: 20px;
	padding: 10px;
	background-image: url(/community/img/comment_bg.gif);
	background-repeat: no-repeat;
}
.who_co {
	clear:both;
	text-align: right;
}
