@charset "utf-8";
/* CSS Document */

/*===== 共通スタイル ===========================================*/

#blog_wrapper{/*全体背景*/
	background:#1e2a36 url(../images/blog/images/blog_wrapper.png) repeat-x top;
	text-align:center;
}

#blog_container{/*ブログコンテンツボックス*/
	width:1000px;
	margin:0 auto 0;
	text-align:left;
	padding:0;
	overflow:hidden;
	position:relative;
	background:url(../images/blog/images/content_bg.png) repeat-y -1px;
}

*html #blog_head{
	width:1000px;
	height:auto;
	background:url(../images/blog/images/blog_head_bg.png) no-repeat -1px top;
}

#blog_head{
	background:url(../images/blog/images/blog_head_bg.png) no-repeat -1px top;
	overflow:hidden;
}

#blog_footer{
	padding-bottom:28px;
	background:url(../images/blog/images/contente_footer.png) no-repeat 5px bottom;
	overflow:hidden;
}

#rss{
	position:absolute;
	top:50px;
	right:41px;
}

#rss a{
	margin-right:10px;
}

/*===== 記事内 ===========================================*/

#blog_contents{/*記事部分レイアウト*/
	width:650px;
	padding:270px 0 0 55px;
	float:left;
	position:relative;
}

#blog_logo a{
	position:absolute;
	text-indent:-9999px;
	top:150px;
	left:80px;
	width:455px;
	height:40px;
}

.column{/*背景*/
	margin-bottom:20px;
	position:relative;
}

#profile{
	width:140px;
	height:80px;
	background:url(../images/hayashi_prof.png) no-repeat left top;
	padding:155px 0 0 110px;
	margin-left:5px;
}

*html .column h2{/*タイトルIE6用*/
	font-size:1.7em;
	padding:70px 0 0 50px;
	height:32px;
	width:579px;
	background:url(../images/blog/images/column_head_bg.png) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/blog/images/column_head_bg.png',sizingMethod='scale');
	background:none;
}

.column h2{/*タイトル*/
	font-size:1.7em;
	padding:70px 0 0 50px;
	height:32px;
	background:url(../images/blog/images/column_head_bg.png) no-repeat left top;
}

*html .column h3{/*タイトルIE6用*/
	font-size:1.7em;
	padding:70px 0 0 50px;
	height:32px;
	background:url(../images/blog/images/column_head_bg.png) no-repeat left top;
}

.column h3{/*タイトル*/
	font-size:1.7em;
	padding:70px 0 0 50px;
	height:32px;
	background:url(../images/blog/images/column_head_bg.png) no-repeat left top;
}

*html .column_inner{/*記事内容IE6用*/
	padding:0 50px 30px;
	white-space:normal;
	width:529px;
	background:url(../images/blog/images/column_bg.png) repeat-y left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/blog/images/column_bg.png',sizingMethod='scale');
	background:none;	
}

.column_inner{/*記事内容*/
	padding:0 50px 30px;
	white-space:normal;
	width:529px;
	background:url(../images/blog/images/column_bg.png) repeat-y left;
}

*html .column_cate{/*記事カテゴリIE6用*/
	height:60px;
	padding:30px 0 0 140px;
	background:url(../images/blog/images/column_cate.png) no-repeat left top;
	
}

.column_cate{
	height:60px;
	padding:30px 0 0 140px;
	background:url(../images/blog/images/column_cate.png) no-repeat left top;
}

/*===== サイドバー ===========================================*/

*html #blog_side{/*サイドバーレイアウトIE6用*/
	padding:40px 10px 0 0;
	width:200px;
	float:right;
}

#blog_side{/*サイドバーレイアウト*/
	padding:50px 40px 0 0;
	width:250px;
	float:right;
}

/*= 最新記事ブロック =*/

*html #new{/*最新記事*/
	width:262px;
	background:url(../images/blog/images/new_bg.png) no-repeat left bottom;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/blog/images/new_bg.png',sizingMethod='scale');
	background:none;
}

#new{/*最新記事*/
	width:262px;
	background:url(../images/blog/images/new_bg.png) no-repeat left bottom;
}

