﻿@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #000;
}
/*header*/
/*#header {
	text-align: left;
	vertical-align: top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}*/
/*maincontents*/
#container {
	width: 100%;
	text-align: center;
}
/*スクロールついてくる*/
.my-sticky-element.stuck {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	z-index: 100;
	background-color: #272728;
}
*+html .my-sticky-element.stuck {
	margin-left: -475px;
}
#global-nav {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #272728;
}
#global-nav ul {
	list-style: none; /* リスト形式を削除 */
	width: 950px;
}
/* リストを横並びに */
#global-nav ul li {
	height: 50px;
	float: left;
}
#global-nav ul li a {
	text-indent: -9999px; /* テキストをふっとばす */
	text-decoration: none;
	display: block;
	height: 50px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
}
/* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a {
	background-position: 0 0;
	width: 35px;
}
#global-nav ul li#menu2 a {
	background-position: -35px 0px;
	width: 100px;
}
#global-nav ul li#menu3 a {
	background-position: -135px 0px;
	width: 65px;
}
#global-nav ul li#menu4 a {
	background-position: -200px 0px;
	width: 60px;
}
#global-nav ul li#menu5 a {
	background-position: -260px 0px;
	width: 100px;
}
#global-nav ul li#menu6 a {
	background-position: -360px 0px;
	width: 95px;
}
#global-nav ul li#menu7 a {
	background-position: -455px 0px;
	width: 65px;
}
#global-nav ul li#menu8 a {
	background-position: -520px 0px;
	width: 80px;
}
#global-nav ul li#menu9 a {
	background-position: -600px 0px;
	width: 130px;
}
#global-nav ul li#menu10 a {
	background-position: -730px 0px;
	width: 120px;
}
#global-nav ul li#menu11 a {
	background-position: -850px 0px;
	width: 35px;
}
#global-nav ul li#menu12 a {
	background-position: -885px 0px;
	width: 35px;
}
#global-nav ul li#menu13 a {
	background-position: -920px 0px;
	width: 30px;
}
#global-nav ul li a:hover {
	text-decoration: none;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
}
/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a:hover {
	background-position: 0 -50px;
}
#global-nav ul li#menu2 a:hover {
	background-position: -35px -50px;
}
#global-nav ul li#menu3 a:hover {
	background-position: -135px -50px;
}
#global-nav ul li#menu4 a:hover {
	background-position: -200px -50px;
}
#global-nav ul li#menu5 a:hover {
	background-position: -260px -50px;
}
#global-nav ul li#menu6 a:hover {
	background-position: -360px -50px;
}
#global-nav ul li#menu7 a:hover {
	background-position: -455px -50px;
}
#global-nav ul li#menu8 a:hover {
	background-position: -520px -50px;
}
#global-nav ul li#menu9 a:hover {
	background-position: -600px -50px;
}
#global-nav ul li#menu10 a:hover {
	background-position: -730px -50px;
}
#global-nav ul li#menu11 a:hover {
	background-position: -850px -50px;
}
#global-nav ul li#menu12 a:hover {
	background-position: -885px -50px;
}
#global-nav ul li#menu13 a:hover {
	background-position: -920px -50px;
}
/* pulldown */
#global-nav ul#gnav ul {
	display: none;
	width: auto;
	position: absolute;
	color: #FFF;
	font-size: 11px;
	line-height: 100%;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	z-index: 100;
}
#global-nav ul#gnav ul li {
	float: none;
	width: 135px;
	height: auto;
	color: #FFF;
}
* html #global-nav ul#gnav ul li {
	margin-top: -2px;
}
#global-nav ul#gnav ul li a {
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	width: 115px;
	height: 10px;
	background-color: #333333;
	background-image: url(../images/list001.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	text-indent: 0;
	padding-left: 30px;
}
#global-nav ul#gnav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	width: 115px;
	height: 10px;
	background-color: #000000;
	background-image: url(../images/list001.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	text-indent: 0;
	padding-left: 30px;
}
/*footer*/
#footer_wrap {
	clear: both;
	background: #000;
	color: #afafaf;
	text-align: center;
	padding: 50px 0;
	height: 100%;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#footer .footer_link {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #afafaf;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
#footer .footer_link ul {
	list-style: none; /* リスト形式を削除 */
	margin-top: 5px;
}
/* リストを横並びに */
#footer .footer_link ul li {
}
#footer .footer_link2 {
	position: absolute;
	left: 180px;
	top: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #afafaf;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
#footer .footer_link2 ul {
	list-style: none; /* リスト形式を削除 */
	margin-top: 5px;
}
/* リストを横並びに */
#footer .footer_link2 ul li {
}
#footer .footer_link3 {
	position: absolute;
	left: 360px;
	top: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #afafaf;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
#footer .footer_link3 ul {
	list-style: none; /* リスト形式を削除 */
	margin-top: 5px;
}
/* リストを横並びに */
#footer .footer_link3 ul li {
}
#footer .footer_link4 {
	position: absolute;
	left: 540px;
	top: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #afafaf;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
#footer .footer_link4 ul {
	list-style: none; /* リスト形式を削除 */
	margin-top: 5px;
}
/* リストを横並びに */
#footer .footer_link4 ul li {
}
#footer .footer_link5 {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	line-height: 25px;
	color: #afafaf;
	text-align: left;
	vertical-align: top;
	width: 120px;
}
#footer .footer_link5 ul {
	list-style: none; /* リスト形式を削除 */
	margin-top: -5px;
}
/* リストを横並びに */
#footer .footer_link5 ul li {
}
#footer .footer_copyright {
	font-size: 12px;
	line-height: 16px;
	color: #afafaf;
	padding-top: 200px;
	text-align: right;
}
