@charset "UTF-8";
/* CSS Document */

@import url("domain.css");
@import url("reset.css");

div#system{
	width:580px;
	min-height:800px;
	color:#ffffff;
}

*html div#system{
	height:1000px;
}

div#system h1{
	margin:5px 0 0 0;
}

div#system  h2{
	margin-left:30px;
	font-weight:bold;
}
div#system  ul{
	margin-left:50px;
	margin-bottom:30px;
}
div#system  li{
	font-size:80%;
	list-style-type:decimal;
}











div#system div#systemBox dl{
	width:375px;
	float:left;
}


div#system div#systemBox dt{
	width:165px;
	float:left;
}

div#system div#systemBox dd{
	width:210px;
	float:left;
}


div#card{
	padding:45px 0 0 0;
}

div#system div#card　h2{
	width:457px;
}

div#system div#card　p{
	width:457px;
}