*html #new h2{
	height:89px;
	text-indent:-9999px;
	background:url(../images/blog/images/new_title.png) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/blog/images/new_title.png',sizingMethod='scale');
	background:none;	
}

#new h2{
	height:89px;
	text-indent:-9999px;
	background:url(../images/blog/images/new_title.png) no-repeat left top;
}

#new ul{
	padding:1.5em 1em 2em;
}

#new ul li a{
	display:block;
	color:#FFFFFF;
}

#new ul li{
	padding:5px 10px 5px 20px;
	margin-left:10px;
	background:url(../images/blog/images/new_marker2.png) no-repeat left 8px;	
}


#new ul li a:hover{
	color: #FFCC00;
}

/*= カテゴリブロック =*/

#cate{
	width:250px;
	margin-top:10px;
	margin-left:5px;
	background: url(../images/blog/images/cate_bg.png) no-repeat left bottom;
}

#cate h2{
	width:250px;
	height:55px;
	text-indent:-9999px;
	background: url(../images/blog/images/cate_title.png) no-repeat left top;
}

#cate li ul{
	padding:10px 0;
}

#cate li ul li{
	margin-left:20px;
	padding:0.3em 10px 0.3em 20px;
	background:url(../images/blog/images/cate_marker.png) no-repeat left center;
}

/*= アーカイブブロック =*/

#archive{
	width:250px;
	margin-left:5px;
	margin-top:10px;
	background: url(../images/blog/images/cate_bg.png) no-repeat;
	background-position:left bottom;
}

#archive h2{
	height:55px;
	width:250px;
	text-indent:-9999px;
	background: url(../images/blog/images/archives_title.png) no-repeat left top;
}

#archive ul{
	padding:10px 2em;
}

#archive ul li{
	background:url(../images/blog/images/cate_marker.png) no-repeat center left;
}

#archive ul li a{
	display:block;
	width:200px;
	padding:5px 10px 5px 20px;
}

/*= カレンダーブロック =*/

#calendar{
	width:250px;
	margin-left:5px;
	margin-top:10px;
	padding-bottom:10px;
	background: url(../images/blog/images/cate_bg.png) no-repeat;
	background-position:left bottom;
}

#calendar h2{
	height:55px;
	width:250px;
	text-indent:-9999px;
	background: url(..p/images/blog/images/calendar_title.png) no-repeat left top;
}

#calendar table{
	 margin:10px auto;
	 text-align:center;
	 border-collapse:collapse;
	 border:#669999 1px solid;
}

#calendar table tr th{
	background:#b6c4c8;
	padding:3px 7px;
	border:#669999 1px solid;
}

#calendar table tr td{
	padding:5px;
	border:#669999 1px solid;
}

/*= リンク集ブロック =*/

#link-list{
	width:250px;
	margin-left:5px;
	margin-top:10px;
	padding-bottom:10px;
	background: url(../images/blog/images/cate_bg.png) no-repeat;
	background-position:left bottom;
}

#link-list h2{
	font-size:1.2em;
	color:#330033;
	padding:10px 1em 0;
}

#link-list ul{
	padding:6px 2em;
}

#link-list ul li{
	background:url(../images/blog/images/cate_marker.png) no-repeat left 8px;
}

#link-list ul li a{
	display:block;
	width:200px;
	padding:5px 10px 0 20px;
}

/*===== トピックコンテンツ ===========================================*/

#topick_contents_blog{
	padding:5px;
}

#topick_contents_blog ul li{
	display:inline;
	margin-left:15px;
}

#topick_contents_blog ul li a{
	color:#FFFFFF;
}

.blog_navi{
	padding-top:10px;
	width:620px;
	text-align:center;
	font-size:90%;
}

.arhive_headtitle h2{
	padding-left:10px;
	border-left:3px solid #FF6600;
	color:#FF6600;
	position:absolute;
	top:310px;
	left:105px;
	z-index:1;
}


.va_bottom{
	vertical-align: bottom;
}

#comments_bg{
	padding:30px 30px 0;
	width:560px;
	background: #EEEEEE;
	border:#CCCCCC 1px solid;
}