@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.hello
-------------------------------------------------------------------*/
#content .hello {
	margin-bottom:20px;
}
#content .image {
	padding-top:5px;
}
#content .hello p {
	margin-bottom:25px;
}
#content .hello p.top {
	background:url(../image/bg01.jpg) left bottom no-repeat;
	border-bottom:1px solid #FFC65F;
	color:#666666;
	font-size:1.14em;
	padding:1px 0 0 40px;
	font-weight:bold;
	margin-bottom:15px;
}
/*-------------------------------------------------------------------
	.first
-------------------------------------------------------------------*/
#content .first {
	margin-bottom:40px;
}
#content .first dl dt {
	margin:5px 0 15px;
}
#content .first dl dd {
	margin-right:10px;
}
/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin:20px 0 36px;
}
#company table th {
	width: 160px;
}
#company table th, #company table td {
	padding:3px 9px 1px;
}


#profile table {
	margin:20px 0 36px;
}


#profile table th {
	width: 160px;
}


#profile table th, #profile table td {
	padding:3px 9px 1px;
}



/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height:400px;
	margin:20px 0 30px;
}


/*-------------------------------------------------------------------
	#guidebox
-------------------------------------------------------------------*/
#guidebox table {
	margin-bottom: 30px;
}
#guidebox table th {
	width: 155px;
	padding: 2px 14px 2px 9px;
}
#guidebox table td {
	padding: 2px 10px 2px 9px;
}
