@charset "Shift_JIS";
/* ******************** */
/* *** トップページ *** */

div.contents{
	padding-bottom:0;
	margin-bottom:0;
}

div#pageTitle{
	width:auto;
	margin:30px 0 6px 28px;
}

div#pageTitle p{
	margin:0;
	padding:0;
}

div.info{
	width:513px;
	margin-left:6px;
	background-color:#ECEDE8;
}


/* ページ下部 情報欄 */
/* トピックス */
#topics{
	color:#454545;
	line-height:1.2em;
	background-image:url(../images/top-topics_bg.gif);
		margin-left:12px;
	background-repeat:repeat-y;
}
#topics h2{
	width:auto;
	margin:0;
	padding:0;
	border-style:none;
	background-image:none;
}

/* スクロール設定 */
#topics div.scroll{/* Win調整あり */
	width:458px;
	height:330px;
	margin-top:10px;
	padding:0px 12px;
	
	overflow:auto;
}

* html #topics div.scroll{/* win IE only */
	width:482px;
}

#bt_kouroushou{
	margin-top:4px;
}

#topics h3{
	font-size:12px;
	margin:15px 0 2px 0;
	padding:0;
	text-indent:-1em;
	padding-left:1em;
	background-image:none;
	border-style:none;
}
#topics h4{
	margin:0 0 4px 0;
	padding:0;
	background-image:none;
	border-style:none;
}
#topics h3.ex{
/*	color:red;*/
	font-size:14px;
	margin-bottom:6px;
}


#topics .padding{
	margin:0 0 0 14px;
	padding:0;
}

#topics div.padding{
	width:auto;
	height:auto;
	margin-bottom:14px;
}

#topics table{
	margin-bottom:0px;
}
#topics td{
	line-height:1.3em;
	padding-bottom:6px;
}
#topics th{
	line-height:1.3em;
	font-weight:normal;
	padding:0 6px 6px 0;
}

#topics p{
	margin-bottom:14px;
}
.comment_bn {
	margin-top: 20px;
	margin-left: 40px;
}



#topics div.emphasis h2,
#topics div.emphasis p,
#topics div.emphasis a{
	color:red;
}
