@charset "utf-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #f39800;
}

a:hover {
	text-decoration: underline;
	color: #f39800;
	font-weight: bold;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear {
	clear: both;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	background: #fff;
	overflow: scroll;
	line-height: 1.4;
	font-size: 14px;
	color: #631814;
	min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }

/*containerのスタイル*/
div#container {
	width: 991px;
	margin: 5px auto;
}
div#container h1{
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
/*headerのスタイル*/
div#header {
	background: url(../img/header.jpg) no-repeat;
	overflow: hidden;
	height: 349px;

}

/*globalのスタイル*/
div#global ul {
	margin-top: 260px;
	margin-left:96px;
	list-style: none;
	overflow: hidden;
}

div#global ul li {
	width: 160px;
	float: left;
}
div#global ul li a{
	display: block;
	height: 60px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
div#global ul li a:hover {
	background-position: left center;
}

div#global ul li#gmbtn01 a{
	background-image: url(../img/g_top.png);
}
div#global ul li#gmbtn02 a{
	background-image: url(../img/g_salon.png);
}
div#global ul li#gmbtn03 a{
	background-image: url(../img/g_menu.png);
}
div#global ul li#gmbtn04 a{
	background-image: url(../img/g_item.png);
}
div#global ul li#gmbtn05 a{
	background-image: url(../img/g_info.png);
}

/*contentsのスタイル*/
div#contents {
	width: 900px;
	overflow: hidden;
	margin: -20px auto 0;
	background: url(../img/bg.jpg) repeat-y;
}
div#wrap {
	width: 750px;
	margin: 0 auto;
}
/*footerのスタイル*/
div#footer {
	width: 900px;
	height: 140px;
	background: url(../img/footer.gif) no-repeat;
	overflow: hidden;
}
div#footer a img {
	margin-top:127px;
	margin-right:72px;
	float: right;
}