@charset "utf-8";
/*====================================================================
  このファイルはutf-8です
====================================================================*/

html {
    margin-bottom:1px;
    height:100%;
	overflow-y:scroll;
}
img{
	border:0;
}
body {
	text-align:center;
	margin: 0 auto;
	font-family:"Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	background:#FFF;
	overflow-x:hidden;
}

#main_img1        { position:relative;  background:url(/lp/images/top.jpg) no-repeat;height:624px;}
#main_img2        { position:relative;  background:url(/lp/images/1set.jpg) no-repeat;height:390px;}
#main_img3        { position:relative;  background:url(/lp/images/2set.jpg) no-repeat;height:530px;}
#main_img4        { position:relative;  background:url(/lp/images/con-8.jpg) no-repeat;height:80px;}
#main_img5        { position:relative;  background:url(/lp/images/5set.jpg) no-repeat;height:654px;}

#wrapper {
	width:1020px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
	font-size: 9pt;
}

#mainarea a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

#navi-lp-about{
	text-align:center;
	margin: 0 auto;
}


#navi-lp-about li{ 
	float:left;
	color:#333333;
	margin-left:40px;
}

#navi-lp-about a{ 
	color:#616161;
	text-decoration:underline;
	outline:none;
	font-size:18px;
}

#navi-lp-about a:hover {
	text-decoration:none;
	color:#a3a3a3;
}

/*====================================================================
