@charset "euc-jp";

@import "base.css";
@import "navi.css";
@import "modules.css";

/*** system.css ***/
h1 {
	margin-bottom: 12px;
	}
h3 {
	width: 193px;
	margin-bottom: 6px;
	padding-left: 16px;
	border-bottom: 1px dotted #999;
	background: url(http://i.yimg.jp/images/hr/bullet_square1.gif) 0 .4em no-repeat;
	font-weight: bold;
	}
ul {
	margin-bottom: 24px;
	}
ul li {
	list-style: disc;
	margin-left: 16px;
	}
.keyword-system {
	padding-left: 34px;
	background: url(http://i.yimg.jp/images/hr/bullet_dot1.gif) 0 .4em no-repeat;
	color: #551a8b;
	font-size: large;
	font-weight: bold;
	}
.system-data {
	float: left;
	width: 634px;
	}

/* ---------- point ---------- */
.point {
	float: left;
	margin: 0 16px;
	padding: 12px 0 0 0;
	border: 1px solid #999;
	width: 918px;
	display: inline;
	}
.point h3 {
	margin-left: 16px;
	margin-right: 16px;
	}
.point ul,
.point p {
	margin: 0 32px 12px 32px;
	}

