html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Meiryo" , "メイリオ" , "Tahoma", Verdana, "Tahoma", Verdana, Arial, Helvetica, Sans-Serif;
}

.Container {
	position: relative;
	width: 1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
}

.Header {
	position: relative;
	width: 1000px;
	height: 100px;
	z-index: 9999;
}

ul#mainNav {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0px 0px -462px;
	padding: 0px;
}
ul#mainNav li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px 30px 0px 30px;
}
ul#mainNav li:nth-of-type(7) {
	margin: 0 15px 0 30px;
}
ul#mainNav li:nth-of-type(8) {
	margin: 0;
}
ul#subNav {
	position: absolute;
	width: 160px;
	padding: 20px 0px 0px 0px;
	display: none;
	background-image: url("../index/submenu_top.gif");
	background-repeat: no-repeat;
	margin: 0px;
	z-index: 9999;
}
ul#subNav li {
	position: relative;
	width: 100%;
	height: 30px;
	height: 28px\9;
	padding: 5px 0px 0px 0px;
	padding: 10px 0px 0px 0px\9;
	background-color: #000000;
	list-style-position: inside;
	list-style-image: url("../index/submenu_icon.gif");
	margin: 0px;
	z-index: 9999;
}
ul#subNav li a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	margin : -8px\9;
}
ul#subNav li a:hover {
	color: #FFAA00;
}

a#HomeBtn {
	width: 50px;
	height: 20px;
	background-image: url("../index/home_btn.gif");
	display: block;
}
a#AboutBtn {
	width: 75px;
	height: 20px;
	background-image: url("../index/about_btn.gif");
	display: block;
}
a#BusinessBtn {
	width: 90px;
	height: 20px;
	background-image: url("../index/business_btn.gif");
	display: block;
}
a#AccessBtn {
	width: 65px;
	height: 20px;
	background-image: url("../index/access_btn.gif");
	display: block;
}
a#ContactBtn {
	width: 80px;
	height: 20px;
	background-image: url("../index/contact_btn.gif");
	display: block;
}
#EcBtn {
	width: 125px;
	height: 20px;
	background-image: url("../index/ec_btn.gif");
	display: block;
}
#FbBtn {
	width: 20px;
	height: 20px;
	background-image: url("../index/fb_btn.gif");
	display: block;
}
#InstaBtn {
	width: 20px;
	height: 20px;
	background-image: url("../index/insta_btn.gif");
	display: block;
}

a:hover#HomeBtn ,
a:hover#AboutBtn ,
a:hover#ShopBtn ,
a:hover#BusinessBtn ,
a:hover#ContactBtn ,
a:hover#EcBtn ,
a:hover#FbBtn,
a:hover#InstaBtn {
	background-position: 0px -20px;
}

.Contents {
	position: relative;
	width: 1000px;
	height: 100%;
	padding-bottom: 100px;
}

.MainBox {
	position: relative;
	width: 950px;
	height: 420px;
	margin: 0px auto;
}
.LeftBox {
	position: relative;
	width: 240px;
	height: 420px;
	float: left;
}
.RightBox {
	position: relative;
	width: 700px;
	height: 210px;
	float: right;
	background-image: url("../index/rightbox_back.gif");
}
.RightImage {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 490px;
	height: 210px;
}
.IntroArea {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 410px;
	height: 160px;
	padding: 25px 40px;
}
.IntroArea p {
	font-size: 12px;
	margin: 0px;
	line-height: 200%;
	line-height: 220%\9;
}

.SideMenu {
	position: relative;
	width: 200px;
	float: left;
}
.SideMenu p {
	font-size: 12px;
	line-height: 200%;
}
.SideMenu a {
	color: #000000;
	text-decoration: none;
}
.SideMenu a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#MenuIcon {
	margin: 0px 10px 2px 0px;
}

.MainArea {
	position: relative;
	width: 800px;
	float: right;
}

.TitleArea {
	position: relative;
	width: 800px;
	height: 30px;
	border-bottom: solid 1px #000000;
}

#apology {
	margin: 16px 0px 0px;
}
#apology a {
	color: #ff0000;
}

.ToTopArea {
	position: relative;
	width: 1000px;
	height: 15px;
	clear: both;
	text-align: right;
	font-size: 11px;
}
.ToTopArea a {
	color: #000000;
	text-decoration: none;
}
.ToTopArea a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#ToTopIcon {
	margin: 0px 5px 1px 0px;
}

.Footer {
	position: absolute;
	bottom: 0px;
	width: 1000px;
	height: 80px;
	border-top: solid 1px #000000;
}
.Footer p {
	font-size: 11px;
}