@charset "utf-8";
@import url("bace.css");
@import url("common.css");
/* ===================================================================
CSS information

 file name  :terms.css
 style info :サイトのご利用について用スタイル
=================================================================== */

/* -------- snavi -------- */
#terms #sNav {
	background: url(/images/news/img_snav.gif) no-repeat center bottom;
	margin:0;
	padding:0;
}
#terms p .externalLink {
	padding-left:15px;
	background:url(/images/common/icon_link.gif) no-repeat 0 0.15em;
}
#terms p,
#terms ul.rowList {
	margin:0 12px 5px;
}
#terms ul.rowList {
	padding-bottom:15px;
}
#terms #contents h3 {
	margin:20px 0 10px;
	clear:both;
}
ul.rowList li {
	float:left;
	margin-right:10px;
}

#terms dl {
	margin:10px 8px 0;
}
#terms dt {
	color:#3d3d3d;
	font-weight:bold;
}
#terms dd {
	margin-left:1em;
}
#terms ol {
	margin-left:1.5em;
}
#terms ol li {
	list-style: decimal;
	margin-left:1em;
}

