@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

h4{
	background:#FFC50C;
	color:#554610;
	font-size:1.1em;
	padding:1px 0px 1px 10px;
	font-weight:bold;
	margin-bottom:20px;
}

#greeting {
	margin-bottom: 40px;
}
#company {
	margin-bottom: 40px;
}
#content table th {
	width: 160px;
}
#content table th,
#content table td {
	padding:7px 9px;
}
#content table td span {
	color:#5F524A;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#info {
	margin-bottom: 55px;
}

#info ul{
	margin-bottom:20px;
}

#info ul li{
	list-style:disc;
	margin-left:25px;
}

#content .map {
	width: 640px;
	height: 400px;
	margin-bottom: 15px;
}
#info p span{
	font-weight:bold;
}

#content .k_info{
	margin-bottom:30px;
}

#content .p_info{
	margin-bottom:30px;
}

#content .c_info{
	margin-bottom:40px;
}

table td ,table th{
	vertical-align:top;
}
