@charset "utf-8";

/* CSS Document */

#header2 {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 1000px;
	overflow: auto;
	background-image: url(../fix_img/header_bg02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	background-position: center top;
	visibility: visible;
	position: relative;
}


#header-menu {
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 80px;
}


#blog-link {
	position: absolute;
	left: 862px;
	top: 81px;
}

/* コンテンツ内（各ページ）のヘッダー */

#content-header {
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 100%;
	position: relative;
	visibility: visible;
}


/*　バックボタン　*/

.hist-back {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	height: 30px;
	width: 60px;
}