@charset "utf-8";

/*==============================*/
/*  oshirase.css       　　     */
/*------------------------------*/
/*　お知らせページ専用CSS       */
/*==============================*/

#oshirase_date {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	line-height: 14px;
	margin-bottom: 6px;
}

#oshirase_title {
	color: #2D3F42;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dead75;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
	padding-bottom: 5px;
}

#oshirase_naiyou {
	font-size: 18px;
	line-height: 170%;
}


/*記事が表示されなかったときに出現する枠*/
#div_blank {
	height: 300px;
	font-size: 20px;
	padding-top: 20px;
	line-height: 30px;
	width: 640px;
}

#oshirase_box {
	width: 640px;
	margin-bottom: 40px;
	margin-top: 15px;

}

/*ブログ本文に係る表記*/
.blog_subtitle{
	font-size: 26px;
	color: #504b47;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #997144;
	font-weight:bold;
	background-image: url(blog_subtitle_backpic.png);
	background-repeat: no-repeat;
}



/* --- 特殊（ブログでdiv）----*/
#blog_naiyou_syousai_div_left{
	float: left;
	width: 360px;
	font-size: 16px;
	line-height: 170%;
	margin-top: -70px;
}

#blog_naiyou_syousai_div_right{
	float: right;
	width: 270px;
	margin-right:-10px;
	position: relative;
	z-index: 2;
	margin-top: -70px;
}
