@charset "Shift_JIS";

html {
	overflow-y:scroll;
}

/* Self */
#page {
	width: 89.4em;	/* org 914px */
	padding: 0em 1.0em 0em;
	margin: 0em auto;
	text-align: left;
	background:url(../images/common/global_bg_shadow.gif);
}

/* Header */
#header {
	width: 87.8em;	/* org 894px */
	height: 5.7em;	/* org  72px */
	padding: 1.2em 0.8em 0.3em;
	overflow: hidden;
	background-image:url(../images/common/global_hd_line.gif);
	background-repeat:no-repeat;
}

#logo {
	float:left;
	width: 17.6em;
	height: 5.7em;
}

#town_edge {
	float:left;
	width: 38.1em;
	height: 5.7em;
}
	
#header_menu {
	float:right;
	text-align:right;
	width: 31.5em;
	height: 5.7em;
}

#header_menu .phone_no {
	width: 25.4em;
	height: 3.6em;
	margin: 0em 0em 0.5em;
}

#header_menu ul.menu {
	font-size: 1.2em;
}

#header_menu a {
	text-decoration: none;
}

#header_menu li.left {
	margin: 0em;
}

#header_menu li.normal {
	margin: 0em 0em 0em 0.5em;
}

#header_menu li {
	float: right;
	height: 1.4em;
	display: block;
	background-image:url(../images/common/global_hd_menu_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0.2em 1.8em 0em 0em;
}

/* Navi */
#navi {
	position: relative;
	width:87.8em;	/* org 894px */
	height:2.6em;
	background-image:url(../images/common/global_nv_bg.gif);
	background-repeat:repeat-x;
	padding: 0em 0.8em 0em;
	margin: 0em 0em 1.0em;
	z-index:2;
}

#navi li {
	float: left;
	height: 2.5em;
	display: block;
}

/* Main */
#main_shell {
	position: relative;
}

#main {
	width:87.8em;	/* org 894px */
	padding: 0em 0.8em 0em;
	margin: 0em 0em 1.0em;
	overflow: hidden;
	position: relative;
	z-index:1;
}

/* Submenu */
#submenu_2 {
	position:absolute;
	left:154px;
	top:25px;
	width:147px;
	height:116px;
	z-index:10;
	visibility: hidden;
	background-image: url(../images/home/submenu_2_bg.jpg);
}

/* Contact infomation area */

#contact_info_area {
	width: 87.8em;
	height: 5.0em;
	padding: 0em;
	margin: 0em 0em 1.0em;
	text-align: center;
	overflow: hidden;
}

/* Footer */
#footer {
	width: 87.8em;
	height: 4.7em;
	overflow: hidden;
	padding: 1.1em 0.8em 0.6em;
	background-image:url(../images/common/global_ft_line.gif);
	background-repeat:no-repeat;
}

#footer .signature {
	font-size: 1.2em;
	float:left;
}

#footer .copyright {
	font-size: 1.2em;
	float:right;
}

/* Common */
a {
	text-decoration: underline;
	}

a:link {
	color:#333333;
	}

a:visited {
	color:#333333;
	}

a:hover {
	color:#cccccc;
	}

a:active {
	color:#eeeeee;
	}
