/***************************************
 * header.css
 ***************************************/

/* [#header] /////////////////////////*/
#header h1 {
	height: 30px;
	padding-left: 5px;
	font-size: 10px;
	color: #4B5A59;
	background: #C1CCCB;
}
#header p {
	height: 150px;
	background: url(../image/head/head_bg.jpg) no-repeat;
}
#header p a {
	display: block;
	height: 56px;
	padding: 47px 0 47px 25px;
}
#header h2 {
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 5px;
	background: url(../image/head/head_t.gif) no-repeat;
}

