@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: #333;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

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: #b63a22;
	overflow: scroll;
	line-height: 1.4;
	font-size: small;
}

/*IE6・7用*/
*body { overflow: auto; }


/*------------Containerのスタイル---------------------------------------------------------------*/
div#Container1 {
	height: 100px;
	background: #fbc400 url(../img/header-bg2.gif) repeat-x;
}
h1 {

	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}
h1 a {	
	display:block;
	width: 900px;
	margin: 0 auto;
	height: 100px;
	background: url(../img/header2.gif) no-repeat left top;
}
div#Global {
	width:100%;
	background: #b63a22;
}
div#Global ul {
	width: 900px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;

}
div#Global ul li { float: left; }
div#Global ul li#GMBtn01 { width: 131px; }
div#Global ul li#GMBtn02 { width: 150px; }
div#Global ul li#GMBtn03 { width: 115px; }
div#Global ul li#GMBtn04 { width: 150px; }
div#Global ul li#GMBtn05 { width: 130px; }
div#Global ul li#GMBtn06 { width: 115px; }
div#Global ul li#GMBtn07 { width: 109px; }
div#Global ul li a {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#Global ul li a:hover {
	background-position: center;
}
div#Global ul li a:viited {
	background-position: bottom;
}
div#Global ul li#GMBtn01 a { background-image: url(../img/btnslice_home.gif); }
div#Global ul li#GMBtn02 a { background-image: url(../img/btnslice_concept.gif); }
div#Global ul li#GMBtn03 a { background-image: url(../img/btnslice_menu.gif); }
div#Global ul li#GMBtn04 a { background-image: url(../img/btnslice_products.gif); }
div#Global ul li#GMBtn05 a { background-image: url(../img/btnslice_shop.gif); }
div#Global ul li#GMBtn06 a { background-image: url(../img/btnslice_staff.gif); }
div#Global ul li#GMBtn07 a { background-image: url(../img/btnslice_blog.gif); }

div#Global ul li#GMBtn03 a {
	background-position: bottom;
}
div#Container2 { background-image: url(../img/mosaicy.jpg); }
div#Main{
	width: 900px;
	height: 282px;
	margin: 0 auto;
	background: #b63a22;
	text-align: center;
}
div#Contents {
	width: 900px;
	height: 797px;
	margin: 0 auto;
	background-image: url(../img/mosaicw.jpg)
	text-align: center;
}

address {
	text-align: center;
	color: #fbc400;
	padding-top:5px;
	padding-bottom: 10px;
}
div#Footer p {
	text-align: right;
	color: #999;
	font-size: 80%;	
}

