@charset "UTF-8";

/*
---------------------------------------------------------------------------
  トビラのページ用
---------------------------------------------------------------------------
*/
a{
	color: #888;
}


#main_area{
	position: relative;
	width: 742px;
	height: 609px;
	overflow: hidden;
	margin: 8px auto 0 auto;
	padding: 0;
}

#flash_frame{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 736px;
	height: 480px;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #A99424;
}

#flash{
	top: 0px;
	left: 0px;
	width: 736px;
	height: 480px;
	text-align: center;
}

#install_flash{
	padding-top: 210px;
	color: #A99;
}

#install_flash p{
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

/* ----------------------------------- */
#text_left{
	position: absolute;
	top: 487px;
	left: 0px;
	width: 584px;
	height: 106px;
	overflow: hidden;
	padding-top: 8px;
}

#text_left h1{
	width: 584px;
	height: 59px;
	overflow: hidden;
	background-image: url(../image/page/tobira/ehko1.gif);
	background-repeat: no-repeat;
}

#text_left h2{
	width: 584px;
	height: 23px;
	overflow: hidden;
	background-image: url(../image/page/tobira/ehko2.gif);
	background-repeat: no-repeat;
}

#text_left em{
	display: block;
	padding-top: 70px;
}

#addr{
	width: 584px;
	height: 24px;
	overflow: hidden;
	background-image: url(../image/page/tobira/address.gif);
	background-repeat: no-repeat;
}

#addr p{
	padding-top: 70px;
}

/* ----------------------------------- */
#text_right{
	position: absolute;
	top: 487px;
	left: 585px;
	width: 152px;
	height: 106px;
	overflow: hidden;
	padding-top: 8px;
}

#enter{
	width: 152px;
	height: 48px;
	overflow: hidden;
	background-image: url(../image/page/tobira/enter.gif);
	background-repeat: no-repeat;
}

#enter em{
	display: block;
	padding-top: 70px;
}



