html {
	height: 100%;
	overflow: visible;
}
body {
	height: 100%;
	overflow-y: scroll;
	text-align:center;
	margin-top:0px;
}

/* firefox用ハック追加(mainを画面中央に表示する) */
*>#main {
	margin-left:auto;
	margin-right:auto;
}

#menu {
	/height: 255px;
	min-height:255px;
	max-height:100%;
	width: 100%;
	text-align: center;
	top: 0;
	background: #fff;
}

.menubg {
	background-image: url(/crsv/themes/hp/hp_template_r21/img/27/head_02.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.menubg2 {
	background-image: url(/crsv/themes/hp/hp_template_r21/img/27/menu.jpg);
}
.linel {
	background-image: url(/crsv/themes/hp/hp_template_r21/img/27/frame_02.jpg);
}
.liner {
	background-image: url(/crsv/themes/hp/hp_template_r21/img/27/frame_03.jpg);
}
