@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	トップ設定
 * ************************************************ */

/*CONTAINER
------------------------------------------------------------ */
#search {
	background-color: #FFF;
	border: 4px solid #7AC1C7;
	height: 100%;
	margin: 11px 0 13px 0;
}
#map {
	float: left;
	width: 510px;
}
#cm {
	float: right;
	width: 170px;
	padding: 6px;
}
#main {
	float: left;
	width: 510px;
}
#right {
	font-size: 11px;
	line-height: 16px;
	float: right;
	width: 180px;
}

/*SEARCH
------------------------------------------------------------ */
#search_top { width: 504px; }
#search_top table {
	width: 100%;
	margin: 0 0 10px 6px;
}
#search_top td {
	vertical-align: top;
	border: 1px solid #CCC;
}
#search_top .search th {
	text-align: left;
	width: 50%;
}
#search_top .search li {
	font-size: 11px;
	float: left;
	display: block;
	width: 50%;
}
#search_top #result th {
	color: #FFF;
	background-color: #333;
	white-space: nowrap;
}
#search_top #result td { padding: 3px; }
#search_top .space { margin: 6px; }
#cm li { padding-bottom: 6px; }

/*MAIN
------------------------------------------------------------ */
#main strong {
	color: #AB2502;
	border-left: solid 2px #AB2502;
	padding: 0 0 0 5px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	background: url(../img/ico_theme.gif) no-repeat 0 10px;
	border-bottom: 3px solid #DEDEDE;
	height: 24px;
	padding: 10px 0 10px 60px;
	margin: 0 10px 0 10px;
}
.title .past a {
	font-size: 10px;
	line-height: 10px;
	background: url(../img/btn_topic.jpg) no-repeat;
	float: right;
	display: block;
	text-indent: -9999px;
	width: 110px;
	height: 22px;
}
.title .past a:hover { background-position: bottom; }
.topic {
	font-size: 11px;
	line-height: 18px;
	margin: 20px 20px 10px 20px;
}
.topic li {
	text-align: center;
	float: left;
	display: block;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	width: 153px;
	height: 145px;
}
.topic th, .topic td {
	width: 135px;
	padding: 0 10px 10px 10px;
}
.topic .line { border-right: 1px solid #D6D6D6; }
.news {
	line-height: 16px;
	padding: 10px;
}
.news table { width: 100%; }
.news th {
	font-weight: normal;
	vertical-align: top;
	background: url(../img/ico_arrow.gif) no-repeat 5px 7px;
	border-bottom: 1px dotted #999;
	width: 85px;
	padding: 5px 0 5px 12px;
}
.news td {
	border-bottom: 1px dotted #999;
	padding: 5px 7px 5px 0;
}
#sell {
	line-height: 16px;
	border-right: 1px solid #D6D6D6;
	float: left;
	width: 277px;
	padding: 2px;
}
#sell .alignleft {
	font-size: 11px;
	line-height: 14px;
	width: 80px;
	padding: 10px 0 0 15px;
}
#sell .alignleft img {
	width: 80px;
	padding-bottom: 5px;
}
#sell ul { float: left; }
#buy {
	line-height: 16px;
	float: right;
	width: 220px;
	padding: 2px;
}
#sell ul, #buy ul { margin-bottom: 10px; }
#sell li, #buy li {
	background: url(../img/ico_trigona.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin: 10px 15px 0 15px;
}
#sell .arrow, #buy .arrow {
	border-top: 1px dotted #999;
	padding: 5px 10px 10px 18px;
}
.gray {
	font-size: 11px;
	line-height: 16px;
	background-color: #EEE;
	padding: 5px;
	margin: 10px;
}
.gray strong { font-size: 12px; }
#stringer #wpimg {
	font-size: 11px;
	line-height: 16px;
	float: left;
	width: 135px;
	padding: 10px;
}
#stringer #wpimg img { padding-bottom: 5px; }
#stringer .news {
	float: right;
	width: 330px;
}
#stringer .report a {
	font-size: 11px;
	line-height: 11px;
	background: url(../img/btn_report.jpg) no-repeat right top;
	display: block;
	text-indent: -9999px;
	height: 22px;
	margin: 10px 0 0 0;
}
#stringer .report a:hover { background-position: right bottom; }

/*RIGHT
------------------------------------------------------------ */
#right dt { padding: 10px 0 5px 10px; }
#right dd {
	border-bottom: 1px dotted #999;
	padding: 0 10px 10px 10px;
}
.blog a {
	background: url(../img/btn_blog.jpg) no-repeat right top;
	display: block;
	text-indent: -9999px;
	width: 155px;
	height: 30px;
	margin: 0 10px 10px 10px;
}
.blog a:hover { background-position: right bottom; }
.banner { padding: 8px; }
.banner li { padding-bottom: 8px; }
