@charset "UTF-8";

@import url(/css/reset.css);
@import url(/css/font.css);
@import url(/css/base.css);
@import url(/css/globalParts.css);

#globalHeader {
	border-bottom:none;
}

#wrapper table{
	width:960px;
}

#wrapper table td{
	vertical-align:top;
}

#wrapper table td#txtArea{
	background:url(../images/index/bg_top.gif) 0 0 no-repeat;
	height:400px;
	width:560px;
}

h2{
	margin:25px 0 15px 30px;
}

#h3Top{
	margin:0 0 10px 50px;
	color:#737364;
	font-size:14px;
	line-height:1.7;
}

#h3Btm{
	margin:0 0 0 80px;
	color:#737364;
	font-size:14px;
	line-height:1.7;
}

#btmArea{
	background:url(../images/index/bg_btm.gif) 0 0 no-repeat;
	width:960px;
	height:286px;
}

#nav{
	margin-top:12px;
	padding-left:18px;
}

#nav ul{
	width:276px;
	margin-left:24px;
	float:left;
	display:inline;
}

#nav li{
	display:inline;
}

#navInner{
	width:900px;
}


