@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-family: "Lucida Grande","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 100%;
	font-size: 16px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

a span{
	text-decoration: none;
	color: #fff;
}

a:hover span{
	text-decoration:underline;
	color: #fff;
}

.part0 {
	background-image: url(../images/top/00-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part1 {
	background-image: url(../images/top/01-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part2 {
	background-image: url(../images/top/02-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part3 {
	background-image: url(../images/top/03-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part4 {
	background-image: url(../images/top/04-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part5 {
	background-image: url(../images/top/05-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part6 {
	background-image: url(../images/top/06-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part7 {
	background-image: url(../images/top/07-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part8 {
	background-image: url(../images/top/08-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.part9 {
	background-image: url(../images/top/09-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#menu li {
	display:inline-block;
	color: #fff;
	width: 55px;
}

#menu li a{
	text-decoration: none;
	color: #fff;
}

#menu li a:hover{
	text-decoration: underline;
	color: #fff;
}

#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

.content {
	margin: 60px 0 0 40px;
}

#menu p {
	width: 376px;
	height: 62px;
	margin: 45px -20px 0 40px;
	float: left;
}

.intro p{
	font-size: 15px;
	color: #fff;
	font-weight: 100;
	margin: 0 30px 0 0;
	padding:4px 10px 5px 15px;
	float: right;
	bottom: 0;
}
.intro{
	height : 30px;
	width : auto;
	background-color: rgba(000,000,000,0.30);
	margin:49% 4.2% 0 0;
	float: right;
	bottom: 0;
}

.arrow {
	position: fixed;
	z-index:99;
	border: 0;
	bottom: 0;
	right: 290px;
	left: 290px;
	width: 120px;
	height: 80px;
	margin: 0 auto 40px auto;
}
