#Outline {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1024px;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#Header {
	position: fixed;
	top: 0; right: 0; left: 0;
	margin: 0 auto;
	max-width: 1024px;
	border-bottom: 2px solid rgba(76, 73, 72, 1);
	height: 70px;
	background-color: rgba(255, 255, 255, 0.9);
	background-position: 0 58px;
	box-sizing: border-box;
	z-index: 200;
}
#Header .button_area {
	position: absolute;
	top: 10px; left: 10px;
	margin: 0;
	width: 40px;
	height: 40px;
}
#Header .button_area a.switch {
	display: inline-block;
	margin: 0;
	width: 40px;
	height: 40px;
}
#Header .head_area {
	position: relative;
	margin: 20px auto;
	width: 120px;
	height: 30px;
}
#Header .head_area a.logo {
	display: inline-block;
	margin: 0;
	width: inherit;
	height: inherit;
}
#Header .head_area a.logo div {
	width: inherit;
	height: inherit;
	background: url(../../../../file/HGCommon/image/mainLogo.png) no-repeat center;
	background-size: 90px;
}

#Nav {
	position: fixed;
	top: 70px; left: 0; bottom: 0;
	margin: 0;
	max-width: 350px;
	z-index: 1000;
	overflow-y: auto; 
}
#Nav.relative {
	position: relative;
	top: 0;
	margin: 60px 0 -2px;
	max-width: 100%;
}
#Nav ul {
	display: none;
	position: relative;
	float: left;
	font-family: "WebFont";
	letter-spacing: 0.2em;
	list-style: none;
}
#Nav.relative ul {
	margin: 0 !important;
}
#Nav ul.main {
	margin: 0;
	width: 220px;	
}
#Nav.relative ul.main {
	width: auto;
}

#Nav ul.sub {
	margin: 0 0 0 150px;
	width: 200px;
}
#Nav.relative ul.sub {
	width: 60%;
}
#Nav ul a {
	display: block;
	border-top: 2px solid rgba(76, 73, 72, 1);
	padding: 7px 10px;
	height: auto;
	line-height: 18px;
	color: #000;
	background-color: rgba(239, 239, 239, 1);
	box-sizing: border-box;
	user-select: none;
}
#Nav ul a:first-child {
	border: none;
}
#Nav ul a:last-child {
	border-bottom: 2px solid rgba(76, 73, 72, 1);
}
#Nav ul a.sub {
	border-top: 2px solid rgba(76, 73, 72, 0.5);
	padding-left: 30px;
}
#Nav ul a span {
	display: block;
	margin: 0 0 0 20px;
	font-size: 0.8em;
}
#Nav ul a.sub span {
	margin-left: 0;
}
#Nav ul.sub a{
	background-color: rgba(220, 221, 221, 1);	
}
#Nav ul a:hover, #Nav ul a.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: rgba(220, 221, 221, 1);
}
#Nav ul.sub a:hover {
	background-color: rgba(200, 201, 201, 1);	
}
#Nav ul a.switch {
	background-color: rgba(76, 73, 72, 0.9);
	color: #FFF;
}
#Menu {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1024px;
	height: 60px;
	z-index: 2000;
	box-sizing: border-box;
	overflow: hidden;
