@charset "shift_jis";

@import url(../css/basic.css);
@import url(../css/common.css);

/*====================================================================================================

	Style Info: 会社案内

====================================================================================================*/

#hana {
	position:absolute;
	top:50%;
	left:50%;
	width:760px;
	height:520px;
	margin-left:-380px;
	margin-top:-260px;
	z-index:1;
	display:none;
	background:url(image/hana.png) no-repeat left top;
	}

#wp {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
	}


/*-------------------------------------------------------------------

	会社概要

-------------------------------------------------------------------*/

.gaiyo {
	width:100%;
	border-collapse:collapse;
	}

.gaiyo th,
.gaiyo td {
	border:1px solid #948bbd;
	padding:15px;
	}

.gaiyo th {
	width:20%;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
	background-color:#ebe9f9;
	}

.gaiyo td {
	background-color:#fff;
	}
	

