@charset "utf-8";

/* ----------------------------------------------------------

1.Universal Selector
2.Structure Module
3.Text Module
4.Table Module
5.List Module
6.Image Module
7.Link Module

------------------------------------------------------------- */


/* ==========================================================

     Universal Salector

============================================================= */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	zoom: normal;
}


/* ==========================================================

     Structure Module

============================================================= */
html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; }

/* clearfix */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../images/footer_bottom_back.gif);
}
body > #container { height: 100%; }

#mainarea {
	background-color: #ffffff;
}

.inner {
		position: relative;
		top: 0px;
		left: 50%;
		margin-left: -440px;
		width: 880px;
}

	#header {
		width: 880px;
		height: 120px;
		background: #ffffff url(../images/header_back.gif) no-repeat bottom left;
	}
	
	#main {
		background-color: #ffffff;
	}
		.section {
			margin: 0px 40px 40px 40px;
			color: #330000;
		}
		
		.box {
			margin: 10px 0px 20px -10px;
			width: 520px;
			background: url(../images/tabletop_back.gif) no-repeat;
		}
			.boxinner {
				padding: 30px 0px;
				width: 520px;
				background: url(../images/tablebottom_back.gif) no-repeat bottom left;
			}
				.boxinnerinner {
					width: 520px;
					background: url(../images/table_back.gif) repeat-y;
				}

#footer_bottom {
	background: url(../images/footer_bottom_back.gif);
}
	#footer_top {
		height: 251px;
		background: url(../images/footer_top_back.gif) repeat-x bottom left;
	}
		#info {
			float: right;
			width: 390px;
			height: 240px;
			background: url(../images/info.gif) no-repeat;
		}
		#home {
			position: relative;
			top: 209px;
			left: 0px;
			float: right;
			width: 36px;
			height: 42px;
			text-indent: -9000px;
		}

.rcle { clear: right; }
.lcle { clear: left; }
.bcle { clear: both; }


/* ==========================================================

     Text Module

============================================================= */
#header_address {
	float: right;
	margin-top: 30px;
	width: 310px;
	height: 30px;
	background: url(../images/header_address.gif) no-repeat;
	text-indent: -9000px;
}

#main h2 {
	margin-bottom: 20px;
	width: 410px;
	height: 40px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#main h3 {
	width: 272px;
	height: 22px;
	margin-bottom: 10px;
	background: url(../images/h3_back.gif) no-repeat center left;
	color: #330000;
	font-weight: bold;
	line-height: 22px;
	font-size: 0.85em;
	vertical-align: middle;
	text-indent: 10px;
}

#main h4 {
	margin: 0px 0px 10px 20px;
	color: #330000;
	font-size: 0.8em;
}

#main p {
	margin: 0px 40px 20px 40px;
	color: #330000;
	font-size: 0.8em;
	line-height: 1.8;
}

#main em {
	color: #990000;
	font-style: normal;
}

#main strong {
	color: #990000;
}

.small { font-size: 0.9em; }
.large { font-size: 1.3em; }
.center { text-align: center; }

address {
	padding: 5px 0px 20px 0px;
	font-style: normal;
	font-size: 0.7em;
	text-align: center;
}

#info h2, #info ul, #info p { display: none; }

/* ==========================================================

     Table Module

============================================================= */
.boxinner table {
	margin: 0px 20px;
	width: 480px;
	font-size: 0.75em;
}
	.boxinner table caption {
		line-height: 3;
		text-align: center;
		vertical-align: top;
	}
	.boxinner table th {
		padding: 5px;
		font-weight: normal;
		line-height: 1.8;
	}
	.boxinner table td {
		text-align: center;
	}

.border_bottom { border-bottom: 1px dotted #b4d78d; }
.num { text-align: right; }

table.simple {
	margin: 10px 0px 10px 40px;
	border-collapse: collapse;
	border: 1px solid #b4d78d;
	font-size: 0.8em;
}
table.simple th { padding: 5px; border-right: 1px dotted #b4d78d; }
table.simple td { padding: 5px; border-right: 1px solid #b4d78d; }



/* ==========================================================

     List Module

============================================================= */
#profile {
	float: left;
	margin-top: 20px;
	width: 380px;
	height: 40px;
	background: url(../images/license.gif) no-repeat;
	text-indent: -9000px;
	list-style: none;
}

#hmenu {
	float: right;
	list-style: none;
}
	#hmenu li {
		float: left;
		margin-right: 10px;
	}


#fmenu {
	position: relative;
	top: 180px;
	left: 80px;
	width: 241px;
	height: 71px;
	background: url(../images/fmenu_back.gif) no-repeat;
	font-size: 0.65em;
	list-style: none;
}
	#fmenu li {
	}


/* ==========================================================

     Image Module

============================================================= */
img { border: none; }


/* ==========================================================

     Link Module

============================================================= */
#logo {
	display: block;
	float: left;
	margin: 5px 0px 0px 5px;
	width: 285px;
	height: 50px;
}

#main a {
	margin: 0px 3px;
	color: #ec7458;
	text-decoration: none;
}
	#main a:hover {
		color: #fadce2;
	}

#hmenu li a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
	#hmenu li a:hover { background-position: bottom left; } 
	#hmenu_goriyou { width: 120px; height: 60px; background-image: url(../images/hmenu_goriyou.gif); }
	#hmenu_staff   { width: 130px; height: 60px; background-image: url(../images/hmenu_staff.gif); }
	#hmenu_ryoukin { margin-top: 10px; width: 50px; height: 40px; background-image: url(../images/hmenu_ryoukin.gif); }
	#hmenu_privacy { margin-top: 10px; width: 135px; height: 40px; background-image: url(../images/hmenu_privacy.gif); }
/*	#hmenu_access  { margin-top: 10px; width: 55px; height: 40px; background-image: url(../images/hmenu_access.gif); }*/
	#hmenu_access  { margin-top: 10px; width: 55px; height: 40px; background-image: url(../images/hmenu_map.gif); }

#info_staff a {
	display: block;
	position: relative;
	top: 140px;
	left: 177px;
	width: 62px;
	height: 42px;
	background: url(../images/info_staff.gif) no-repeat;
	text-indent: -9000px;
}
	#info_staff a:hover { background-position: bottom left; }

#home a {
	display: block;
	width: 36px;
	height: 42px;
	background: url(../images/house.gif) no-repeat;	
}
	#home a:hover {
		background-position: top right;
	}

#fmenu li a {
	position: absolute;
	color: #330000;
}
#fmenu li a:hover { color: #fadce2; }
	#fmenu_goriyou { top: 12px; left: 44px; }
	#fmenu_staff   { top: 12px; left: 140px; }
	#fmenu_ryoukin { top: 35px; left: 20px; }
	#fmenu_privacy { top: 35px; left: 70px; }
	#fmenu_access  { top: 35px; left: 180px; }

address a {
	color: #000000;
	text-decoration: none;
}

