﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC3300;
	padding: 0 0 3px 0px;
	background: url(../image/h3_bg.jpg) left bottom repeat-x;
	margin: -4px 0 7px;
}

/*         same           */

#content .cms {
	margin-bottom: 25px;
}

#content .same {
	margin: 0 0 15px;
}

#content .same dl dt {
	font-weight: bold;
	color: #FF9900;
}

/*          table         */

#content table {
	margin-bottom: 28px;
}

#content table th {
	width: 159px;
	padding: 3px 0 2px 9px;
}

#content table td {
	padding: 3px 0 2px 9px;
}

#content ul.com_img {
overflow:hidden;
zoom:1;
margin-bottom:20px;
}

#content ul.com_img li {
float:left;
margin-right:15px;
}

#content ul.com_img li.last {
float:left;
margin-right:0px;
}

#content .map {
	height: 384px;
}

p.gotop {
	margin-top: 41px;
}