/* BLOG */

@import url("common.css");
@import url("../../css/subcommon.css");
@import url("user_blog.css");

/*Contents height*/
#maincontents{
	overflow:hidden;
	height:auto;
	}

#mainbox{
	padding-bottom:32000px;
	margin-bottom:-32000px;
	}

#blog_wrap{
	margin-top:20px;
	margin-left:10px;
	}

#blog_wrap .column{
	width:99%;
	margin-bottom:30px;
	}
	
#blog_wrap .blog_member{
	float:left;
	width:145px;
	}

#blog_wrap .mr30 {
	margin-right:30px;
	}

#blog_wrap p.name {
	margin:5px 0px;
	padding-bottom:5px;
	font-size:105%;
	font-weight:bold;
	background:url(../img/border_dot.gif) repeat-x left bottom;
	}

#blog_wrap p.name span{
	font-size:80%;
	font-weight:normal;
	color:#444;
	}

#blog_wrap p.title{ margin-bottom:5px;}

#blog_wrap p.title a{
	color:#b22e8b;
	font-weight:bold;
	}

#blog_wrap p.title span{
	color:#666;
	font-size:80%
	}

#blog_wrap .clr_left{ clear:left;}


/*Article Link Color */
#mainbox div.blog_item div.article a.clr{
	color:#F19DC1;
}


