@charset "utf-8";
/* CSS Document */

html{
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y:scroll;
}

#header{
	border-top:3px solid #333;
	font-size:0px;
	zoom:1;
}

#header *{
	zoom:1;
}

#header .wrap01{
	width:950px;
	height:74px;
	position:relative;
	margin:0px auto;
}

#header .wrap01 h1 a{
	overflow:visible;
	text-indent:0px;
}

#header .wrap01 .logo{
	position:absolute;
	left:8px;
	top:21px;
}

#header .wrap01 #gnavi{
	position:absolute;
	left:281px;
	top:30px;
	background:url(/images/gnavi_bg_01.png) no-repeat;
}

#header .wrap01 #gnavi li{
	float:left;
}

#header .wrap01 #gnavi li a:hover img{
}

#header .wrap01 .subnavi{
	position:absolute;
	left:767px;
	top:24px;
}

#header .wrap01 .subnavi li{
	margin-right:5px;
	float:left;
}

#footer{
	background:url(/images/footer_bg_01.png) repeat-x bottom;
	font-size:0px;
	zoom:1;
}

#footer *{
	zoom:1;
}

#footer .gotop{
	width:950px;
	margin:20px auto -1px;
	text-align:right;
}


#footer .wrap01{
	width:950px;
	height:78px;
	margin:0px auto;
	position:relative;
}

#footer .wrap01 ul{
	position:absolute;
	left:0px;
	top:9px;
}

#footer .wrap01 ul li{
	float:left;
}

#footer .wrap01 .copy small{
	position:absolute;
	left:0px;
	top:34px;
	line-height:1.5em;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	letter-spacing:normal;
}

#content{
	width:920px;
	background:#fff;
	padding:15px;
	margin:auto;
}

#bread{
	width:950px;
	margin:auto;
}

#bread ul li{
	float:left;
	height:30px;
	line-height:30px;
	list-style:none;
	padding-left:9px;
	background:url(/images/bread_bg_01.png) no-repeat 3px 50%;
	font-size:10px;
}

#bread ul li.home{
	background:none;
	padding-left:0px;
}

#sidebar{
	width:200px;
	float:right;
}

#sidebar img{
	vertical-align:bottom;
}

#sidebar .header{
	width:auto;
	height:auto;
	background:none;
}

#sidebar ul li {
	margin-bottom:1px;
	zoom:1;
}

#sidebar ul li a{
	display:block;
	padding:7px 10px 7px 20px;
	background:#eee url(/news/img/sidebar_arrow_02.png) no-repeat 10px 50%;;
	color:#111;
	line-height:1.4em;
	zoom:1;
}

#sidebar ul li a:hover{
	background-color:#e7e7e7;
}

#sidebar ul li a.current{
	background-image:url(/news/img/sidebar_arrow_01.png);
}

#content .main{
	width:680px;
	padding-left:10px;
}

#content .main .heading{
	margin-left:-10px;
}



