*{
	margin:0;
	padding:0;
	border-style:none;
}

body{
	background:#fff;
}

#main{
	text-align:center;
}

/*パンくずリスト*/
#topic-path{
	color:#4f4f4f;
	font-family:Verdana,"osaka","ＭＳ Ｐゴシック";
	padding-top:10px;
	height:26px;
	_height:34px;
	font-size:x-small;
	_font-size:9px;
	text-align:left;
	width:980px ! important;
	margin:3px auto 10px;
}
#topic-path a{
	font-size:x-small;
	_font-size:9px;
}
/*パンくずリストおわり*/


/*ブログ一覧*/

h3{
margin:0;
padding:0;
}

#blglist_container{
	width:876px;
	margin:0 auto;
}

#blglist_l{
 width:420px;
	float:left;
	margin:0 16px 24px 0;
	border:1px solid #cccccc;
	padding:4px;
	}
	
#blglist_l a,#blglist_r a{
width:140px;
height:28px;
display:block;
margin:0 auto;
}


.blgimg{
margin-bottom:4px;
height:334px;
}

#blglist_r{
 width:420px;
	float:left;
	margin:0 0 24px 0;
	border:1px solid #cccccc;
	padding:4px;
	}

/*ブログ一覧おわり*/

/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
