@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	overflow:auto;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header01 {
	width: 960px;
	height: 120px;
	background-color:  #ffffff;
	background-image: url("../images/header01.jpg");
	background-repeat: no-repeat;
}

#header02 {
	width: 960px;
	height: 120px;
	background-color:  #ffffff;
	background-image: url("../images/header02.jpg");
	background-repeat: no-repeat;
}

#header03 {
	width: 960px;
	height: 120px;
	background-color:  #ffffff;
	background-image: url("../images/header03.jpg");
	background-repeat: no-repeat;
}

#header01 h1{
	margin-left: -999px;
}

#header02 h1{
	margin-left: -999px;
}

#header03 h1{
	margin-left: -999px;
}

#links {
	width: 960px;
	height: 30px;
}

#links p{
	padding-top: 5px;
	padding-left: 800px;
}

#header01_f {
	width: 960px;
	height: 120px;
	background-color:  #ffffff;
	background-image: url("../images/header01_f.jpg");
	background-repeat: no-repeat;
	position: relative;
}

#header01_f h1{
	margin-left: -999px;
}

#header02_f {
	width: 960px;
	height: 120px;
	background-color:  #ffffff;
	background-image: url("../images/header02_f.jpg");
	background-repeat: no-repeat;
	position: relative;
}

#header02_f h1{
	margin-left: -999px;
}

#header03_f {
	width: 960px;
	height: 120px;
	background-color:  #ffffff;
	background-image: url("../images/header03_f.jpg");
	background-repeat: no-repeat;
	position: relative;
}

#header03_f h1{
	margin-left: -999px;
}

#header_f p{
	position: absolute;
	top: 125px;
	left: 800px;
}

.line_box {
	width: 960px;
	height: 120px;
}

.each_box {
	width: 160px;
	height: 120px;
	display: table-cell;
	text-align: center;
	float: left;
}

.each_box p {
	color: #ffffff;
	font-size: 150%;
	line-height: 120px;
}

.each_box p:hover {
	color: #000000;
}

/* 上スクロールのシカケ
-----------------------*/

#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#page-top a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	width: 960px;
	clear: both;
	height: 30px;
	background-color: #ffffff;
	text-align: center;
	line-height: 30px;
}
