@charset "shift_jis";

/* 背景、デフォルトカラー */

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 100%;
}


/* レイアウト */

#container {
	width:  741px;
	margin: 0 0 0 9px;
}


/* ヘッダ */

#header {
	width: 741px;
}


/* ヘッダ　検索フィールド */

.search_field {
	width: 138px;
	height: 12px;
	margin-right: 3px;
	font-size: 12px;
}


/* コンテンツ下ナビゲーション */

#bottom_navi {
	margin-top: 21px;
	margin-bottom: 14px;
	font-size: 0.6em;
	line-height: normal;
}

#bottom_navi td {
	padding-right: 2em;
	font-family: sans-serif;
}


/* フッタ */

p#footer {
	width: 750px;
	border-top: 2px solid #0260B9;
	padding: 1em 0;
	font-family: sans-serif;
	text-align: right;
}


/* 文字サイズ切り替えスイッチ */

#font_switch .btn_s {
	display: block;
	width: 19px;
	height: 17px;
	margin-right: 2px;
	background-image: url(../images/btn_font_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_switch .btn_m {
	display: block;
	width: 19px;
	height: 17px;
	margin-right: 2px;
	background-image: url(../images/btn_font_02_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_switch .btn_l {
	display: block;
	width: 19px;
	height: 17px;
	background-image: url(../images/btn_font_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_switch .btn_s span,
#font_switch .btn_m span,
#font_switch .btn_l span {
	display: none;
}


/* パンくず */

#topicpath {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #2A2A2A;
	font-family: sans-serif;
	font-size: 0.6em;
	line-height: normal;
}


/* コンテンツレイアウト */

#tb_contents {
	width: 741px;
}

#td_navi {
	width: 174px;
}

#td_space01 {
	width: 15px;
}

#td_space02 {
	width: 24px;
}

#td_main01 {
	width: 567px;
}

#td_main02 {
	width: 552px;
}

#td_main03 {
	width: 741px;
}

#td_main04 {
	width: 717px;
}


