@charset "utf-8";
/* CSS Document */

#side h2 {
	margin-bottom:25px;
}

#main h1 {
	margin-bottom:35px;
	font-size:2em;
	font-weight:bold;
}

#main .notfound {
	margin-bottom:40px;
}

#main .border {
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
	#main dl {
		float:left;
		width:210px;
	}
		#main dt,
		#main dd {
			margin:0 0 8px;
		}
			#main dd a {
				color:#1a1a1a;
				text-decoration:none;
				padding-left:12px;
				background:url(../../common/img/catch/sr_arr.png) no-repeat 3px center;
			}
			#main dd a:hover {
				color:#EC000A;
			}
				#main ul ul {
					margin-left:8px;
				}
					#main ul ul a {
						background:url(../../common/img/catch/tri.png) no-repeat 3px center;
					}
