@charset "UTF-8";

/*=========================================

	印刷時　差異の吸収用

===========================================*/

/*　ヘッダが繰り返されるのを回避　*/
#container_inner{
	background-image:none;
}

/*　見出し要素等、高さが無くなるのを回避　*/

.section H2,
.section H3,
.section H4,
.section H5{
	height:30px;
	width:auto;
}


/*　コンテンツトップの見出し要素等、高さが無くなるのを回避　*/

#container #sub-content-index_container .sub-content-index h3,
#container #sub-content-index_container .sub-content-index h4,
#container #sub-content-index_container .sub-content-index h5{
	padding: 0px 0px 8px 0px;
	_padding: 0px 0px 0px 0px;
	width:575px;
	height:33px;
}



/*　左メニュー、高さが無くなるのを回避　*/
#local_menu {
	float:left;
}



/*　フッタが、2ページ目以降で上付きになるのを回避　*/
#foot{
/* 	float:left; */
	float: center;
}

/* テーブル途中での改ページの禁止 */
TABLE { page-break-inside: avoid; }



/*=========================================

	印刷時　体裁の変更

===========================================*/

/*　背景を非表示＋IE6_IE7印刷用　*/
body,body#subpage {
	background-image:none;
	*zoom:70%;/* for WinIE7 */
	_zoom:70%;/* for WinIE6 */
}


body #wrapper #container{
margin: 0px auto;
}
#container_inner{
	padding:0px;
}
.section {
	margin: 0px;
	padding: 0px;
	float:left;
}

#glo_menu {
	width: 835px;
}



/* ◆◆◆ フッタ ◆◆◆ */

#foot{
	background:url(../images/img_foot_bg.gif) repeat-x;
	text-align:center;
	width: 800px;
	height: 128px;
	margin-left:auto;
	margin-right:auto;
}

#sub_foot{
	width: 800px;
}


/*=======================
	ボックス
=======================*/

.box01 {
	margin: 0px 20px 10px -10px;
	width: 600px;
	background: url(../images/box01_bg.gif) repeat-y right bottom;
	padding:0px;
	clear:both;
	text-align: left;
}
.box01 dt {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 13px 33px;
	font-weight: bold;
	color: #176209;
	background: url(../images/box01_head.gif) no-repeat right top;
	line-height: 1.2em;
	text-align: left;
	font-size: 125%;
	height:20px;
page-break-after: avoid; 
}


.box01 dd {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 18px 25px;
	line-height: 1.5em;
}
