@charset "utf-8";
/* ===================================================================
CSS information

 file name  :blog.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#main	メイン
	
----------------------------------------------------*/

#blog .nodisplay {
	display:none;
}


#blog #main .con_main {
	background:url(../blog/images/bg_intro.jpg) 0 0 no-repeat #fff;
}



/* con_intro	INTRO	
----------------------------------------------------*/
#blog .con_blog {
	margin:0 auto;
	padding:140px 30px 0 30px;
	width:650px;
}

#blog .con_blog h2.st_blog {
	margin-bottom:20px;
	padding:15px 35px;
	background:url(../blog/images/ic_tit.gif) 15px 20px no-repeat #f0ebee;
	border-top:1px solid #d8c5ce;
}



/* con_intro	ブログサイド	
----------------------------------------------------*/
#blog #side .blog_side {
	margin-bottom:20px;
	padding:10px 10px;
	width:195px;
	background:#fff;
}

#blog #side .blog_side .entry {
	margin-bottom:30px;
}

#blog #side .blog_side h3 {
	margin-bottom:10px;
	padding:5px 10px;
	color:#4e253c;
	border-top:1px solid #d8c5ce;
	background:#f0ebee;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
