@charset "utf-8";

/* main css */



#mainBack {
	background:url(img/main_img1.jpg) repeat-x scroll center bottom transparent;
}

#mainImg {
	margin:0 auto;
	text-align:left;
	width:900px;
	height:300px;	
}



h2 {
	background: url(img/top_h2.jpg) no-repeat bottom transparent;
	width:598px;
	height:24px;
	text-indent:-9999px;
	border:1px solid #CCC;
}

h3 {
	background: url(img/top_h3.jpg) no-repeat bottom transparent;
	width:598px;
	height:24px;
	text-indent:-9999px;
	border:1px solid #CCC;
}

#leftBox {
	margin-top:10px;
	margin-right: 5;
	float:left;
	width: 600px;
}

#infoList {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:1.3em;
	padding-top:10px;
	
}
	#infoList li{
		margin-bottom:10px;
		margin-left:10px;
	}
	
	#leftBox .list{
		text-align:right;
		margin: 5px 10px;
		
	}

#rightBox {
	float:right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 230px;
}

#subMenu {
	bottom: 0;
	margin: 0 auto;
	width: 230px;
}
	#subMenu li {
		width: 230px;
		height: 24px;
		text-indent:-9999px;
	}


#rightBanner {
	bottom: 0;
	margin: 0 auto;
	margin-top:10px;
	width: 240px;
}
	#rightBanner li {
		width: 240px;
		height: 77px;
		text-indent:-9999px;
	}

