@charset "utf-8";
#blog_main/* CSS Document */

   {
	margin-right: 1em;
	margin-left: 3em;
	width: 580px;
	float: left;
	line-height: 1.5em;
}
#recentposts {
	float: right;
	padding: 0px;
	width: 130px;
	margin-right: 2em;
	margin-top: 1em;
}
#wrapper #category {
	padding: 0px;
	float: right;
	width: 130px;
	margin-top: 1em;
	margin-right: 2em;
}

#wrapper #calendar {
	padding: 0px;
	float: right;
	width: 130px;
	margin-right: 2em;
	margin-top: 3.3em;
}
#wrapper #archives {
	float: right;
	width: 130px;
	margin-top: 2em;
	margin-right: 2em;
}
#wrapper #recentposts ul {
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
	line-height: 1.3em;
}
#wrapper #category ul {
	line-height: 1.3em;
}
#wrapper #archives ul {
	line-height: 1.3em;
}





#pg_title {
	padding: 0px;
	height: 45px;
	width: 500px;
	background-image: url(/img/img_blog/pg_title_blog.gif);
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.item_title    {
	background-image: url(../img/img_blog/item_bg01.jpg);
	width: 530px;
	margin-top: 1.1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	background-repeat: no-repeat;
	clear:both;
}
#wrapper #calendar h2 {
	border-bottom-width: 2px;
	border-left-width: 0.4em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99cc33;
	border-left-color: #99cc33;
	padding-left: 0.2em;
	font-size: 1.2em;
}
#wrapper #recentposts h2 {
	border-bottom-width: 2px;
	border-left-width: 0.4em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99cc33;
	border-left-color: #99cc33;
	padding-left: 0.2em;
	font-size: 1.2em;
}
#wrapper #category h2 {
	border-bottom-width: 2px;
	border-left-width: 0.4em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99cc33;
	border-left-color: #99cc33;
	padding-left: 0.2em;
	font-size: 1.2em;
}
#wrapper #archives h2 {
	border-bottom-width: 2px;
	border-left-width: 0.4em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99cc33;
	border-left-color: #99cc33;
	padding-left: 0.2em;
	font-size: 1.2em;
}
#wrapper #blog_main .post .postmetadata {
	clear: both;
}

