@charset"utf-8"


/*sitemap
--------------------------------*/
#sitemap {
	width: 730px;
	overflow: hidden;
}
#sitemap h2 {
	clear: both;
	font-size: 120%;
	color: #666;
	line-height: 120%;
	border-left:12px double #e3231f;
	padding-left: 5px;
	margin: 0 0 5px 5px;
	font-size: 116%;
}
#sitemap h3 {
	color: #666;
	border-left: 6px solid #eee;
	border-bottom: 1px dotted #eee;
	margin: 10px 10px 8px 0;
	padding: 2px 0 2px 6px;
}

#sitemap ul,
#sitemap p {
	margin: 0 0 0 15px;
	line-height: 1.5;
}

#topi { 
	margin: 0 0 30px;
	border: 4px solid #0080c0;
	padding: 10px 0;
}
#topi h2 {
	border: none;
}
#topi ul {
	font-size: 100%;
}

#map {
	width: 730px;
}
.model {
	margin: 0 0 30px;
	padding: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.modelbox { 
	float: left;
	width: 237px;
}
.modelbox + .modelbox {
	margin-left: 10px;
}
.modelbox li {
	text-indent: -1em;
	margin-left: 1em; 
}

#other {
	margin: 0 0 30px;
	clear: both;
	overflow: hidden;
}

#otherbox {
	float: left;
	width: 360px;
}
#otherbox2 {
	float: right;
	width: 360px;
}

.inner {
	margin: 0 0 15px;
	width: 338px;
	border: 1px solid #ddd;
	padding: 10px;
}

.model a,
#otherbox a {
	padding: 0 0 0 12px;
	background: url(../../image/style/ic_arw_map.gif) left center no-repeat;
}
.model a:hover,
#otherbox a:hover {
	background: url(../../image/style/ic_arw_map_on.gif) left center no-repeat;
}

