@charset "shift_jis";

/*** 「菩提樹からのお知らせ」（ブログ）ページ用CSS ***/

/* 背景画像の入れ替え */
body {
	background-image:url(../img/new_info/wn_haikei.jpg);
	line-height:1.5;
}
a img{
	border:0px;
}



/* 左メニュー */
#wn_left{
	width:150px;
	padding:10px 10px 20px 10px;
	font-size:12px;
}
.wn_menutitle{
	padding-top:10px;
}
.wn_menu{
	padding-top:5px;
}
.wn_menu ul{
	padding:0px;
	margin:0px;
	padding-left:25px;
}
.wn_menu ul li{
	padding:0px;
	margin:0px;
}

/* 右コンテンツ */
#wn_right{
	width:530px;
	padding:20px 30px;
}
.news_box{
	padding-top:20px;
}
.newstitle_box{
	width:520px;
	padding:0px 5px;
	background-image:url(../img/new_info/newstitle_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:28px;
}
.newstitle{
	float:left;
	font-size:14px;
}
.newsdate{
	float:right;
	font-size:12px;
}
.news_detail{
	min-height:105px;
	margin-top:10px;
	background-image:url(../img/new_info/wn_bgimg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:14px;
}
* html .news_detail{
	height:105px;
}
.news_cate{
	margin-top:10px;
	border-top:1px dotted #666666;
	text-align:right;
	font-size:12px;
}

		/* カテゴリー別のページに使用　タイトル */
		#cate_title{
			width:500px;
			padding-left:30px;
			margin-top:20px;
			font-size:16px;
			line-height:24px;
			font-weight:bold;
			text-align:left;
			background-image:url(../img/new_info/title_mark.jpg);
			background-position:left center;
			background-repeat:no-repeat;
		}




