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

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ******************riset css ******************** */


html{
	min-height: 100%; /* html要素をウィンドウサイズにフィット */

	background: url('images/access_background.jpg') no-repeat center; /* 背景画像をhtml要素にcenter表示 */

	background-size: cover; /* 背景画像をhtml要素にフィット */
}
html {
    overflow: auto;
}
 
body {
    overflow: hidden;
	 overflow-y:scroll;
}

#wrapper{
	width:960px;
	margin:0px auto 0 auto;
	background-color: rgba(116, 114, 114, 0.3)
} 

#header{
	width:960px;
	height:140px;
	margin:0px auto 0 auto; 
	
}
#header img{
	margin:20px auto 0 186px;
	
}

#navi{
	height:50px;
	 margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
	background-color: rgba(116, 114, 114, 0.3)
}

#navi ul{

	/* margin-left:120px; */
	
}
#navi li{
	float:left;
	width:192px;
	height:50px;
	list-style:none;
  
}

#navi li a{
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition: all 1s ease 0;
    -moz-transition: all 1s ease 0;
    transition: all 1s ease 0;
	/*ここからテキストを飛ばす記述*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

li.nav1 a{
	background:url(images/navi_home.png);width:190px;height:50px;
	border-right:#FFF solid 2px;
}
	
	
	
	
	
li.nav2 a{
	background:url(images/navi_avout.png);width:190px;height:50px;
	border-right:#FFF solid 2px;
}
li.nav3 a{
	background:url(images/navi_haircatalog.png);width:190px;height:50px;
	border-right:#FFF solid 2px;
}
li.nav4 a{
	background:url(images/navi_access.png);width:190px;height:50px;
	border-right:#FFF solid 2px;
}
li.nav5 a{
	background:url(images/navi_price.png);width:192px;height:50px;
}

/* li.nav1current a{
	background:url(images/nav2_c01.png);width:120px;height:45px;
}
li.nav2current a{
	background:url(images/nav2_c02.png);width:120px;height:45px;	
}
li.nav3current a{
	background:url(images/nav2_c03.png);width:120px;height:45px;
}
li.nav4current a{
	background:url(images/nav2_c04.png);width:120px;height:45px;
}
li.nav5current a{
	background:url(images/nav2_c05.png);width:120px;height:45px;
}
li.nav6current a{
	background:url(images/nav2_c06.png);width:120px;height:45px;
}



li.nav1 a:hover{
	background:url(images/nav_c01.png);
}
li.nav2 a:hover{
	background:url(images/nav_c02.png);
}
li.nav3 a:hover{
	background:url(images/nav_c03.png);
}
li.nav4 a:hover{
	background:url(images/nav_c04.png);
}
li.nav5 a:hover{
	background:url(images/nav_c05.png);
}
li.nav6 a:hover{
	background:url(images/nav_c06.png);
} */



.map{
	width:650px;
	height:400px;
	margin:20px 0 30px 155px;
}


.adress{
	float:left;
	margin:0 0 0px 80px;	
}

.phone{
	margin:0 0 0 80px;
}

#footer{
	width:960px;
	height:15px;
	margin:0 auto;
}

#footer p{
	font-family:arial;
	font-size:4;
	color:white;
	text-align:right;
	margin:5px 0 0px 0px;
	}
	
	