@charset "shift_jis";



body,ul,
li,h1,h2 {
	margin:0; 
	padding:0;
	font-size: 23px;
	line-height: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	}
p {
	font-size: 23px;
	line-height: 1.3em;
	}

.col_white {
	color: #FFF;
	}	
	
	
		
/* -----------------------------------------------
 image module
-------------------------------------------------- */
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
a img { border-style:none; }

	
a:hover {
    filter: alpha(opacity=60); /* IE */
    opacity:0.6;                /* Firefox,Opera,Safari */
    -moz-opacity:0.6;          /* Firefox 0.9より前 */
}

a:hover img {
    filter: alpha(opacity=60); /* IE */
    opacity:0.6;                /* Firefox,Opera,Safari */
    -moz-opacity:0.6;          /* Firefox 0.9より前 */
}

	
div#page-1{
	background-image:url(images/main2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}

div#page-2{
	background-image:url(images/main2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
div#page-3{
		background-image:url(images/main3.jpg);
	background-position:center top;
	-moz-background-size:cover;
	background-size:cover;
	background-color: #E6C9E8;
}

div#page-4{
	background-image:url(images/main3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
div#page-5{
	background-image:url(images/main5.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	padding-bottom: 100px;
}
	
#top2 {
	position: fixed;
	bottom: 0;
	right: 40px;
	}
#nav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
	}
#nav ul {
	list-style-type: none;
	}
#nav li {
	line-height: 1em;
	display: inline;
	margin-right: 20px;
	}
#nav li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#touithu {
	width: 750px;
	height: 450px;
	padding: 40px;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	margin:20px 0 0 140px;

}
#touithu li {
	list-style-type: none;
	display: inline-block;
	width: 150px;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
#touithu li img {
	margin-bottom: 10px;

}
#namahage {
	width: 780px;
	padding: 40px;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	height: auto;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 140px;
	overflow: hidden;
}
#namahage li {
	list-style-type: none;
	display: inline-block;
	width: 390px;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
#namahage li img {
	margin-bottom: 10px;


}
.page {
	min-height: 1200px;
	}
	
ul div	{
	font-size: 16px;
　　width: 720px;
    float: none;
	clear: both;
	}
	
.mo{
	font-size: 14px;
	margin-left:180px;
	margin-top:-590px;
	}
	
/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
