@charset "utf-8";

body,html {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 -webkit-text-size-adjust: 100%;

}
* {
 	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
body {
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #000000;
}

ul {
	list-style-type: none;
}


#header {
	width: 100%;
	position: fixed;
	min-height: 100px;
	background-color: #FFFFFF;
	top: 0px;
	z-index: 15;
}

#header:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	background-image: url(../../images/shadow3.png);
	bottom: -5px;
	z-index: 15;
}

#header h1 {
    width: 150px;
    height: 70px;
    padding: 15px 0px;
    margin:0px auto;
}
#header h1 a {
	display: block;
}
#header  .grouplogo  {
	width: 82px;
	height: 52px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -26px;
}
#footer {
	width: 100%;
	background-color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	color: #FFFFFF;
	height: 50px;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	z-index:10;
}
#footer ul {
	height: 50px;
	padding: 15px 0 15px 15px;
	width: 60%;
	text-align: left;
	margin-top: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#footer ul li {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 0;
	margin-left: 10px;
	float: left;
	width: auto;
	border-left: 1px solid #6C6C6C;
}
#footer ul li:first-child{
	border-left-style: none;
}

#footer ul li a{
	color: #FFFFFF;
}
#footer img {
	display: none;
}


#footer ul li a:hover{
	color: #CBCBCB;
}


#footer address {
	font-style: normal;
	width: 40%;
	font-size: 12px;
	float: right;
	display: block;
	height: 50px;
	padding: 15px 10px 15px 0;
	text-align:right;
}
