@import url(common.css);
@import url(outline.css);

#intro {
	background-image: url(img/bar/intro_knot.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#intro p {
	font-size: 12px;
	line-height: 16px;
}

#intro a {
	color: #000000;
}

#intro ul {
	float: right;
	width: 120px;
}

#intro li {
	background-image: url(img/menu/knot_anchor.png);
	margin-top: 3px;
	padding: 3px 3px 3px 16px;
	background-position: left center;
	font-size: 10px;
	line-height: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#intro .inner {
	float: left;
	width: 380px;
}

#list {
	padding-top: 10px;
}

#list h2 {
	margin-top: 10px;
}

#list a {
	color: #000000;
}

#list ul {
}

#list li {
	background-image: url(img/menu/knot.png);
	margin-top: 3px;
	padding: 5px 5px 5px 18px;
	background-position: left center;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 14px;
}

#list span {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

#list .bord {
	background-color: #efefef;
	padding: 7px 15px;
	width: 510px;
}

#list .note {
	font-size: 10px;
	line-height: 14px;
	margin-top: 8px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}