@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background:url(../Img/common/bg_body_top.png) repeat-x;
	font-size:12px
}
.clr {
	clear:both;
}
ol {
	list-style:inside decimal;
}
/* common use ========================================================================================*/
div.bg_title {
	display:block;
	width:600px;
	height:36px;
	background:url(../Img/common/bg_title.png) no-repeat;
	margin:15px auto 25px auto;
}
div.bg_title span {
	font-size:16px;
	font-weight:600;
	color:#663300;
	padding-left:20px;
	line-height:250%;
}
/* table =============================================================================================*/
table#aboutus, table#stuff, table#accMap_kan, table#accMap_tyo, table#privacy {
	width:600px;
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	margin:10px auto 10px auto;
}

/*Js lavalamp Menu  メインメニューで利用 =============================================================*/
.lavaLampBottomStyle {
	position: relative;
	height: 25px;
	width: 380px;
	background-color: white;
	padding: 5px 15px 5px 0/*15px*/;
	overflow: hidden;/*border: 1px solid gray;*/
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	border-bottom: 3px solid #CC0000;
	width: 9px;
	height: /*30*/22px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	font: bold 11px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	width:auto;
	position: relative;
	overflow: hidden;
	margin: auto 5px;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
	text-decoration:none;
}
/* index ====================================================================*/
div#wrapper {
	width:100%;
}
div#header {
	width:780px;
	height:85px;
	margin:0 auto 0 auto;
}
div#ohana_logo {
	float:left;
	width:250px;
	height:45px;
 background:;
	margin:20px 0;
}
div#index_menu {
	float:right;
	/*width:525px;*/
	margin-left:5px;
	margin-top:40px;
}
div#container {
	width:780px;
	height:auto;
	margin:15px auto 30px auto;
}
div#main01, div#main02 {
	display:block;
	width:600px;
	height:161px;
	margin:50px auto 80px auto;
}
div#main02 {
	display:block;
	width:600px;
	height:142px;
	margin:0 auto 50px auto;
}
div#footer {
	width:100%;
	background:url(../Img/common/bg_body_btm.png) repeat-x;
	margin-top:50px;
}
div#footer_container {
	width:780px;
	margin:0 auto 0 auto;
}
/* 会社概要 ====================================================================*/
table#aboutus .lCont, table#stuff .lCont, table#accMap_kan .lCont, table#accMap_tyo .lCont, table#stuff .licence, table#stuff .licenceCont, table#aboutus .rCont, table#stuff .rCont, table#accMap_kan .rCont, table#accMap_tyo .rCont, table#accMap_kan .gpmap, table#accMap_tyo .gpmap {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:5px;
	line-height:160%;
}
table#aboutus .lCont, table#stuff .lCont, table#accMap_kan .lCont, table#accMap_tyo .lCont {
	width:150px;
	background:#f0f0f0;
	color:#663300;
}
table#stuff .lCont {
	padding:0;
}
table#accMap_kan .gpmap, table#accMap_tyo .gpmap {
	width:440px;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:5px;
	line-height:160%;
}
table#stuff .licence {
	width:70px;
}
table#stuff .licenceCont {
	width:380px;
}
/* 個人情報保護指針 =============================================================*/
div#txt_privacy {
	display:block;
	width:600px;
	height:auto;
	padding:10px 0;
	margin:15px auto;
	line-height:160%;
	}
	
table#privacy .lCont, table#privacy .rCont {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:5px;
	line-height:160%;
	}
	table#privacy .lCont {
		width:140px;
		background:#f0f0f0;
		vertical-align:text-top;
		}
	table#privacy .rCont {
		width:440px;
		vertical-align:text-top;
		}
		
	
	
