@charset "utf-8";
/* CSS Document */

/* --- Body Area --- */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #918e5d;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka, sans-serif; 
	/*font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	background: #faf9e9 url(../../img/bace/headerBg.jpg) repeat-x;
}

p {
	line-height: 180%;
}

/* --- Link --- */
a:link { color: #336699; }
a:visited { color: #386992; }
a:hover { color: #79a7cc; }
a:active { color: #00c0c0; }

/* --- container --- */
#container {
	width: 1030px;
	margin: 0 auto;
}

/* --- Header Area --- */
#header {
	height: 70px;
	margin-bottom: 22px;
}

#headerTitle {
	width: 275px;
	float: left;
}

#headerLead {
	width: 755px;
	height: 52px;
	float: right;
	text-align:right;
}

#headerLead h1 {
	padding: 15px 11px 0;
	font-size: 10px;
}

#headerMenu {
	width: 755px;
	height: 18px;
	float: right;
}

ul.menuList {
	list-style-type: none;
}
ul.menuList li {
	padding-right: 11px;
	float: right;
}

/* --- gNavi Area --- */

#gNavi {
	width: 1030px;
	height: 58px;
	margin: 0 0 25px 0;
	background: #faf9e9 url(../../img/bace/gNaviBg.jpg);
}

#globalnavi {
	width: 1030px;
	margin-left: 15px;
}
ul#globalnavi {
	list-style-type: none;
}
ul#globalnavi li {
	float: left;
}


/* --- Contents Area --- */

#contents {
	width: 1030px;
	margin: 0;
	padding: 0;
}



/* --- contents_right Area --- */

#contentsRight .rightGooglead {
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#downloadBox {
	background: #ffffff url(../../img/bace/right/contentMenu/downloadBg.gif) repeat-y;
}
#downloadBox .title {
	margin: 20px 0;
}
#downloadBox .item {
	padding: 10px 0;
}
#downloadBox .ad {
	width: 234px;
	margin: 0 auto;
}
#downloadBox .chuui {
	padding-top: 5px;
}

#rightAdBox {
	margin: 25px 0;
	background: #ffffff url(../../img/bace/right/contentMenu/downloadBg.gif) repeat-y;
}
#rightAdBox .title {
}
#rightAdBox .adBanner {
	width: 235px;
	margin: 0 auto;
}
#rightAdBox .adBanner ul li {
	margin: 15px 0;
}

#rightAdBox .end {
}



/* --- Footer Area --- */

#footerNavi {
	padding-top: 50px;
	clear: both;
}
#footerNavi .home {
	width:120px;
	float: left;
}
#footerNavi .map {
	width:120px;
	float: left;
}
#footerNavi .ad {
	width: 670px;
	height: 100px;
	float: left;
	background:url(../../img/bace/footerNaviAd.jpg) no-repeat top;
}
#footerNavi .ad ul {
	padding: 15px 50px;
}
#footerNavi .ad li {
	font-size: 12px;
	line-height: 180%;
}


#footerNavi .pagetop {
	width:120px;
	float: left;
}

#footer {
	height: 150px;
	clear: both;
	padding: 30px 0 0;
	font-size: 80%;
	color: #ffffff;
	background-color: #92642d;
}

#footerBox {
	width: 1030px;
	margin: 0 auto;
}

#footer a {
	color: #ffffff;
}

ul.footerMenu {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}
ul.footerMenu li {
	padding: 0 5px 0 10px;
	background: url(../../img/bace/menuline_foot.gif) no-repeat left center;
	display: inline;
}
ul.footerMenu li.first {
	background-image: none;
}

#footer address {
	margin: 10px 0 20px;
	padding-left: 10px;
	font-style: normal;
}


/* Clears */
.clearLeft {
clear: left;
width: 100%;
}
.clearRight {
clear: right;
width: 100%;
}
.clearBoth {
clear: both;
width: 100%;
}

/* clearfix */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

