@charset "utf-8";

/* -------------------------------------------------------------------
	file Information
	
	File name:      				sitemap.css
	Created:   					    2011
	Last update:				    2011-05-16
	by Author Style Info:		sitemapページCSS
	
	Author:									OSM by image graff
	Author URI: 						http://osm.main.jp/work

------------------------------------------------------------------- */

/* -----------------------------------------------------------
	#section
----------------------------------------------------------- */
#section {
	overflow: hidden;
	padding: 40px 0 40px 19px;
}
#section a {
	display: block;
}
#section a:hover {
	color: #999;
}
#section .list {
	float: left;
	width: 283px;
	margin-right: 30px;
}
#section h2 {
	margin-bottom: 7px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
	font-size: 105%;
	font-weight: bold;
}
#section h2 a {
	margin-bottom: -5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}
#section h2 a:hover {
	border-bottom: 1px solid #bbb;
	text-decoration: none;
}
#section h3 a,
#section .list li li {
	padding: 2px 0;
	font-size: 95%;
	line-height: 1.45;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#section h3 a,
#section .list li li {
	line-height: 1.5;
}
}

/* class */
#section .list-1 {
	min-height: 7em;
}
* html #section .list-1 {
	height: 7em;/* IE6 */
}
#section .list-2 {
	min-height: 24em;
}
* html #section .list-2 {
	height: 24em;/* IE6 */
}
#section .list-3 {
	min-height: 5em;
}
* html #section .list-3 {
	height: 5em;/* IE6 */
}
#section .p-link {
	margin-bottom: 15px;
	padding-left: 3.5em;
}
#section .p-link li {
	list-style-type: disc;
}
