@charset "UTF-8";

/* ---------------------------------------- */
/* タイトル用 最新のお知らせ */
div.title_news {
	width: 424px;
	padding: 2px;
	margin: 0;
	word-break: break-all;
	padding:8px 0 0;
	margin:0;
	background:none;
}

div.title_news_topic {
	width: 400px;
	margin: 0px auto;
	padding: 2px 0;
}

div.title_news img{ /* タイトル顔 */
	width:50px;
	padding:2px 2px 6px;
	background:url(../image/common/bbs_chara_bg.gif) bottom left no-repeat;
	float:left;
	margin:0 0 0 4px;
}

div.title_news span {
	width:320px;
	height:18px;
	text-align: left;
	font-size: 12px;
	padding:7px 0 0 18px;
	background:url(../image/common/bbs_logt_top.gif) top right no-repeat;
	display:block;
	float:left;
}

div.title_news p {
	width:320px;
	text-align: left;
	font-size: 13px;
	padding:0 5px 8px 13px;
	background:url(../image/common/bbs_logt_bottom.gif) bottom right no-repeat;
	text-align:justify;
	text-justify: inter-ideograph;/* IE独自タグ */
	margin:0 0 4px 0;
	float:left;
}

div.title_news_page {
	clear:both;
	margin:0;
	width:424px;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
}

