@charset "UTF-8";

/* /////////// トップページ ////////// */

#topPageMain {
	margin: 0 auto;
	padding: 0;
	width: 840px;
}
#topPageMain #flashArea {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 840px;
	height: 370px;
	text-align: center;
}
#topPageMain #infoArea {
	margin: 0px;
	padding: 5px 0 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	width: 380px;
	height: 172px;
	line-height: 1.2em;
	text-align:left;
	font-size: 93%;
}
#topPageMain #infoArea h2 {
	margin: 0;
	padding-bottom: 5px;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#topPageMain #infoArea #btnInfo {
	padding-bottom: 5px;
	display: block;
	float: right;
	width: 8em;
	height: 20px;
	line-height: 20px;
}
#topPageMain #infoArea #btnInfo a {
	padding: 0;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #666633;
	background:#FFFAF0 url(../img/index/bg_info.gif) repeat 0px 0px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 13px;
	font-weight: normal;
}
#topPageMain #infoArea #btnInfo a:hover {
	color: #33CC99;
}
#topPageMain #infoArea dl{
	padding: 0px;
	display: block;
	float: left;
	width: 100%;
	height: 147px;
	clear: both;
	overflow: auto;
}
#topPageMain #infoArea dt{
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	font-weight: bold;
}
#topPageMain #infoArea dd{
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-bottom: 1px dotted #ddddCC;
}
#topPageMain #bannerArea {
	float: right;
}
#topPageMain #bannerArea ul {
	width: 440px;
	display: block;
}
#topPageMain #bannerArea li {
	vertical-align: bottom;
}
#topPageMain #bannerArea li.bnrContactUs {
	margin-bottom: 10px;
}
#topPageMain #bannerArea li a {
	border: 1px solid #CCCCCC;
	display: block;
	width: 208px;
}
#topPageMain #bannerArea li a:hover {
	border: 1px solid #33CC99;
}
#topPageMain #bannerArea li a img {
	vertical-align: bottom;
}
