@charset "utf-8";
@import url("./_lib_common.css");

/*---------- ライブラリー CSS ----------*/

#ContentBody #MainBox p#SubIndex {
	margin: 10px 0 0;
	padding: 5px 0 0;
	height: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 1.1;
	/* letter-spacing: .1em; */
	color: #999;
	background: url("../common/images/bg_page_menu.png") no-repeat 0 0;
}
#ContentBody #MainBox p#SubIndex a {
	text-decoration: none;
}
#ContentBody #MainBox h2 {
	margin-bottom: 20px;
	font-size: 16px;
}
#ContentBody #MainBox h3 {
	margin: 20px 20px 6px;
	font-weight: normal;
	font-size: 12px;
	color: #f60;
	letter-spacing: .1em;
}
#ContentBody #MainBox ul {
	margin: 0 0 20px 40px;
	padding: 0 0 0 40px;
}
#ContentBody #MainBox li {
	margin: 0 0 .5em;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 11px;
	line-height: 1.5;
}
#ContentBody #MainBox li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

