@charset "UTF-8";

@import url(common.css);


h2 {
	margin-bottom: 10px;
}


/* Topics */
/* ----------*----------*----------*----------*----------*----------*----------*----------* */

#topics {
	margin-bottom: 20px;
}
#topics h2 {
	background:   url("../images/index/t-topics.gif") no-repeat left top;
	height: 25px;
	color: #FFF;
	padding-left: 70px;
}
#topics h2 span {
	display: block;
	padding-top: 3px;
}


/* Bnr */
/* ----------*----------*----------*----------*----------*----------*----------*----------* */

#bnr {
	width: 670px;
	float: left;
}
#bnr img { vertical-align: bottom;}
#bnr li {	margin-bottom: 20px;}


/* Business */
/* ----------*----------*----------*----------*----------*----------*----------*----------* */

#business {
	width: 220px;
	float: right;
}
#business .bnr {
	margin-bottom: 20px;
}
#business h2 {
	background:   url("../images/index/t-bg.gif") no-repeat left top;
	height: 25px;
	color: #FFF;
	padding-left: 70px;
}
#business h2 span {
	display: block;
	padding-top: 3px;
}
#business h3,
#business p {
	font-size: 85%;
}
#business h3 {
	margin-bottom: 3px;
	background:    url("../images/common/p-ar-on.gif") no-repeat left center;
	padding-left: 14px;
}
#business h3 a {
	text-decoration: none;
	color: #C00;
}
#business .ebox {
	margin-bottom: 10px;
}
#business .ebox p {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#business .la {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

