@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title {
	background: url("./image/title.jpg") no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #6AB800;
	padding-left: 10px;
	margin-bottom: 10px;
}

.work_box {
	width: 340px;
}

.work_title {
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #6AB800;
	vertical-align: top;
}

.work_td {
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
}

.line {
	margin-bottom: 10px;
}

.float_box {
	float: left;
	width: 340px;
}

.float_box1 {
	float: right;
	width: 150px;
}

.img_box {
	width: 150px;
	text-align: center;
	margin-bottom: 5px;
}

.txt_box {
	width: 150px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
}

.company_box {
	margin-bottom: 30px;
}

.access_txt {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.g_map {
	margin-bottom: 25px;
}

a.link:link {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}



