@charset "utf-8";

/**
 * CASCADING STYLE SHEET for LIQUID LAYOUT 
 * @Templates: 1column.dwt, 1column_src.dwt, 2column.dwt, liquid.dwt, tne.dwt, tour.dwt
 * @Require: pmenu.css, typography.css, grid768px.css, liquid[xxx]per.css
 * @Author: Masanori Ugawa<mailto:info@tamagaku.net>
 * @Version: 1.0.0
 * @LastModified: 2009/03/13
 */
html
{
	height:100%;
}

body
{
	margin: 0; 
	padding: 0;
	height:100%;
}

* html div#container
{
	height:100%;
}

div#container
{
	margin:0 auto;
	padding: 0;
	position:relative;
	min-height: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

body > #container
{
	height: auto;
}

div#mainarea
{
	margin: 0;
	padding: 0;
	background: #fff;
	padding-bottom:50px;
}

* html div#mainarea
{	
	padding-bottom:50px;
}

#foot
{
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	background: #fff url(../../images/liquid/foot/liquid_bg.jpg) repeat-x top left;
}

* html #foot
{
	bottom: -1px;
	height: 50px;
}


#gnav1,
#gnav2,
#gnav3,
#gnav4
{
	width: 100%;
	background: #fff;
}

#gnav1,
#gnav1 ul,
#gnav1 ul li
{
	margin: 0;
	padding: 0;
}

#gnav1
{
	height: 20px;
	line-height: 19px;
	background: url(../../images/liquid/gnav1/gnav1_bg.jpg) no-repeat top right;
}

#gnav1 ul
{
	list-style: none;
	display: block;
}

#gnav1 ul li
{
	float: right;
	padding: 0 0.5em;
	border-left: 1px solid #fff;
}

* html #gnav1 ul li
{
	margin-top: 1px;
}

#gnav1 ul li a:link,
#gnav1 ul li a:visited,
#gnav1 ul li a:hover,
#gnav1 ul li a:active
{
	color: #fff;
}

#gnav2
{
	clear: right;
	background: transparent url(../../images/liquid/gnav2/gnav2_bg.gif) no-repeat top right;
	height: 46px;
}

#gnav3
{
	overflow: hidden;
	height: 26px;
	background: transparent url(../../images/liquid/gn/gnav3_bg.jpg) repeat-x top left;
}

#gnav3 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#gnav3 ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

#gnav3 a
{
	height: 26px;
	display: block;
	text-indent: -9999px;
}

#gnav3 a:hover,
#gnav3 a:active
{
	background-position: 0 -36px;
}

a#gn_home
{
	width: 94px;
	background: url(../../images/liquid/gn/home.jpg);
}

a#gn_first
{
	width: 125px;
	background: url(../../images/liquid/gn/first.jpg);
}

a#gn_tour
{
	width: 131px;
	background: url(../../images/liquid/gn/tour.jpg);
}

a#gn_reserve
{
	width: 97px;
	background: url(../../images/liquid/gn/reserve.jpg);
}

a#gn_estimate
{
	width: 115px;
	background: url(../../images/liquid/gn/estimate.jpg);
}

a#gn_faq
{
	width: 100px;
	background: url(../../images/liquid/gn/faq.jpg);
}

a#gn_link
{
	width: 106px;
	background: url(../../images/liquid/gn/link.jpg);
}

#gnav4
{
	height: 27px;
	background:url(../../images/liquid/gnav4/gnav4_bg.jpg) repeat-x bottom right;
}

#bannerbox
{
	text-align: center;
}

#left_column
{
	float: left;
}

#nav
{
	float: right;
	background: #eee;
}

#nav ul
{
	margin: 0 0 8px 20px;
	padding: 0;
	list-style: none;
}

#nav ul li
{
	margin: 0;
	padding: 0;
	background: url(../../images/liquid/ico/icon_lnk.gif) no-repeat center left;
	text-indent: 15px;
}

#nav p
{
	margin: 10px 0 0 10px;
}

#clr
{
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0;
	background: #fff;
	line-height: 0;
	text-indent: -9999px;
}

.foot_str
{
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -221px;
}

img
{
	margin: 0;
	border: none;
}