@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/*background-color: #4E5869;*/
	background-color: #c9c9ca;
	margin: 0;
	padding: 0;
	color: #000;
	list-style-type: none;
	line-height: 1.6;
}

h1 h2 {
	
}

#header1 {
	float:right;
	width: 470px;
	height: 30px;
	text-align:right;
	padding-right:10px;
}

#header2 {
	float:left;
	width: 400px;
	height: 30px;
	text-align:left;
	padding-left:10px;
}



#navi {
	clear:both;
	width: 950px;
	height: 30px;
	padding-bottom:10px;
	margin-bottom:30px;
}

#main {
	width: 950px;
	height:auto;
	text-align:center;
}


/* ~~ エレメント / タグセレクター ~~ */
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 950px;
	background-color: #FFF;
	margin: 0 auto;
}


#navi ul li {
	float: left;
	width:110px;
	height:30px;
	text-align:center;
	list-style-type:none;
	padding-left: 20px;
}

hr {
	padding-top:10px;
	padding-bottom:10px;
}


img#floatButton{
    position: fixed;
	transform: translate3d(0, 0, 0);
	z-index: 100;
    right: 0;
    left: 0;
    margin: auto;
}
