@charset "UTF-8";
/* noel skin CSS Document */

body { background: #fff8f8 url(./bg.gif) repeat-y center top }

div#selskin { background-color:#fe9;}
/*20111027ヘッダー画像差し替え*/
#Header {
	background:url(bg_head.gif) no-repeat scroll;
}
div.naviimage  {
	background-image:url(./btn_globalnavi.gif);
}

div.sideblock h3 {
	background: #fee url(./bg_blogside.png) no-repeat right -8px;
	border:none;
	border-bottom:3px dotted #BA2922;
	color:#BA2922;
}

div#bblog_head_skin {
	background:#fee url(./bg_blogside.png);
	padding:0px;
	min-height:10px;
}
div#bblog_head_skin h1 {
	background: url(./bg_t1.png) no-repeat left top;
	padding:0px 10px 0px;
	margin:0px;
	line-height:60px;
}
div#bblog_head_skin p {
	background: url(./bg_t2.png) no-repeat right bottom;
	padding:0px 10px 10px;
	margin:0px;
	min-height:60px;
}

#contents .blogarticle {
	background: #fff;
}
#contents .blogarticle h2.post_title {
	background:#fff;
	color:#BA2922;
	border-bottom:3px solid #BA2922;
}
#contents .blogarticle h2.post_title a {
	color:#BA2922;
}
