@charset "shift_jis";
/*
-----------------------------------------------
株式会社 角仲 top CSS
author:	株式会社 角仲
web site: http://kakunaka.net/
copyright(C) 株式会社 角仲
All rights reserved.
-----------------------------------------------*/


/* メイン画像
-----------------------------------------------*/
#main_img {
	margin-left: 12px;
}
#news_box {
	height: auto;
	width: 320px;
	margin-top: 20px;
	float: left;
}
#news_box h2 {
	margin-left: 10px;
}

#news_box ul {
	margin-top: 10px;
	margin-left: 20px;
	height: 380px;
	overflow: auto;
}
#news_box li {
	margin-top: 10px;
	padding-left: 10px;
	background-image: url(../img/common/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

#detailed_box {
	float: right;
	margin-top: 20px;
	height: auto;
	width: 390px;
}
#detailed_box h3 {
	margin-left: 0px;
}
#detailed_box table {
	margin-right: 10px;
	border-right: 1px solid #DAC09B;
	border-bottom: 1px solid #DAC09B;
	border-left: 1px solid #DAC09B;
	border-top-style: none;
}
#detailed_box td {
	border-style: none;
	padding: 0px 0px 0px 20px;
}
#detailed_box .top_thead {
	border-bottom: 2px solid #FEFEDC;
	width: 120px;
	padding: 3px 0px 0px 10px;
}
