.m_style {
	display: none;
}

h2 {
	font-size: 220%;
	padding-top: 0;
	margin: 20px 0;
	color: #464646;
	font-weight: normal;
}

#id_main:after {
	display: block;
	content: "";
	clear: both;
}

h3 {
	display: inline-block;
	margin: 0 20px 10px 0;
	font-size: 150%;
}
h3 span {
	display: block;
	margin: 0 0 10px;
	font-size: 60%;
	font-weight: normal;
}

#news_list {
	width: 100%;
}
#news_detail {
	float: left;
	width: 720px;
	line-height: 1.6;
}

#news_list a {
	display: block;
	text-decoration: none;
	color: #464646;
}
#news_list dl dt {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 15px;
}

#news_list dl dt span {
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
	font-size: 65%;
	color: #464646;
}

#news_list dl dt span.shinchaku {
	background: url(/img/new_info.gif) no-repeat;
	padding-left: 45px;
	background-position: left bottom 2px;
}

#news_list dl dd {
	font-size: 80%;
	padding: 15px 0 0 0;
	margin-right: 20px;
	line-height: 1.2;
	border-top: 1px dotted #ddd;
}

#news_list a:hover dl dt {
	color: #f90;
}
#news_list a:hover dl dt span {
	color: #464646;
}


#side_bukken_list {
	float: right;
	width: 220px;
}
#news_list .cont {
	margin-bottom: 20px;
	background: url(/img/arr2.png) no-repeat, #fff;
	background-position: right center;
}

#news_detail .cont h1 {
	font-weight: bold;
	font-size: 180%;
}
#news_detail .cont h2 {
	font-weight: bold;
	font-size: 140%;
}
#news_detail .cont h3 {
	font-weight: bold;
	font-size: 120%;
}
#news_detail .cont h4,
#news_detail .cont h5,
#news_detail .cont h6,
#news_detail .cont p,
#news_detail .cont span {
	font-size: 100%;
}
#news_detail .cont p {
	margin: 10px 0;
}
