@charset "utf-8";
/* CSS Document */

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #666666;
	background: #f8f8f8;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka, sans-serif; 
	/*font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
}

/* --- 全体のリンクテキスト --- */
a:link { color: #568fab; }
a:visited { color: #568fab; }
a:hover { color: #72b1cf; }
a:active { color: #72b1cf; }

/* --- コンテナ --- */
#container {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	background: #ffffff;
}

/* --- ヘッダー --- */
#header {
	width: 880px;
	height: 90px;
	background: #ffffff url(../../image/bace/headerBg.gif) no-repeat top;
}

#headerLeft {
	width: 201px;
	height: 90px;
	float: left;
}

#logo {
	margin-top: 34px;
}

#headerRight {
	width: 679px;
	height: 90px;
	float: right;
}

#headerRight h1 {
	margin: 14px 50px 0 0;
	font-size: 80%;
	text-align: right;
}

/* --- サイドメニュー --- */


/* --- フッター --- */

#footerMenu {
	background: #ffffff url(../../image/bace/footerMenuCenter.gif) repeat-y;
}

#footerMenu .barTop {
	padding-bottom: 5px;
}

#footerMenu .menu {
	width: 220px;
	float: left;
}

#footerMenu .menu ul {
	margin-left: 15px;
	line-height: 140%;
}

#footerMenu .menu ul li.infoBtn {
	padding: 0 0 3px 22px;
	font-weight: bold;
	background: url(../../image/bace/footerMenuInfo.gif) no-repeat 0 50%;
}

#footerMenu .menu ul li.infoBtn a {
	color: #666666;
	text-decoration: none;
}

#footerMenu .menu ul li.aboutBtn {
	padding: 0 0 3px 22px;
	font-weight: bold;
	background: url(../../image/bace/footerMenuAbout.gif) no-repeat 0 50%;
}

#footerMenu .menu ul li.aboutBtn a {
	color: #666666;
	text-decoration: none;
}

#footerMenu .menu ul li.searchBtn {
	padding: 0 0 3px 22px;
	font-weight: bold;
	background: url(../../image/bace/footerMenuSearch.gif) no-repeat 0 50%;
}

#footerMenu .menu ul li.searchBtn a {
	color: #666666;
	text-decoration: none;
}

#footerMenu .menu ul li.guideBtn {
	padding: 0 0 3px 22px;
	font-weight: bold;
	background: url(../../image/bace/footerMenuGuide.gif) no-repeat 0 50%;
}

#footerMenu .menu ul li.guideBtn a {
	color: #666666;
	text-decoration: none;
}

#footerMenu .menu ul li {
	font-size: 80%;
	line-height: 150%;
}

#footerMenu .barBottom {
	padding-top: 10px;
}

p.footerLead {
	padding: 25px 0;
	line-height: 150%;
	font-size: 80%;
}


#footer {
	width: 900px;
	margin: 0 auto;
	color: #316c90;
	background: #90c0d6 url(../../image/bace/footerBg.gif) repeat-x top;
}

#footer address {
	padding: 20px 0 10px;
	font-size: 80%;
	font-style: normal;
	text-align: center;
}

#footer address a {
	color: #316c90;
}

#footer .partner {
	padding: 0 10px 40px;
	font-size: 80%;
}

#footer .partner ul li {
	padding-right: 15px;
	float: left;
}

#footer .partner a {
	color: #316c90;
}


/* --- clearfix --- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

.clearfix {
	overflow:hidden;
} /* Dw表示用 */ 

/* --- clear --- */
.clearLeft {
clear: left;
width: 100%;
}
.clearRight {
clear: right;
width: 100%;
}
.clearBoth {
clear: both;
width: 100%;
}
