/* top.css */

.area2 {
	text-align: center;
	}

#japanFoodReportTop {
	width: 980px;
	margin: 0 auto;
	position: relative;
	
	font-family: Constantia, "Times New Roman", Times, serif;
	text-align: left;
	letter-spacing: 1px;
	}

#lead {
	position: relative;
	top: 540px;
	
	width: 100%;
	height: 100px;
	
	background: url(../images/top_lead.png) no-repeat center bottom;
	}

#lead * {
	display: none;
	} 

#introduction {
	position: relative;
	top: -100px;
	
	height: 540px;
	width: 100%;
	background: url(../images/top_main.png) no-repeat center top;
	}

#introduction * {
	display: none;
	}

#contentsList {
	width: 100%;
	background-color: #000;
	color:#FFF;
	text-align: center; 
	}

#contentsList h3 {
	font-size: 16px;
	border: none;
	margin: 0;
	padding: 15px 0 10px;
	}

#contentsList p {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	}

#contentsList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#contentsList ul li {
	background-color: #000;
	margin: 0;
	padding: 0;
	}

#contentsList a,
#contentsList a:visited,
#contentsList a:hover {
	color:#FFF;
	text-decoration: none;
	}

#contentsList ul.external {
	margin: 20px 0px;
	text-align: center;
	}

#contentsList ul.external li {
	font-size: 20px;
	margin-right: 20px;
	display: inline;
	}

#contentsList ul.external li.last {
	margin-right: 0px;
	}

#contentsList ul.external li a {
	padding-left: 30px;
	line-height: 30px;
	background: url(../images/icon_nav01.png) no-repeat left center;
}

#contentsList .internal {
	border-top: 1px solid #333;
	}

#contentsList .internal div {
	width: 489px;
	display:table-cell;
	vertical-align: middle;
	margin-bottom: 1px;
	border-right: 1px solid #333;
	}

#contentsList .internal div p {
	text-align: left;
	padding: 10px 10px 10px 40px;
	background: url(../images/icon_nav02.png) no-repeat 10px center;
	}

/* for IE6 */
* html #contentsList .internal div {
	display:inline;
	zoom:1;
	}

/* IE 7 */
*:first-child+html #contentsList .internal div {
    display: inline;
    zoom: 1;
}

#contentsList .internal div.last {
	border-right: none;
	}

.clearfix {  
    display: inline-block;  
}  
.clearfix:after {  
    content: "";  
    display: block;  
    clear: both;  
}