@charset "Shift_JIS";

/*=====================================================
glasscube 最終更新日：08/07/25


======================================================*/



/*----------------------------------------------------
   =共通設定
----------------------------------------------------*/
body {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#444444;
	background-color:#FFFDEF;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

img {
	border:none;
	/*vertical-align:bottom;*/
}

/*--IE7のみ
*:first-child+html div. {
}

IE6のみ
* html div. {
}--*/

/*--リンクフォント設定-*/

a:link {
	text-decoration:none;
	color: #0f17ba;
}

a:visited {
	text-decoration:none;
	color: #0f17ba;
}

a:hover {
	text-decoration:underline;
	color: #0f17ba;
}

a:active {
	text-decoration:underline;
	color: #0f17ba;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {	display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*----------------------------------------------------
   =共通要素
----------------------------------------------------*/
div#container {
	width:100%;
	background:url(../img/common/bg_header.gif) top repeat-x #FFFDEF;
}

div#wrap {
	width:842px;
	margin:0 auto;
}

/* header要素
--------------------------*/
div#header {
	height:83px;
	padding-right: 2px;
}

div#header h1 {
	float:left;
}

div#header ul {
	float:right;
	margin-top:43px;
}

div#header li {
	float:left;
	margin-left:10px;
}

/* navigation要素
--------------------------*/
div#nav a {
	display:block;
	width:168px;
}

div#menu1, div#menu2, div#menu3, div#menu4, div#menu5 {
	float:left;
}

div#menu3, div#menu4 {
	width:168px;
}

div#submenu3, div#submenu4 {
	visibility:hidden;
	position:absolute;
	top:auto;
	left:auto;
}

/*------------------------------------------------------
メニュー
------------------------------------------------------*/

.menu {
	height: 40px;
	background: url(../img/common/gnavi.gif) no-repeat;
	margin: 0;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
	display: inline;
	list-style-type: none;
}

.menu li a {
	height: 40px;
	display: block;
	float: left;
	text-indent: -9877em;
	text-decoration: none;
	outline: none;
	/*overflow: hidden;*/
}

/*---メニューオフ---*/

.menu li.menu01 a {
	background: url(../img/common/gnavi.gif) no-repeat 0 0;
	width: 168px;
}

.menu li.menu02 a {
	background: url(../img/common/gnavi.gif) no-repeat -168px 0;
	width: 168px;
}

.menu li.menu03 a {
	background: url(../img/common/gnavi.gif) no-repeat -336px 0;
	width: 168px;
}

.menu li.menu04 a {
	background: url(../img/common/gnavi.gif) no-repeat -504px 0;
	width: 168px;
}

.menu li.menu05 a {
	background: url(../img/common/gnavi.gif) no-repeat -672px 0;
	width: 168px;
}

/*---メニューオーバー---*/

.menu li.menu01 a:hover {
	background: url(../img/common/gnavi.gif) no-repeat 0 -40px;
	width: 168px;
}

.menu li.menu02 a:hover {
	background: url(../img/common/gnavi.gif) no-repeat -168px -40px;
	width: 168px;
}

.menu li.menu03 a:hover {
	background: url(../img/common/gnavi.gif) no-repeat -336px -40px;
	width: 168px;
}

.menu li.menu04 a:hover {
	background: url(../img/common/gnavi.gif) no-repeat -504px -40px;
	width: 168px;
}

.menu li.menu05 a:hover {
	background: url(../img/common/gnavi.gif) no-repeat -672px -40px;
	width: 168px;
}

/*---メニューフォーカス---*/

.menu li.menu01_focus a {
	background: url(../img/common/gnavi.gif) no-repeat 0 -40px;
	width: 168px;
}

.menu li.menu02_focus a {
	background: url(../img/common/gnavi.gif) no-repeat -168px -40px;
	width: 168px;
}

.menu li.menu03_focus a {
	background: url(../img/common/gnavi.gif) no-repeat -336px -40px;
	width: 168px;
}

.menu li.menu04_focus a {
	background: url(../img/common/gnavi.gif) no-repeat -504px -40px;
	width: 168px;
}

.menu li.menu05_focus a {
	background: url(../img/common/gnavi.gif) no-repeat -672px -40px;
	width: 168px;
}

/*------------------------------------------------------
プルダウンメニュー
------------------------------------------------------*/

.pmenuwrap {
	width: 840px;
	position: relative;
}

.pmenu01 {
	position: absolute;
	top: 0;
	left: 336px;
	visibility:hidden;
	width: 168px;
}

.pmenu01 img {
	margin: 0;
	padding: 0;
}

.pmenu02 {
	position: absolute;
	top: 0;
	left: 504px;
	visibility:hidden;
	width: 168px;
}

.pmenu02 img {
	margin: 0;
	padding: 0;
}


/* main_body要素
--------------------------*/
div#main_body {
	background:url(../img/common/bg_main.gif) top repeat-x #f4efcc;
	padding:12px 10px 10px;
	width:820px;
	margin: 0 auto;
	overflow: hidden;
}

/* content要素(beverageは除く)
--------------------------------*/
div#content {
	width:800px;
	padding:10px;
	background-color:#FFFFFF;
}

/* footer要素
--------------------------*/
div#footer {
	width:840px;
	height:40px;
	margin: 0 auto;
	background:url(../img/common/bg_footer.gif) top repeat-x #FFFCE7;
}

div#copy {
	margin:0;
	padding:14px 0 0;
}
	
#top_mainimg {
	width: 840px;
	border-left: solid 1px #E0D7A1;
	border-right: solid 1px #E0D7A1;
	margin: 0 auto;
}
































