@charset "utf-8";

/* ---------------------------------------------
 #systemPage
--------------------------------------------- */
div#systemPage p {
	margin:3px 5px;
}

div#systemPage p.page {
	text-align:center;
	margin:30px 0 40px;
}

div#systemPage h1 {
	background:url(../img/system/h1_bg.gif) repeat-x;
	border:1px solid #94BE36;
	color:#ffffff;
	font-size:120%;
	padding:10px 12px 7px;
}
div#systemPage h2 {
	background:#e6ece6;
	border:1px solid #D8E2CA;
	color:#999999;
	font-size:100%;
	padding:6px 10px 4px;
	margin-top:20px;
}
div#systemPage h3 {
	font-size:100%;
	border-bottom:5px solid #3894C3;
	color:#999999;
	padding:0 0 2px 5px;
	margin-top:40px;
}

div#systemPage dl {
	margin:10px 10px 15px;
}
div#systemPage dl dt {
	background:url(../img/system/dt_bg.gif) no-repeat left center;
	font-size:110%;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:5px;
}
div#systemPage dl dt span {
	font-size:80%;
	font-weight:normal;
	color:#aaaaaa;
	margin-left:10px;
}
div#systemPage dl dd {
	background:url(../img/system/line.gif) bottom left no-repeat;
	line-height:1.4em;
	padding-bottom:15px;
	margin-bottom:8px;
}

div#systemPage dl dd span, #systemPageTop dl dd span {
	background:#aaaaaa;
	color:#ffffff;
	padding:3px 7px 2px;
	margin-right:5px;
}

div#systemPage ul {
	margin:5px 7px;
	line-height:1.7em;
	list-style:none;
}

div#systemPageTop ul li {
	background:url(../img/system/line.gif) bottom left no-repeat;
	font-size:110%;
	font-weight:bold;
	padding:5px 0 15px;
}
div#systemPageTop ul li a {
	background:url(..../img/system/dt_bg.gif) no-repeat left center;
	padding:0 0 0 10px;
}

div#systemPage div#info {
	width: 70%;
	background:#f6f6f6;
	border:1px solid #cccccc;
	padding:10px;
	margin:60px 0 15px;
}
div#systemPage div#info table {
	border-collapse:collapse;
}
div#systemPage div#info th, div#systemPage div#info td {
	padding:5px 8px;
	vertical-align:top;
	line-height:1.6em;
}

div#systemPage div#info table th {
	text-align:right;
	white-space:nowrap;
}
div#systemPage div#info table td {
	background:#f6f6f6;
	border-left:3px solid #dddddd;
	padding-left:10px;
}

/* -- イメージ画像 -- */
div#systemPage p.systemImg {
	text-align: center;
	margin: 20px 0;
}


