@charset "utf-8";
/* CSS Document */

/* wrapper
------------------------------------------------------------*/

#wrapper{
	width: 940px;
	background: url(../img/bg_blog.jpg) repeat-y left top;
	margin: 0 auto;
	padding: 0;
}

#blog h4 {
	width: 140px;
}

#blog p {
	margin: 7px 0;
}

/* contaner
------------------------------------------------------------*/

#container {
	float: left;
	width: 770px;
}

#contents {
	float: left;
	width: 557px;
}

#blog #contents h1 {
	width: 529px;
	height: 130px;
	background: url(../img/blog_blog_title.jpg) no-repeat left top;
	text-indent: -9999px;
	margin-top: 0px;
}



#contents div.box {
	width: 500px;
	padding-left:30px;
	margin-top: 30px;
	margin-bottom: 60px;
}

#contents div.box h3.title {
	position: static;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hentry {
	margin-bottom: 50px;
}

div.box p.b_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A74C3A;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.box div.b_title {
	float: left;
	width: 500px;
	border-top: 2px solid #70192D;
	border-bottom: 1px solid #70192D;
	margin-top: 0px;
	margin-bottom: 20px;
}

div.box div.b_title h2 {
	float: left;
	width: 330px;
	height: 28px;
	margin:0;
	padding: 16px 5px 0px 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background: url(../img/blog_boxbg_title.jpg) no-repeat left top;
}

#blog div.box div.b_title p.b_category {
	float: left;
	width: 129px;
	height: 30px;
	padding: 14px 5px 0px 8px;
	margin:0;
	background: url(../img/blog_boxbg_category.jpg) no-repeat left top;
}

.entry img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#news {
	float: left;
	width: 213px;
	height: auto;
}
/* IE6 HACK */
*html #news {
	width: 200px;
}

#news ul {
	width: 170px;
	margin-left: 24px;
	list-style-type: none;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 28px 0 0 0;
	line-height: 160%;
}

#news ul a {
	color: #000000;
}

#news ul a:hover {
	color: #70192D;
}

#news ul.calendar {
	background-color: #FFFFFF;
	padding: 10px;
	width: 150px;
}

#news ul.calendar a {
	text-decoration: underline;
	color: #70192D;
/*	background-color: #F9F5F4;*/
}

#news ul.calendar a:hover {
	text-decoration: none;
}

#news ul.calendar caption {
}

#news ul.calendar thead {
	color: #70192D;
}

ul table#wp-calendar {
	width: 150px;
}

#news ul.new {
	background: url(../img/blog_new.gif) no-repeat left top;
}
#news ul.archive {
	background: url(../img/blog_archive.gif) no-repeat left top;
}
#news ul.category {
	background: url(../img/blog_category.gif) no-repeat left top;
}
#news ul.kanri {
	background: url(../img/blog_kanri.gif) no-repeat left top;
}


#news li {
	width: 150px;
	padding: 5px 10px;
	margin: 0;
	background-color: #FFFFFF;
}

#news li.gray_bg {
	background: url(../img/blog_news_gray_bg.gif) repeat-y left top;
}

#news li.side_bottom {
	width: 170px;
	height: 5px;
	padding: 0;
	margin: 0;
	background: url(../img/blog_side_bottom.gif) no-repeat left top;
	font-size: 1px;
	line-height: 1%;
}

/* fotter
------------------------------------------------------------*/

#blog #fotter p.f_btn {
	top: -34px;
}
/* IE7 HACK */
*:first-child+html #blog #fotter .f_btn {
	top: -34px;
}
/* IE6 HACK */
*html #blog #fotter .f_btn {
	top: -34px;
}
