@charset "utf-8";

#main_img {
	background: #005DA6 url(../img/index/main_img_bg.jpg) repeat-x;
	text-align: center;
}

#main h2 {
	margin-bottom: 0.6em;
}

/* ===========================
picup
=========================== */
#main #picup div {
	width: 257px;
	float: left;
	margin-right: 15px;
}
#main #picup div.under {
	margin-right: 0px;
}
#main #picup div a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*
#picup_left {
	width: 280px;
	float: left;
}
#picup_left dt img {
	margin-bottom: 0em;
	vertical-align: bottom;
}
#picup_left dd {
	margin-bottom: 0.5em;
}
#picup_left a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#contact {
	float: right;
	width: 228px;
}
#contact h3 {
	margin-bottom: 2px;
}
#contact div {
	background: #E6F3FF;
}
#contact p {
	margin-bottom: 0px;
	padding:  14px 14px 0px;
}
#contact img.btn {
	margin-left: 7px;
	padding-bottom: 8px;
}
*/

