@charset "utf-8";

/*  ---- Blog Style ----  */

a{
	color:#6f9c01;
	text-decoration:underline;
}

#navigation{
	width:220px;
}

#blog_head{
	background:url(../img/blog_head.jpg) no-repeat;
	width:667px;
	height:179px;
	text-indent:-9999px;
	margin:0 0 10px;
}

#blog_head a{
	display:block;
	width:667px;
	height:179px;
	text-indent:-9999px;
}


.blog_cont_head{
	position:relative;
	width:660px;
	height:77px;
	background:url(../img/blog_content_head.jpg) no-repeat;
}

.blog_cont_head h3{
	position:absolute;
	bottom:24px;
	left:60px;
	font-size:108%;
	font-weight:bold;
	color:#412900;
}

.blog_cont_head p{
	position:absolute;
	top:64px;
	right:90px;
	color:#412900;
}

.blog_cont_box{
	padding:0;
	background:url(../img/blog_content_bg.jpg) repeat-y;}


.blog_cont_box_inner{
	background:url(../img/blog_content_btm.jpg) no-repeat bottom;
	padding:30px 60px 55px;
	line-height:1.7;
}

.blog_cont_box_inner p,.blog_cont_box_inner img{
	margin:18px 0;
}


.blog_subtitle{
	background:url(../img/blog_sub_bg.gif);
	padding:3px 5px;
	color:#fff;
	margin:19px 0 8px;
}

#blog_profile{
	border:1px solid #d2d2d2;
	background:#f5f5f5;
	padding:8px;
}

.blog_list li{
	padding:3px 8px;
}

#page_navigation{
	margin:10px 0;
	text-align:center;
}

#link_path{
	margin:10px 0 0;
}


.alignleft{
	width:250px;
	float:left;
}

.blog_post_navi{
	padding:5px 15px;
}

.alignright{
	width:250px;
	float:right;
	text-align:right;
}


