@import url(cmn.css);
@import url(base.css);

/*---------------------------- ƒwƒbƒ_ --------------------------------*/
#header{
	height: 208px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../flow/images/header.jpg);
	padding-top: 27px;
	background-color: #000000;
}

#header h2 {
	height: 80px;
	width: 469px;
	background-image: url(../flow/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='../flow/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;
	
}

/*----------------------------  --------------------------------*/


.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;
}

