@charset "UTF-8";
/* CSS Document */

#lowNavBox{
	position:relative;
	z-index:10;
	width:960px;
	height:170px;
	margin:0 auto;
	background:url(../images/bg_nav.png) no-repeat;
}

.lowBox{
	position: relative;
	margin-top:-50px;
	padding-top:60px;
}

.lowBox h1{
	position:absolute;
	right:75px;
	top:30px;
	z-index:20;
}

.infoTxt{
	font-weight:bold;
	margin-bottom:15px;
	font-size:17px
}

.infoTxt dd{
	padding-left:1.5em;
}

.infoTbl{
	font-size:17px;
	border-collapse:collapse;
	width:100%;
	text-align:left;
}

th.area{
	padding-top:15px;
	color:#E8007E;
	font-size:20px;
}

.radius{
	background:#FFF;
	padding:25px 50px;
	border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -ms-border-radius:10px;
}

.newsBox{
	margin-bottom:35px;
}

.newsBox h3{
	line-height:1.3;
	text-align:center;
	font-size:30px;
	color:#E9007E;
	margin-bottom:20px;
}

.area01{
	color: #666666;
}
