@charset "utf-8";
/* ===================================================================
CSS information

 file name  :blog.css
 author     :
 style info :ブログ関連
 
このスタイルシートの構成
=================================================================== */

/* clearfix */
#blogHeader:after, .blogContents:after, #blog ul.blogList01:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	ブログ
----------------------------------------------------*/
#blog #blogHeader {
	width:550px;
	height:120px;
	margin-bottom:10px;
}

#blog #blogHeader h2 {
	font-size:180%;
	padding:45px 0 0 80px;
}

/*----記事----*/
#blog .blogContents {
	zoom:1;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:#CCC dotted 1px;
}

#blog h3 {
	font-size:120%;
	margin-bottom:5px;
	padding:3px;
	border-left:#AD9269 solid 4px;
	background:url(../img/bg_stripe.gif) 0 0 repeat;
}

#blog h4 {
	clear:both;
	color:#CC6600;
	margin-bottom:5px;
	padding-left:3px;
	border-left:#ccc solid 4px;
}

#blog .blogContents .imgR {
	margin: 0 0 10px 10px;
}

#blog .blogContents .imgL {
	margin: 0 10px 10px 0;
}

#blog p {
	margin-bottom:1em;
}

#blog .blogData01 {
	color:#3EB55B;
	font-weight:bold;
	margin:0 0 0 8px;
}

#blog .blogData02 {
	text-align:right;
	margin:0;
}

/*----リスト----*/
#blog ul.blogList01 {
	zoom:1;
	clear:both;
	margin-bottom:1em;
}


#blog ul li {
	margin-bottom:5px;
	padding-left:10px;
	background:url(../img/icon_list_sq02.gif) left 1px no-repeat;
}

/*----テーブル01----*/
#blog table.blogTable01 {
	clear:both;
	margin-bottom:1em;
	border-collapse:collapse;
    border-spacing:0;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width: 100%;
}

#blog table.blogTable01 th {
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	white-space: nowrap;
	background:url(../img/bg_grd_yelow.gif) 0 0 repeat-x #FEFDDA;
}

#blog table.blogTable01 td {
	text-align:center;
	padding:5px;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
}

/*----テーブル02----*/
#blog table.blogTable02 {
	margin-bottom:1em;
	border-collapse:collapse;
    border-spacing:0;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width: 100%;
}

#blog table.blogTable02 th {
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:url(../img/bg_sq_yelow.gif) 0 0 repeat-y #FEFDDA ;
}

#blog table.blogTable02 td {
	padding:5px;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
}