html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Meiryo , "メイリオ" , sans-serif;
}

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

.HeaderBack {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0px;
	background: #0066E0;
}
.sHeaderBack {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: #0066E0;
	z-index: 99999;
}
.Header,
.sHeader {
	position: relative;
	width: 960px;
	margin: 0px auto;
}
.Header {
	height: 100px;
}
.sHeader {
	height: 40px;
}

#HeaderLogo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 165px;
	height: 50px;
	outline: none;
	border: none;
}
#SmallLogo {
	width: 100px;
	height: 40px;
	border: none;
	outline: none;
	margin: 0px;
}

#HeaderNavi {
	width: 600px;
	height: 100px;
	margin: 0px 0px 0px 290px;
	padding: 0px;
	list-style-type: none;
}
#SmallNavi {
	position: absolute;
	top: 0px;
	right: 140px;
	width: 660px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#HeaderNavi li {
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#SmallNavi li {
	position: relative;
	width: 110px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#SmallNavi li a {
	width: 110px;
	height: 40px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
}
#SmallNavi li a:hover {
	background-color: #FFA000;
}
#HeaderNavi li ul {
	position: absolute;
	top: 100px;
	left: -70px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #404040;
	z-index: 99999;
}
#SmallNavi li ul {
	position: absolute;
	top: 40px;
	left: -65px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #404040;
	z-index: 99999;
}
#HeaderNavi li ul li:first-child a:after {
	content: '';
	position: absolute;
	left: 110px;
	top: -10px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #404040;
}
#SmallNavi li ul li:first-child a:after {
	content: '';
	position: absolute;
	left: 110px;
	top: -10px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #404040;
}
#HeaderNavi li ul li,
#SmallNavi li ul li {
	width: 250px;
	height: 0px;
	overflow: hidden;
	color: #FFFFFF;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

#HeaderNavi li ul li a,
#SmallNavi li ul li a {
	width: 250px;
	height: 50px;
	background-color: #404040;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#HeaderNavi li ul li a:hover,
#SmallNavi li ul li a:hover {
	background: #606060;
}
#HeaderNavi li:hover ul li,
#SmallNavi li:hover ul li {
	overflow: visible;
	height: 50px;
}
#SubMenuIcn {
	width: 40px;
	height: 50px;
	border: none;
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}
#SmallNaviIcn {
	width: 35px;
	height: 40px;
	vertical-align: middle;
	margin: 0px;
	border: none;
}
.Fixed {
	position: fixed;
	top: 0;
	left: 0;
}

#HomeBtn,
#AboutBtn,
#BusinessBtn,
#ProductsBtn,
#RecruitBtn,
#ContactBtn {
	width: 100px;
	height: 100px;
	background-size: 100px 200px;
	display: block;
	text-decoration: none;
}
#HomeBtn {
	background-image: url("../img/home_btn.gif");
}
#AboutBtn {
	background-image: url("../img/about_btn.gif");
}
#BusinessBtn {
	background-image: url("../img/business_btn.gif");
}
#ProductsBtn {
	background-image: url("../img/products_btn.gif");
}
#RecruitBtn {
	background-image: url("../img/recruit_btn.gif");
}
#ContactBtn {
	background-image: url("../img/contact_btn.gif");
}
#HomeBtn strong,
#AboutBtn strong,
#BusinessBtn strong,
#ProductsBtn strong,
#RecruitBtn strong,
#ContactBtn strong {
	position: absolute;
	bottom: 12px;
	width: 100px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: lighter;
	margin: 0px;
	text-align: center;
}
#HomeBtn:hover,
#AboutBtn:hover,
#BusinessBtn:hover,
#ProductsBtn:hover,
#RecruitBtn:hover,
#ContactBtn:hover {
	background-position: 0px -100px;
}

#BlogIcn,
#SmallBlogIcn {
	position: absolute;
	width: 60px;
	height: 25px;
	background-size: 60px 50px;
	background-image: url("../img/blog_icn.gif");
	border: none;
}
#BlogIcn {
	bottom: 55px;
	right: 0px;
}
#SmallBlogIcn {
	top: 7px;
	right: 70px;
}
#BlogIcn:hover,
#SmallBlogIcn:hover {
	background-position: 0px -25px;
}

#FbIcn,
#TwtIcn {
	position: absolute;
	bottom: 20px;
	width: 25px;
	height: 25px;
	background-size: 25px 50px;
	border: none;
}
#SmallFbIcn,
#SmallTwtIcn {
	position: absolute;
	top: 7px;
	width: 25px;
	height: 25px;
	background-size: 25px 50px;
	border: none;
}
#FbIcn,
#SmallFbIcn {
	right: 35px;
	background-image: url("../img/fb_icn.gif");
}
#TwtIcn,
#SmallTwtIcn {
	right: 0px;
	background-image: url("../img/twt_icn.gif");
}
#FbIcn:hover,
#SmallFbIcn:hover,
#TwtIcn:hover,
#SmallTwtIcn:hover {
	background-position: 0px -25px;
}

