* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #666;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
body {
	background-color: #FFF;
	text-align: center;
}
a:link {
	color:#999;
}
a:hover {
	color:#CCC;
}
a:visited {
	color:#999;
}
a:active {
	color:#CCC;
}
#stage {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#headerArea {
	clear: both;
	width: 980px;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	margin-bottom: 15px;
}
#headerArea h1 {
	height: 45px;
	width: 320px;
	background-image: url(../images/dbc_logo.gif);
	text-indent: -9999px;
	display: block;
	float: left;
}
#headerArea .naviArea li {
	list-style-type: none;
	float: left;
}
#stage #headerArea .naviArea {
	width: 241px;/* 603px; */
	display: block;
	float: right;
	height: 45px;
}

#bodyArea {
	clear: both;
	width: 980px;
	/* min-height:600px; */
}
#leftBox {
	width: 200px;
	float: left;
}
#leftBox h2 {
	margin-bottom: 10px;
}
#leftBox .subNaviArea {
	list-style-type: none;
}
#leftBox .subNaviArea a {
	background-color:#fcfaf5;
	display: block;
	padding: 2px;
	font-size: 12px;
	line-height: 17px;
	color: #b09d60;
        text-align: left;
        letter-spacing: 0.5em;

}
#leftBox .subNaviArea a.sn1 {
	background-color: #EDEDED;
}
#leftBox .subNaviArea a.sn2 {
	background-color: #F7F7F7;
}
#leftBox .subNaviArea a:hover {
	background-color:#CCC;
}
/* .rightBox {
	float: right;
	width: 730px;
} */
.rightBox .section {
	margin-bottom: 40px;
	clear: both;
}

.rightBox h3 {
	margin-bottom: 20px;
}
.rightBox h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
.rightBox p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.Box{
	padding: 40px 0 0 0;
}
.Box h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
.Box p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.Box .desc {
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EDEDED;
}

#pageTop {
	clear: both;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: right;
}

#footerArea {
	background-color: #999;
	clear: both;
	width: 980px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#footerArea p {
	color: #FFF;
}
#footerArea p a {
	color: #FFF;
}
p.center {
	text-align: center;
}
