@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: 120px;*/
	background: #fbc400 url(../img/index/header-bg.gif) repeat-x;
}
h1 {
	width: 900px;
	margin: 0 auto;
	height: 120px;
	background: url(../img/index/indexheader.gif) no-repeat left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}


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#Container2 { background-image: url(../img/mosaicy.jpg); }
div#Main{
	width: 900px;
	height: 412px;
	margin: 0 auto;
	background: #b63a22 url(../img/index/main.jpg) no-repeat left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}
div#Contents {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/mosaicw.jpg);
}
div#Wrap1 {
	width: 520px;
	float:left;
}
h2#Open{
	margin: 35px 0 25px 18px;
	width: 502px;
	height: 318px;
	background: url(../img/index/open.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}
h2#Recommend {
	width: 496px;
	height: 200px;
	padding: 0 5px 25px 19px;

}
div#Wrap2 {
	width: 380px;
	float:right;
}
ul.News {
	width: 340px;
	overflow: auto;
	padding-left:30px;
	margin-bottom:20px;
}
ul.News li {
	color: #6b5757;
	font-size: 85%;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	line-height:1.5em;
	list-style: none;
}
ul.News li a {
	text-decoration: underline;
	color: #b63a22
}
address {
	text-align: center;
	color: #fbc400;
	padding-top:5px;
	padding-bottom: 10px;
}
div#Footer p {
	text-align: right;
	color: #888;
	font-size: 80%;	
}

