@charset "utf-8";
/* CSS Document */
@import url("common.css");

#menu {
	position: absolute;
	left: 300px;
	top: 10px;
}



#contents {
	height: 800px;
	position: relative;
	background-image: url(../../images/introimg.jpg);
	background-repeat: no-repeat;
	background-position: center 170px;
	background-attachment: fixed;
}
#contents h1 {
	height: 64px;
	width: 278px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	top: 10px;
	left: 0px;
}
#contents .main {
	position: relative;
	top: 100px;
}
.main h2 {
	position: relative;
	top: 0px;
	height: 26px;
	width: 114px;
}

#nav {
	list-style: none;
	position: fixed;
	right: 20px;
	top: 30px;
	z-index: 100;
	color: #FFF;
}
#nav li {
	color: #FFF;
}
#nav li a {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #DE0000 !important;
	height: 30px;
	width: 120px;
}

#second{
	width: 100%;
	color: #000000;
	height: 1300px;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../../images/intro_2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#third{
	width: 100%;
	color: #000000;
	height: 1300px;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../../images/intro_3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#fourth{
	width: 100%;
	color: #000000;
	height: 1300px;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../../images/intro_4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#fifth{
	width: 100%;
	color: #000000;
	height: 1300px;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../../images/intro_5.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.float-left{
	padding: 500px 0 0 0;
	color: #000000;
	float: left;
	width: 600px;
	margin: 0 0 0 20px;
	text-align: left;
}
.float-left_b{
	padding: 100px 0 0 0;
	color: #000000;
	float: left;
	width: 600px;
	margin: 0 0 0 20px;
	text-align: left;
}
p.fourth_p{
	color: #000;
}
h3{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", serif;
	/* text-shadow:0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb;*/
	font-size: 25px;
	font-size-adjust: 0.531;
	font-weight: 700;
	font-style: normal;
	color: #DE0000;
}