@import url(cmn.css);
@import url(base.css);

/*---------------------------- wb_ --------------------------------*/
#header{
	height: 208px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../access/images/header.jpg);
	padding-top: 27px;
	background-color: #000000;
}

#header h2 {
	height: 80px;
	width: 469px;
	background-image: url(../access/images/head_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 22px;
	margin-left: 481px;
	clear: left;

}

* html #header h2{
	background-image: url(../cmn_images/spacer.gif);
	background-repeat: repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../access/images/head_title.png');
}

#header h2 a{
	display: block;
	text-decoration:none;
	text-indent: -9999px;
	outline:none;
	height: 80px;
	width: 469px;
	clear: left;
	position: relative;
	
}

#btn{
	margin-bottom: 25px;
}
#btn a{
	display: block;
	width: 338px;
	height: 42px;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
}
#btn #a01{
	background: url(../access/images/01.gif) 0 0 no-repeat;
}
#btn #a02{
	background: url(../access/images/02.gif) 0 0 no-repeat;
}
#btn a:hover{
	background-position: 0 100%!important;
}
/*---------------------------- ύX --------------------------------*/
#bt{
	margin-bottom: 25px;
}
#bt a{
	display: block;
	width: 225px;
	height: 42px;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
}
#bt #a01{
	background: url(../access/images/honbu.gif) 0 0 no-repeat;
}
#bt #a02{
	background: url(../access/images/hoshi.gif) 0 0 no-repeat;
}
#bt #a03{
	background: url(../access/images/gokiso.gif) 0 0 no-repeat;
}
#bt a:hover{
	background-position: 0 100%!important;
}




/*----------------------------  --------------------------------*/


.hr01{
	background-image: url(../flow/images/hr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

