/* CSS Document */
@import url('../common/css/main.css');
@import url('../common/css/reset.css');

#flashBox {
	margin:10px 0;
	width:630px;
	height:224px;
}

#update {
	position:absolute;
	right:20px;
	top:5px;
	width:388px;
	height:27px;
	background:url(../img/index/update.jpg) no-repeat;
}
#update #update_text {
	font-size:12px;
	line-height:19px;
	position:absolute;
	top:5px; left:10px;
	width:330px;
	height:19px;
	overflow:hidden;
}
#update #update_text span {
	position:absolute;
	display:block;
	white-space:nowrap;
}
#update #update_list {
	position:absolute;
	left:350px; top:0;
	display:block;
	width:38px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
}
h2.margin {
	margin:20px 0 0 0;
}
h3 {
	margin-bottom:10px;
	position:relative;
	zoom:1;
}
h3 a {
	margin-left:20px;
}
h3.none a {
	position:absolute;
	left:-5px;
}
h3.none a.higa {
	position:absolute;
	left:115px; bottom:0;
}
h3.none a.syuku {
	position:absolute;
	left:210px; bottom:0;
}

/* info_table
---------------------------------------------------- */
.info_table {
	width:315px;
	line-height:1.1;
}
.info_table td {
	padding:0 2px;
}
.info_table td.detail {
	width:90px;
}
.info_table td.detail div {
	margin-top:-10px;
}
.info_table dl dt {
	font-weight:bold;
}
.info_table dl dd {
}

/* leftList
---------------------------------------------------- */
#leftList {
	width:315px;
	float:left;
}
#leftList dl dt {
	color:#7B8635;
}

/* rightList
---------------------------------------------------- */
#rightList {
	width:315px;
	float:right;
}
#rightList dl dt {
	color:#D6995E;
}

/* leeflet
---------------------------------------------------- */
#leeflet {
	margin:15px 0;
	float:left;
	width:260px;
}
#leeflet p {
	margin:25px 10px 12px 5px;
	padding-left:12px;
	background:url(../common/img/list_tri.jpg) no-repeat 0 5px;
}

/* banner
---------------------------------------------------- */
#banner {
	margin:15px 0;
	float:left;
	width:370px;
}
#banner ul {
	text-align:center;
}

#counter {
	padding:10px 40px 0 0;
	text-align:right;
}
