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

.body { text-align:center; }  

.wrapper {
	width:800px;
	text-align:left;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	color: #666;
		   }  
.header {
	width: 800px;
	margin-top: 60px;
	margin-bottom: 50px;
	height: 30px;
}

#logo {
	float: left;
	width: 150px;
}

#gNavi  {
	float: right;
	width: 620px;
	text-align: right;
		  }
#gNavi li  {
	display:inline;
	list-style:none;
}  
.contents  {
	width: 800px;
	margin-top: 0px;
	clear: both;
}

#saloninfo   {
	float: left;
	width: 190px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
}
#contents_main   {
	float: right;
	width: 550px;
	margin-top: 30px;
	padding-left: 50px;
	margin-bottom: 30px;
}
#footer    {
	clear : both;
	width : 800px;
	border-top-color: #ccc;
	border-top-style: solid;
	padding-top: 20px;
	border-top-width: 1px;
}
#fNavi  {
	margin:0;
	padding:0 10px;
	line-height:30px;
	text-align: center;
}  
#fNavi li  { display:inline; list-style:none; padding-right:10px; }  

#copyright    {
	width : 800px;
	text-align: center;
	margin-top: 20px;
}
#top_image img {
	width: 800px;
	clear: both;
}
p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	font-style: normal;
	line-height: 2;
	color: #666;
}
h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 200%;
	font-style: normal;
	line-height: 2;
	color: #000;
}
h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 140%;
	font-style: normal;
	line-height: 2;
	color: #666;
}
h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 120%;
	font-style: normal;
	line-height: 300%;
	font-weight: bold;
	color: #666;
}
h4 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	font-style: normal;
	color: #666;
	line-height: 2.5;
}

