@charset "shift_jis";

/* 背景、デフォルトカラー */

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12pt;
}


/* コンテンツ背景 */

#container {
	width: 100%;
}


/* ヘッダ */

#header {
	display: none;
}

#header_top {
	width: 541px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 18px;
}

/* ナビゲーション・エリア */

#navi_area {
	display: none;
}

/* ナビとコンテンツの余白 */

.top_space {
	display: none;
}


/* コンテンツ・エリア */

#contents_area {
	padding-bottom: 0;
}


/* パンくずリスト、最下部グローバルナビゲーション */

#top_area,
#bottom_navi {
	display: none;
}



/* ページの先頭へ戻る */

p.pagetop,
p.pagetop2,
p.listtop {
	display: none;
}


/* リスト */

ol li {
	margin-left: 24px;
}


/* 用語集 */

.vocabulary_tb {
	display: none;
}


.no_print {
	display: none;
}

