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

/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	text-align:center;
	color:#644b2b;
}
body.inside{
	background:url(../img/inside-bg.jpg) 0 0 no-repeat fixed;
}
div.wrapper {
	width:920px;
	text-align:left;
	margin:0 auto;
	padding:0 30px;
}
div.header {
	height:150px;
	background-color:#FFF;
	border-bottom:#b5b5b5 1px solid;
}
div.header div.logo {
	float:left;
	width:110px;
	height:150px;
}
ul.gNaviTop {
	float:right;
	display:block;
	width:484px;
	height:150px;
	background: url(../img/gnavi-bg.png) 0 0 repeat-x;
	padding-right:1px;
}
ul.gNaviTop li img{
	padding-left:1px;
	float:left;
	width:120px;
	height:150px;
}

ul.gNaviInside {
	float:right;
	display:block;
	width:605px;
	height:150px;
	background: url(../img/gnavi-bg.png) 0 0 repeat-x;
	padding-right:1px;
}
ul.gNaviInside li img{
	padding-left:1px;
	float:left;
	width:120px;
	height:150px;
}

div.footer {
	color:#FFF;
	text-align:center;
	padding:10px 0;
	height:30px;
	background-color:#000;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity:0.65;
}

.clb {
	clear:both;
}
