@charset "UTF-8";
/*サブメイン内の箱のwh下の余白とフォントの設定*/
#site_box {
	height: auto;
	width: 960px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	margin-top: 0px;
}
hr {
	background-image: url(../images/sitemap_img/2line.jpg);
	background-repeat: no-repeat;
	background-position: 960px;
	clear: both;
}
/*見出しの高さと幅設定*/
#title_box1 {
	height: 70px;
	width: 960px;
}
/*一番上の見出し２の設定*/
.site_title{
	height: 55px;
	width: 185px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}
.main_section {
	clear: both;
}
/*一番上の見出し２横のライン設定*/
.dot_line {
	background-image: url(../images/sitemap_img/1line.gif);
	background-repeat: repeat;
	width: 765px;
	height: 14px;
	float: left;
	background-position: 0px 0px;
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}
#site_box ul.arrow li{
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/sitemap_img/3arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-attachment: scroll;
}
#site_box li{
    list-style-type: none;
}
ul.arrow li a  {
	color: #333333;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover{text-decoration:underline;
}
/*羊毛模様の線*/
hr {
	border: 0 none;
	display: block;
	height: 2px;
	padding: 0;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/sitemap_img/2line.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
.out_box {
	clear: both;
	height: 200px;
	width: 960px;
}
.section_box {
	height: 200px;
	width: 218px;
	float: left;
	margin-left: 20px;
	border-right-style: dotted;
	border-right-color: #999;
	border-right-width: 2px;
}
.section_box2 {
	height: 200px;
	width: 220px;
	float: left;
	margin-left: 20px;
	border-right-style: dotted;
}
.section_box .arrow li {
	margin-bottom: 10px;
}
.section_box2 .arrow li {
	margin-bottom: 10px;
}
h3.site_menu {
	height: 20px;
	width: 220px;
	margin-bottom: 20px;
	clear: both;
}
