@charset "utf-8";

/* Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{
	color:#000;
	background: #FFFFFF;
}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, form, input, textarea,p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
address, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
hr {
	display: none;
}
a {
	outline: none;
}

/*==============================================
	reset font
===============================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}


/*-------------------------------------------------------------------
* ピクセル　％  文字サイズ相対指定は%で行う。
---------------------------------------------------------------------
10px   77  	%
11px   85  	%
12px   93  	%
13px  100  	%
14px  108  	%
15px  116  	%
16px  123.1	%
17px  131  	%
18px  138.5	%
19px  146.5	%
20px  153.9	%
21px  161.6	%
22px  167  	%
23px  174  	%
24px  182  	%
25px  189  	%
26px  197  	%
*/




/*==================================================
  common
==================================================*/


/*******************************************************************
	structure
*/

html, body{
	width: 100%;
	height: 100%;
}

body {
	min-width: 960px;
	min-height: 880px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 100%;
	min-height: 880px;
}
#bg_main {
	width: 100%;
	min-width: 960px;
	height: 100%;
	min-height: 880px;
	background: url(../img/shared/bg_main.jpg) top center no-repeat;
}


/*******************************************************************
	header
*/
#headerwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	z-index: 20000;
}
#bg_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../img/shared/bg_header.png) bottom left repeat-x;
}
#logo_tanabe {
	position: absolute;
	left: 5px;
	top: 5px;
}
#headerNav li {
	position: absolute;
	right: 0;
}
#headerNav li.btn1 {
	top: 0;
}
#headerNav li.btn2 {
	top: 20px;
}

#gnav {
	position: absolute;
	top: 48px;
	left: 50%;
	width: 668px;
	margin-left: -334px;
}
#gnav li {
	position: absolute;
	top: -8px;
}
#gnav li.btn1 {
	left: 0;
}
#gnav li.btn2 {
	left: 78px;
}
#gnav li.btn3 {
	left: 226px;
}
#gnav li.btn4 {
	left: 374px;
}
#gnav li.btn5 {
	left: 522px;
}

#gnav li.current {
	top: -1px;
	z-index: 100;
}
#gnav li.current a {
	cursor: default;
}
#gnav li.hover {
	top: -1px;
	z-index: 100;
}


/*******************************************************************
	footerwrap
*/
#footerwrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 31px;
	background: url(../img/shared/bg_footer.png) bottom left repeat-x;
	z-index: 20000;
}
#footerwrap #fnav li {
	position: absolute;
	top: 1px;
}
#footerwrap #fnav li.btn1 {
	left: 0;
}
#footerwrap #fnav li.btn2 {
	left: 87px;
}
#footerwrap #fnav li.btn3 {
	left: 213px;
}
#footerwrap #copyright {
	display: grid;
	place-items: center;
	color: #fff;
	height: 100%;
}


/*	ClearFix
=======================================*/
.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 */