@charset "utf-8";
/* CSS Document */

/*　ヘッダー　*/
#header {
	width: 900px;
	height: 64px;
	display: block;
	background: url(../common/head/bg2.jpg) no-repeat left top;
}

/* H1 */
a h1{
	display:block;
	width: 503px;
	height: 64px;
	background: url(../common/head/h1_2.jpg) no-repeat left top;
	float:left;
	margin: 0;
	}
a h1 span{
	display: none;
	visibility: hidden;
}

/* read */

p.read{
	width: 234px;
	height: 64px;
	background: url(../common/head/read_2.jpg) no-repeat left top;
	float: left;
}
p.read span{
	display:none;
}


/* toTop */
a.toTOP{
	display: block;
 	background:url(../common/head/head003.jpg) no-repeat left top;
	width: 59px;
	height: 13px;
	margin-top: 43px;
	float: left;
	}
a.toTOP:hover{
 	background:url(../common/head/head003_r.jpg) no-repeat left top;
	}
a.toTOP span{
	display: none;
	visibility: hidden;
}

/* toBlog */
a.toBLOG{
	display: block;
	background: url(../common/head/to_blog.jpg) no-repeat left top;
	width: 163px;
	height: 64px;
	float:right;
	}

a.toBLOG span{
	display: none;
	visibility: hidden;
}
