#pagetitle {
	width: 900px;
	height: 43px;
	background: url(../images/gm_txt_pagetitle.png) no-repeat center top;
	background-size: 600px 43px;
}

#submenu {
	position: relative;
	height: 51px;
	margin: 77px 0 25px;
	background: url(../images/common_submenu_bar.png) no-repeat center top;
	background-size: 900px 36px;
}

.submenu-item {
	display: block;
	width: 180px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	background: url(../images/common_submenu_separate.png) no-repeat right center;
	background-size: 2px 36px;
	float: left;
}

.submenu-item.end-item {
	background: none;
}

#submenu a {
	color: #fff;
}

#submenu-nowpos {
	position: absolute;
	top: 36px;
	left: 613px;
	width: 32px;
	height: 15px;
	background: url(../images/common_submenu_position.png) no-repeat;
	background-size: 32px 15px;
}

#contentsbody {
	padding-bottom: 70px;
}

#nooble-negitori {
	background: url(../images/gm_noodle_pht_negitori.png) no-repeat center top;
	background-size: 272px 188px;
}

#nooble-gyuu {
	background: url(../images/gm_noodle_pht_wafugyu.png) no-repeat center top;
	background-size: 272px 188px;
}

#nooble-wakame {
	background: url(../images/gm_noodle_pht_narutowakame.png) no-repeat center top;
	background-size: 272px 188px;
}

#nooble-wafu {
	background: url(../images/gm_noodle_pht_wafu.png) no-repeat center top;
	background-size: 272px 188px;
}

#nooble-wafugyu {
	background: url(../images/gm_noodle_pht_wafugyu.png) no-repeat center top;
	background-size: 272px 188px;
}

#nooble-chige {
	background: url(../images/gm_noodle_pht_chige.png) no-repeat center top;
	background-size: 272px 188px;
}

.limited_link {
	padding-top: 70px;
	margin-bottom: 30px;
}
.limited_link a {
	width: 100%;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	display: block;
	text-align: center;
}
.limited_link a:link,
.limited_link a:visited {
	color: #d84b00;
	text-decoration: none;
	border: 3px solid #d84b00;
}
.limited_link a:hover,
.limited_link a:active {
	color: #fff;
	text-decoration: none;
	background-color: #d84b00;
	border: 3px solid #d84b00;
}