/*
========================================
JHIMO　トップページスタイルシート
========================================*/

/*■ メインコンテンツ
---------------------------------------------------------- */
#catch{
	margin:0;
	padding:18px 0 18px 20px;
	border-left:1px #BFBFBF solid;
	border-top:1px #BFBFBF solid;
	font-size:16px;
	line-height:22px;
}

#overview{
	margin-bottom:30px;
	width:535px;
}

#overview table{
	width:495px;
	margin:0;
	padding:0;
}

#overview td{
	margin:0;
	padding:0;
	vertical-align:top;
	font-size:10px;
	line-height:14px;
}

#overview td.left{ width:7px;border-left:1px #BFBFBF solid;}
#overview td.right{ width:14px;border-right:1px #BFBFBF solid;}
#overview td.cnd{ width:158px;}
#overview td.cnd img{ margin-left:8px;}
#overview td p{ margin-left:20px;}


/*■ TOPICS & NEWS
---------------------------------------------------------- */
dl#topics{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
}
dl#topics dt{
	margin:10px 0 0 0;
	font-weight:bold;
}
dl#topics dd{
	margin:0;
	padding:0 0 10px 0;
}




