@charset "utf-8";
/* CSS Document */


.bgImg {
	background:url(../images/bg_mv.jpg) left top repeat-x;
  background-repeat: repeat-x;
  height: 240px;
  margin-bottom: 110px;
  width: 100%;
}

#contents p.info{
	font-size: 16px;
	letter-spacing: 5px;
	margin-bottom: 40px;
}

#contents p.info span{
	background-color: #867C6C;
	color: #FFF;
	font-family: 'Bitter', serif;
	font-style: italic;
	display: inline-block;
	letter-spacing: 1px;
	padding: 0 15px;
	margin-right: 10px;
}

#contents p.text,
#contents dl dd p{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 3px;
	margin-bottom: 80px;
}

#contents p.fltImgR{
	margin-left: 50px;
}

#contents div.reportList li{
	float: left;
	margin-bottom: 40px;
	margin-right:34px;
	width: 320px;
}

#contents div.reportList li a:hover{
	text-decoration: none;
}

#contents div.reportList li span{
	color: #444;
	display:block;
	font-size: 15px;
	line-height: 2;
	margin-bottom: 10px;
	letter-spacing:3px;
}

#contents div.reportList li span.data{
	font-style: italic;
	font-family: 'Cabin', sans-serif;
}

#contents div.reportList li span.text{
	font-size: 13px;
}