/*
	perspective: 150;
		-moz-perspective: 150;
		-webkit-perspective: 150;
		-o-perspective: 150;
		-ms-perspective: 150;
*/
}
#Menu .logo div {
	position: relative;
	margin: 20px auto;
	width: 120px;
	height: 30px;
}
#Menu .wrap {
	position: absolute;
	top: 5px;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	height: 60px;
	text-align: right;
	box-sizing: border-box;
}
#Menu .wrap>a {
	display: inline-block;
	margin: 0;
	width: 50px;
	height: 50px;
	background-size: 40px 80px;
	background-repeat: no-repeat;
	background-position: top;
}
#Menu .wrap>a:hover {
/*
	transform: rotateY(-30deg);
		-moz-transform: rotateY(-30deg);
		-webkit-transform: rotateY(-30deg);
		-o-transform: rotateY(-30deg);
		-ms-transform: rotateY(-30deg);
	opacity: 1;
*/
}
#Menu .wrap>a.tel {
	display: none;
}
#Menu .wrap>a div {
	width: inherit;
	height: inherit;
	background-size: contain;
}
#Menu .wrap>a.home div {
	background-image: url(../../../../file/HGCommon/image/homeButton.png);
}
#Menu .wrap>a.about div {
	background-image: url(../../../../file/HGCommon/image/aboutButton.png);
}
#Menu .wrap>a.map div {
	background-image: url(../../../../file/HGCommon/image/mapButton.png);
}
#Menu .wrap>a.mail div {
	background-image: url(../../../../file/HGCommon/image/mailButton.png);
}
#Menu .wrap>a.tel div {
	background-image: url(../../../../file/HGCommon/image/mailButton.png);
}
#Menu .wrap>a.switch {
	position: absolute;
	top: 5px; left: 5px;
}
#Menu .wrap>a.switch div {
	width: inherit;
	height: inherit;
	background: url(../../../../file/HGCommon/image/menuButton.png) no-repeat top;
	background-position-x: left;
	background-size: contain;
	font-size: 15px;
	font-family: 'WebFont';
	color: rgba(76, 73, 72, 1);
	line-height: 40px;
	letter-spacing: 0.1em;
}
#Menu .wrap>a.switch.open div {
}

#Menu .wrap>.news {
	display: none;
	position: absolute;
	top: 0; right: 0;
	width: 100%;
}

.news {
	position: relative;
	padding: 0;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
}
.news:first-letter {
}
.news span {
	padding: 0 0 0 10px;
}
.news span.label {
	display: inline-block;
	margin: 0;
	border-left: 4px solid rgba(76, 73, 72, 1);
	padding: 0 10px;
	height: 40px;
	font-family: "WebFont";
	font-size: 1.1em;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}

#Contents {
	position: relative;
	margin: 70px 0 0;
	overflow: hidden;
}
#Contents h1 {
	position: relative;
	margin: 20px 0;
	border-left: 4px solid rgba(76, 73, 72, 1);
	padding: 0 0 0 10px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 1);
	font-size: 1.1em;
	overflow: hidden;
}
#Contents h1 .parent {
	padding: 0 10px 0 0;
}
#Contents h1 .current {
	padding: 0 0 0 10px;
}

#Footer {
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
	min-height: 60px;
	background: url(../../../../file/HGCommon/image/footerBg.png) repeat-x top;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
}
#Footer .menu {
	position: relative;
	margin: 10px auto 0 5px;
	width: auto;
}
#Footer .menu a {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	vertical-align: top;
	color: inherit;
}
#Footer .menu a div {
	display: inline-block;
	width: inherit;
	height: inherit;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: top;
}
#Footer .menu a.facebook div {
	background-image: url(../../../../file/HGCommon/image/facebookButton.png);
}
#Footer .menu a.twitter div {
	background-image: url(../../../../file/HGCommon/image/twitterButton.png);
}
#Footer .menu a.instagram div {
	background-image: url(../../../../file/HGCommon/image/instagramButton.png);
}
#Footer .menu a.contact {
	border: 2px solid rgba(76, 73, 72, 1);
	padding: 2px 5px 2px;
	width: auto;
	height: 30px;
	border-radius: 6px;
	font-size: 0.7em;
	line-height: 1.2em;
	box-sizing: border-box;
}
#Footer .copyRights {
	position: absolute;
	top: 0; right: 0;
	margin: 10px 5px 0 auto;
	width: auto;
	text-align: right;
	font-family: "WebFont";
	font-size: 1em;
	letter-spacing: 0.1em;
}
