@charset "UTF-8";

/*=========================================

	印刷時　差異の吸収用

===========================================*/

/*　ヘッダが繰り返されるのを回避　*/
#container_inner{
	background : url(../../images/img_container_bg_gradation.gif) top left no-repeat;
	background-image:none;
}


#site_id{
	background : url(../../images/img_container_bg_gradation.gif) top left no-repeat;
}

/*　見出し要素等、高さが無くなるのを回避　*/

.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:275px;
	height:33px;
}



/*　左メニュー、高さが無くなるのを回避　*/
#local_menu ul{
	height: auto;
}
#local_menu dl
{
	height: auto;
}
#container #sub-content-index_container .sub-content-index h3 a{
	font-weight:bold;
	color:#666666;
	background:url(../../images/sub_content_index_h3.gif) no-repeat left top;
	display:block;
	padding: 11px 0px 8px 13px;
	height:33px;
}
#local_menu dl dt,
#local_menu ul li
{
	height:20px;
}
#local_menu dl dd
{
	height:20px;
}

/*　フッタが、2ページ目以降で上付きになるのを回避　*/
#foot{
	float:left;
}



/*=========================================

	印刷時　体裁の変更

===========================================*/

/*　背景を非表示　*/
body{
	background-image:none;
}
#wrapper{
	background-image:none;
}
body #wrapper #container{
	background-image:none;
width:771px;
margin: 0px auto;
}
#container_inner{
	padding:0px;
}
.section {
	margin: 0px;
	padding:0px;
}





/* ◆◆◆ フッタ ◆◆◆ */

#foot{
	background:url(../../images/img_foot.gif) no-repeat;
	text-align:center;
	width:771px;
	height: 45px;
	margin: 0px 0px 0px -12px;
	padding:0px;
	margin: 0px auto;
}



/*=======================
	ボックス
=======================*/

.box01 {
	margin: 0px 20px 10px 0px;
	width: 533px;
	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: 16px 0px 13px 43px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../../images/box01_head.gif) no-repeat right top;
	line-height: 1.2em;
	text-align: left;
	font-size: 110%;
	height:20px;
page-break-after: avoid; 
}


.box01 dd {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 18px 25px;
	line-height: 1.5em;
}