.ContentsTitle {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0px;
	background-color: #00A6FF;
	overflow: hidden;
}
.ContentsTitle h1 {
	width: 938px;
	height: 40px;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 140%;
	margin: 30px auto 0px;
	padding: 0px 0px 0px 20px;
	font-weight: lighter;
	border-left: solid 2px #0066E0;
}

.Contents {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px 0px 180px 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#BreadList {
	position: relative;
	width: 960px;
	height: 28px;
	list-style: none;
	margin: 20px auto 10px;
	padding: 0px;
	display: block;
}
#BreadList li {
	float: left;
}
#BreadList li a,
#BreadList li span {
	position: relative;
	height: 28px;
	display: block;
	background: #E8E8E8;
	text-decoration: none;
	line-height: 30px;
	font-size: 12px;
	color: #000000;
	margin: 0px 25px 0px 0px;
	padding: 0px 30px 0px 0px;
	outline: none;
}
#BreadList li:nth-child() a {
	background-color: #E8E8E8;
}
#BreadList li:nth-child() a:after {
	border-left-color: #E8E8E8;
}
#BreadList li:first-child a {
	padding: 0px;
	width: 50px;
	background-color: #00A0FF;
}
#BreadList li:first-child a:before {
	border: none;
}
#BreadList li:first-child a:after {
	border-left-color: #00A0FF;
}
#BreadList li:last-child span:before  {
	position: absolute;
	top: 0px;
	left: -20px;
	content: "";
	border: 0px solid #E8E8E8;
	border-width: 14px 10px;
	border-left-color: transparent;
}
#BreadList li:last-child {
	font-weight: bold;
	color: #000000;
}
#BreadList li:last-child sapn:after {
	border: none;
}
#BreadList li a:before,
#BreadList li a:after {
	position: absolute;
	top: 0px;
	left: -20px;
	content: "";
	border: 0px solid #E8E8E8;
	border-width: 14px 10px;
	width: 0px;
	height: 0px;
}
#BreadList li a:before {
	border-left-color: transparent;
}
#BreadList li a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #E8E8E8;
}
#BreadList li a:hover {
	color: #FFFFFF;
	background-color: #FF8800;
}
#BreadList li a:hover:before {
	border-color: #FF8800;
	border-left-color: transparent;
}
#BreadList li a:hover:after {
	border-left-color: #FF8800;
}
#toHomeIcn {
	width: 16px;
	height: 16px;
	margin: 6px 0px 0px 18px;
	border: none;
}

.CenterBox {
	position: relative;
	width: 960px;
	margin: 0px auto;
}
.BoxClear {
	clear: both;
}

h2 {
	width: 960px;
	height: 45px;
	font-size: 18px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #C8C8C8;
}
h2 img {
	width: 8px;
	height: 45px;
	overflow: hidden;
	display: inline-block;
	vertical-align: -15px;
	margin: 0px 10px 0px 0px;
}

#SectionTitle {
	color: #000000;
	font-size: 42px;
	font-weight: lighter;
	display: block;
	text-align: center;
	margin: 30px 0px 20px;
}

#ListIcn {
	width: 12px;
	height: 6px;
	margin: 0px 10px 0px 0px;
	vertical-align: 2px;
}

.ToTopBack {
	position: relative;
	width: 960px;
	height: 60px;
	margin: 0px auto;
}
#ToTopBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 47px;
	height: 47px;
	background-image: url("../img/totop_btn.png");
	background-size: 47px 94px;
	display: block;
}
#ToTopBtn:hover {
	background-position: 0px -47px;
}

.Footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 180px;
	background-color: #404040;
}
.FooterArea {
	position: relative;
	width: 960px;
	height: 180px;
	margin: 0px auto;
}
.FooterArea p {
	position: absolute;
	top: 15px;
	left: 0px;
	margin: 0px;
	color: #8F8F8F;
	font-size: 12px;
	font-weight: bold;
}
.FooterMenuArea {
	position: absolute;
	top: 40px;
	left: 0px;
	height: 15px;
}
.FooterMenuArea a {
	background-image: url("../img/footer_list_icn.gif");
	background-size: 12px 30px;
	background-repeat: no-repeat;
	color: #8F8F8F;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	padding: 0px 0px 0px 20px;

}
.FooterMenuArea a:hover {
	color: #FFFFFF;
	background-position: 0px -15px;
}
#FooterLogo {
	position: absolute;
	top: 20px;
	right: 300px;
	width: 150px;
	height: 40px;
	display: block;
}
.FooterInfoArea {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 260px;
	height: 120px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 180%;
	border-left: solid 1px #FFFFFF;
	padding: 0px 0px 0px 20px;
}