@charset "utf-8";

/* 
=====================================================
   index.html
=====================================================
*/

#index #content {
	line-height: 1.5;
}

#index #content #bnr {
	width: 500px;
	margin: 280px 0 60px 215px;
}

#index #content #bnr img {
	float: left;
	left: 0;
    position: relative;
	margin-right: 20px;
}

#index #content #bnr img.sp {
	margin-right: 10px;
}

#index #content #info {
	margin: 22px auto 0;
	width: 900px;
}

#index #content #info .floatL {
	width: 470px;
}

#index #content #info .floatL p {
	margin-right: 10px;
}

#index #content #info #topics {
	float: right;
	background: url("../img/topicsBg.jpg") repeat-x;
	width: 378px;
	height: 150px;
}

#index #content #info #topics h2 {
	margin: 5px 9px 5px;
	padding-left: 10px;
	background: url("../common/img/contentArrow01.gif") left center no-repeat;
	font-weight: bold;
}

#index #content #info #topics dl {
	margin: 0 8px;
	padding: 10px 0;
	width: 363px;
	background: url("../img/topicsLine.gif") left top repeat-x;
}

#index #content #info #topics dl dt {
	float: left;
	clear: both;
	width: 60px;
	margin-bottom: 3px;
	text-align: left;
}

#index #content #info #topics dl dd {
	margin-left: 70px;
	margin-bottom: 3px;
	text-align: left;
}

#index #content #info #topics .moreinfo {
	margin: 0 10px 0;
	padding-left: 10px;
	background: url("../common/img/contentArrow01.gif") left center no-repeat;
	font-size: 10px;
}