@charset "UTF-8";

/*=========================================

	印刷時　差異の吸収用

===========================================*/

/*　ヘッダが繰り返されるのを回避　*/
#container{
	background-image:none;
}

#container_inner{
	background-image:none;
}

#container #container_inner #site_id{
	background : url(../../images/img_container_bg.jpg) top left no-repeat;
	width: 820px;
	height: 81px;
}

#site_id #summary {
	height: 12px;
	font-size:9px;
}

#site_id img{
	margin: 3px 0 0 0;
}


/*　見出し要素等、高さが無くなるのを回避　*/

.section H2,
.section H3,
.section H4,
.section H5{
	height:30px;
	width:auto;
}



/*　左メニュー、高さが無くなるのを回避　*/
#local_menu ul{
	height: auto;
}
#local_menu dl
{
	height: auto;
}
#local_menu ul li a{
	background:url(../../images/local_menu_a.gif) no-repeat left top;
	padding: 0px 16px 8px 16px;
	margin: 0 0 0 16px;
	height:10px;
}
#local_menu dl dt,
#local_menu ul li
{
	height:10px;
	padding: 4px 0px 8px 0px;
}
#local_menu dl dd
{
	height:10px;
}

#local_menu .list_end {
	background: no-repeat bottom left url(../../images/local_menu_li_end.gif);
	margin: 0px 0px -10px 0px;	
	padding : 0px 0px 14px 0px;
	display:block;
	color:#4f4f4f;
	font-weight: normal;
	height:20px;
}


/* ◆◆◆ コンテンツ背景の繰り返しを回避 ◆◆◆ */

body {
	background-image:none;
}

#wrapper{
	background: repeat-y center url(../../images/img_wrapper_bg.gif);
	background-image:none;
}

#container{
/* 	background-image:none; */
	background: url(../../images/img_body_head_bg.gif) top left repeat-x;
}

#container_inner{
	background-image:none;
}


/* ◆◆◆ グローバルメニュー ◆◆◆ */

/* 
#glo_menu { 
	border: 1px #222222 solid;
	margin: -3px 0 0 0;
	display:none;
 	background-image:none;
}

#menu_btn_01 {
	display:none;
}

#menu_btn_02 {
	display:none;
}

#menu_btn_03 {
	display:none;
}

#menu_btn_04 {
	display:none;
}

#menu_btn_05 {
	display:none;
}

#menu_btn_06 {
	display:none;
}
 */


/* ◆◆◆ 本文 ◆◆◆ */

h1.h1_01{
	margin: -3px 0 0 0;
}

img#top_image{
	margin: -3px 0 0 0;
}

#container{
	background-image:none;
}
#container #container_inner{
	background-image:none;
}

.section #sub-content-index_container{
	float:right;
	display: block;
}


/* ◆◆◆ 左メニュー ◆◆◆ */

#local_menu{
	float:left;
	display: block;
}



/* ◆◆◆ フッタ ◆◆◆ */

#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;
}


#foot{
	clear: both;
	float:clear;
	display: block;
	height: 150px;
	margin: 48px 0 0 0;
}







