@charset "utf-8";
@import url("common.css");

#blog_main{
	width:620px;
	float:left;
	margin:20px 0 0 0;
}
.blog_title{
	background:url(../images/blog/underline.jpg) no-repeat bottom left;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
.blog_published{
	text-align:right;
	margin:0 0 10px 0;
	font-size:11px;
}
.blog_body{
	border-bottom:1px dotted #CCC;
	padding:0 0 30px 0;
	margin:0 0 20px 0;
}
.blog_readmore{
	text-align:right;
	position:relative;
	top:-50px;
	font-size:11px;
}
#photo{
	text-align:center;
}
	
#blog_navi{
	float:right;
	width:250px;
	margin:20px 0 0 0;
}
#navi_w{
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	padding:10px;
	background:#f3f3f1;
}
#navi_w h3{
	margin:20px 0 0 0;
}
#blog_category li{
	list-style:none;
	background:url(../images/blog/marker.jpg) no-repeat;
	padding:0 0 0 20px;
	margin:5px 0 0 0;
}
#btn_to_staff_blog{
	margin:20px 0 0 0;
}
#month{
	margin:10px 0 0;
}
#navi_w table caption{
  background:#d9d6cb;
}
#navi_w table{
  background:white;
}
#navi_w table td{
  width:30px;
  height:30px;
  text-align:center;
}
#navi_w table a{
  display:block;
  width:30px;
  background:url(../images/blog/circle.jpg) no-repeat 6px 0;
}



