@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
全ページ共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body {
	font-size: 11px;
}
#wrap {
	margin: auto;
	padding: auto;
	width: auto;
}
#home #wrap {
	width: 900px;
}
#sitemap #wrap {
	width: 900px;
}
#sitemap .sitemap,
#sitemap .sitemap .map_up,
#sitemap .sitemap .map_aboutus {
	background: none;
}

/* ヘッダー */
#header {
	width: auto;
}
#globalnav {
	overflow: hidden;
	display: none;
}

/* フッター */
#footer {
	margin: auto;
	width: auto;
}
#footer .footnav2,
#footer .footnav3 {
	display: none;
}
#footer .copyright {
	width: auto;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンテンツエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#contents {}

/* テキストページ */
.txt_main {
	width: 70%;
}
.txt_tit {
	width: 70%;
}
.txt_side {
	width: 25%;
}
.cont_1col {
	width: 70%;
}
.cont_1col .txt_main {
	width: 100%;
}
.cont_1col .txt_tit {
	width: 100%;
}
.cont_2col .txt_tit {
	width: 100%;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
文字装飾
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 傍点 */
.boten {
	background: url(../img/txt/boten_p.gif) repeat-x left top;
}

