@charset "utf-8";
/******************** system ********************/
h2#system {
	background: url(../img/h2-system.gif) no-repeat;
}
table {
	width: 450px;
	margin: -5px 0 0 80px;
}
td {
	background: #F7FAFF;
	padding: 8px 10px;
}
td.item, td.item2 {
	background: #EEF5FF url(../img/system-bg.png) no-repeat right top;
	border-left: 10px solid #acf;
	width: 120px;
	text-align: left;
}
td.item2 {
	width: 300px;
}
p.payment {
	font-weight: bold;
	margin: 15px 20px 8px 15px;
}
p#sub1, p#sub2, p#sub3, p#sub4 {
    display: block;
    height: 20px;
	width: 300px;
    text-indent: -500px;
    overflow: hidden;
	margin: 0 10px 15px;
	clear: both;
	background-repeat: no-repeat;
}
p#sub1 {
	background-image: url(../img/sub-system1.gif);
}
p#sub2 {
	background-image: url(../img/sub-system2.gif);
}
p#sub3 {
	background-image: url(../img/sub-system3.gif);
}
p#sub4 {
	background-image: url(../img/sub-system4.gif);
}


/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
