@charset "UTF-8";

#topPage {
	/*font-size: 100%;*/
}

#bottomBlock {
	margin-top: 13px;
	
	zoom:1; /*for IE 5.5-7*/
   	position:relative; /*for preview*/
}

#bottomBlock:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html #bottomBlock {
	display:inline-table;
	/**/display:block;/**/
}


/*----- [Flash] -----*/
#flashBlock {
	width: 948px;
	height: 300px;
}



/*----- [トピックス] -----*/
#topicsBlock {
	margin: 0;
	padding: 0;
	
	width: 508px;
	background: url(/img/top/bg_top_topics.gif) no-repeat left bottom;
	
	/*padding-bottom: 10px;*/
	
	float: left;
	
	
	height: 188px;
	
	overflow: hidden;
	
	position: relative;
	/*overflow: none;
	
	border: 1px solid #333;
	*/
}

* html #topicsBlock {
	position: relative;
}


*:first-child + html #topicsBlock {
	position: relative;
}

#topicsBlock #topicsBody {
	/*margin: 0 10px;
	margin-top: 10px;
	*/
	
	margin: 10px;
	padding: 0;
	/*
	width: 488px;
	height: 124px;
	*/
	/*overflow: auto;*/
	
	
	/*height: 124px;*/
	
	width: 488px;
	height: 124px;
	overflow: auto;
}

* html #topicsBlock #topicsBody {
	position: relative;
}

*:first-child + html #topicsBody {
	position: relative;
}

#topicsBlock #topicsBody table {
	width: 468px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#topicsBlock #topicsBody table th {
	padding-right: 10px;
	line-height: 1.6;
	vertical-align: top;
}

#topicsBlock #topicsBody table td {
	line-height: 1.6;
	vertical-align:top;
}






#topicsBlock #topicsBody dl {
	clear:both;
	
	font-size: 93%;
	
	margin-bottom: 10px;
	
	zoom:1; /*for IE 5.5-7*/
   	position:relative; /*for preview*/
	
	display: block;
	width: 468px;
	/*border: 1px solid #333;*/
	
	/*margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #eee;*/
	
	margin-bottom: 8px;
}

#topicsBlock #topicsBody dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html #topicsBlock #topicsBody dl {
	display:inline-table;
	/**/display:block;/**/
}



#topicsBlock #topicsBody dl dt {
	
	float: left;
	
	margin-right: 10px;
	line-height: 1.3;
	color: #9a700b;
	
	width: 68px;
	overflow:inherit;
}

#topicsBlock #topicsBody dl dd {
	float: left;
	/*float: right;*/
	line-height: 1.3;
	
	/*width: 390px;*/
}




/*----- [バナー] -----*/
#bannerBlock {
	width: 410px;
	float: right;
	margin-top: 7px;
}

#bannerBlock ul {
	zoom:1; /*for IE 5.5-7*/
   	position:relative; /*for preview*/
}

#bannerBlock ul:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html #bannerBlock ul {
	display:inline-table;
	/**/display:block;/**/
}

#bannerBlock ul li {
	float: left;
	width: 220px;
	margin-bottom: 2px;
	margin-bottom: 4px;
}

* html #bannerBlock ul li {
	margin-bottom: 5px;
}

#bannerBlock ul li#bannerR {
	width: 180px;
	float: right;
	margin-left: 10px;
	margin-top: -95px;
}

* html #bannerBlock ul li#bannerR {
	margin-top: -94px;
}






