﻿@charset "UTF-8";
@import "base_suv.css";

#banner_area {
	width: 940px;
	height: 30px;
	margin-left: 33px;
	float: left;
}
.banner_img {
	margin-left: 500px;
	margin-right: 30px;
	float: left;
}
#links_area {
	width: 940px;
	/*height: 500px;*/
	padding-top: 1px;
	padding-bottom: 50px;
	margin-left: 33px;
	/* overflow: auto; */
	float: left;
}
.link_box {
	width: 600px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #cccccc;
}
.link_img {
	width: 150px;
	text-align: center;
}
.link_title {
	padding-left: 15px;
	padding-bottom: 30px;
	background-image: url(../img/link/arrow.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
}
.link_txt {
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
}

