@charset "utf-8";

@import "/ch/common/css/base.css";
@import "/ch/common/css/nomap.css";

#title_main {
	width: 420px;
	padding-top: 150px;
	padding-left: 10px;
	padding-bottom: 50px;
	background-image: url(/ch/access/images/title_access.jpg);
}

#content {
	padding: 30px 5px 105px 15px;
	background-color: #F3F3F3;
	border-left: solid 10px #DEDEDE;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-bottom: 4px;
	background-image: url(/common/images/icon_link.gif);
}

