@charset "utf-8";
@import "./base.css";

#image {
	margin-top: 1px;
	margin-bottom: 7px;
	width: 900px;
	height: 275px;
	background: url(../img/index/image.jpg);
}

#contents_left {
	float: left;
	width: 475px;
	margin-top: 15px;
	margin-right: 20px;
}

h2#copy {
	width: 473px;
	height: 27px;
	background: url(../img/index/copy.gif);
	margin-bottom: 5px;
}

#contents_right {
	float: left;
	width: 405px;
	margin-top: 15px;
}

#contents_right table {
	width: 405px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: #e4ecf3;
}

#contents_right table th{
	font-weight: normal;
	font-size: 1px;
}

#contents_right table th.c{
	width: 10px;
	height: 10px;
}

#contents_right table th.c1{ background: url(../img/common/c1.gif); }
#contents_right table th.c2{ background: url(../img/common/c2.gif); }
#contents_right table th.c3{ background: url(../img/common/c3.gif); }
#contents_right table th.c4{ background: url(../img/common/c4.gif); }

#contents_right table p{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#contents_right table strong{
	color: #004B96;
	font-size: 14px;
}

#contents_right table span{
	font-size: 21px;
}

#contact {
	width: 365px;
	height: 23px;
	background: #ffffff;
	padding: 10px;
}

.contact_left {
	float: left;
	font-size: 10px;
	width: 146px;
	height: 23px;
	line-height: 1.2em;
}

.contact_right {
	float: left;
	font-size: 10px;
	width: 219px;
	height: 23px;
}

.banner {
	float: left;
	width: 88px;
	height: 31px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	background: #ddd;
	margin-top: 17px;
	margin-right: 2px;
	text-align: center;
	line-height: 31px;
}