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


body{
	/* ---bodyの始点をページの端に固定--- */
	margin: 0 0;
	padding: 0 0;
	
	/* ---ページ全体のフォントの設定--- */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #fff;
	width: 100%;
	border: none;
	background: url(../images/bg.jpg) repeat;
}

a{
border: none;
}

img{
border: none;
}

header{
	background: #fff;
	width: 100%;
}

header h1{
	background: url(../images/head.jpg);
	width: 600px;	
	height: 95px;
	text-indent: -9999px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#slider{
	width: 600px;
	margin: 0 auto;
}

#slider .bxslider{
	margin: auto;
	padding: 0;
}

#slider .bxslider li{
	margin: 0;
	padding: 0;
}

#slider .bxslider img{
	width: 100%;
}

#ad{
	background: url(../images/main_ad.jpg);
	width: 600px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#concept{
	background:url(../images/main_concept2.png) no-repeat;
	width: 600px;
	height: 390px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#menu{
	background: url(../images/main_menu.png) no-repeat;
	width: 600px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#style{
	width: 600px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
}

#title_style{
	background:url(../images/style.png) no-repeat;
	width: 600px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	position: relative;
}

#access{
	width: 600px;
	height: 310px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#access iframe{
	width: 580px;
	height: 310px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}

address{
	background:url(../images/bg_access.png) no-repeat;
	background-position: center;
	background-size: 540px 140px;
	width: 600px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}

address .wrap{
	padding: 30px 60px;
}

address .wrap p{
	font-size: 14px;
	line-height: 10px;
}

footer{
	background: #fff;
	width: 100%;
	height: 65px;
	position: relative;
	margin: 0 auto;
	padding: 0;

}

footer p{
	background: url(../images/footer.jpg);
	width: 600px;
	height: 65px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-indent:-9999px;
}