@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------*/
/*ページタイトル*/

#page_title{
	background-image:url(image/mainimage.jpg);
}


/*---------------------------------------------------------*/
/*ごあいさつ*/

#greeting{
	background-image:url(image/bg01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:935px;
	height:331px;
	margin:30px auto 50px auto;
	overflow:hidden;
}

#greeting dl{
	display:none;
}

/*---------------------------------------------------------*/
/*会社概要*/

.company_block{
	width:854px;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}

.company_block .img{
	position:absolute;
	right:0px;
	bottom:0px;
	width:132px;
	height:190px;
}

.company_block .leftcol{
	width:408px;
	float:left;
	overflow:hidden;
}

.company_block .rightcol{
	width:408px;
	float:right;
	overflow:hidden;
}

.company_block table{
	width:408px;
	border-top:2px dotted #45BA1B;
	font-size:13px;
}

.company_block table th,
.company_block table td{
	border-bottom:2px dotted #45BA1B;
	padding:0.5em 0px;
}

.company_block table th{
	width:6em;
	text-indent:1em;
	font-weight:bold;
	text-align:left;
	color:#45BA1B;
}

/*---------------------------------------------------------*/
/*アクセス*/

.access_map{
	width:891px;
	margin:20px auto;
	overflow:hidden;
}

.access_map iframe{
	width: 100%;
	height: 430px;
}


/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/
