/* top.css */

.area2 {
	text-align: center;
	}

#japanFoodReportGuide,
#japanFoodReportInfo {
	width: 980px;
	margin: 0 auto;
	
	font-family: Constantia, "Times New Roman", Times, serif;
	text-align: left;
	letter-spacing: 1px;
	}

#contentsTitle {
	background: url(../images/title.png) no-repeat center top;
	height: 120px;
	}

#contentsTitle * {
	display: none;
	}

#contentsNav {
	margin: 0 0 30px;
	padding: 0;
	background-color: #000;
	color: #797979;
	}

#contentsNav ul {
	margin: 0;
	padding: 10px;
	text-align: right;
	}

#contentsNav ul li {
	margin: 0;
	padding: 10px 20px 10px 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;	
	text-align: left;
	letter-spacing: 1px;
	display: inline;
	}

#contentsNav ul li a,
#contentsNav ul li a:hover,
#contentsNav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	}

#contentsNav ul li a,
#contentsNav ul li span {
	background: url(../images/icon_nav02.png) no-repeat left center;
	display: inline-block;
	padding-left: 24px;
	line-height: 16px;
	}

#contentsMain h2 {
	font-size: 18px;
	background: none;
	border: none;
	border-bottom: 3px solid #000;
	padding: 0 0 0.24em 0;
	margin:0 0 20px 0;
	}

#contentsMain h3 {
	font-size: 16px;
	background: none;
	border: none;
	border-bottom: 2px solid #000;
	padding: 0 0 0.25em 0;
	margin: 0 0 20px 0;
	}

#contentsMain p,
#contentsMain dl dt,
#contentsMain dl dd {
	font-size: 14px;
	line-height: 24px;
	}

#faq {
	padding-right: 400px;
	background: url(../images/FAQ_bg.png) no-repeat right top;
	margin-bottom: 30px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	}

#faq dl dt {
	font-weight: bold;
	}

#faq dl dt,
#faq dl dd {
	padding: 0;
	margin: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	}

#flow dl dt,
#flow dl dd {
	padding: 0;
	margin: 0;
	}

#flow dl {
	clear: both;
	padding-left: 50px;
	}

#flow dl dt {
	width: 280px;
	float: left;
	padding-bottom: 80px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat center bottom;
	margin-bottom: 20px
	}

#flow dl dd {
	margin-left: 320px;
	margin-bottom: 20px;
	}

#flow dl#step01 {
	background: url(../images/step01.png) no-repeat left top;
	}

#flow dl#step02 {
	background: url(../images/step02.png) no-repeat left top;
	}
	
#flow dl#step03 {
	background: url(../images/step03.png) no-repeat left top;
	}

#flow dl#step03 dt {
	background: none;
	}

#infoList {
	padding-left: 320px;
	background: url(../images/information_bg.png) no-repeat left top;
	}

dl.linkset {
	width: 280px;
	margin: 0 20px 20px;
	float: left;
	}

dl.linkset dt,
dl.linkset dd {
	padding: 0;
	margin: 0;
	}

dl.linkset dt {
	font-weight: bold;
	}

dl.linkset dd {
	}

dl.linkset dd a,
dl.linkset dd a:hover,
dl.linkset dd a:visited {
	color: #000;
	text-decoration: underline;
	}

.attention {
	font-size: 93%;
	color: #F00;
	}

.caption {
	font-size: 85%;
	}

.t_right {
	text-align: right;
	}

.clearfix {  
    display: inline-block;  
}  

.clearfix:after {  
    content: "";  
    display: block;  
    clear: both;  
}