@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// system.html

==========================================================================================*/


div#main h1 {
	height:63px;
}

div#main h2 {
	background:url(../images/common-h-bg1.gif) no-repeat left top;
	width:150px;
	height:44px;
	color:#F40CA6;
	text-align:center;
	font-weight:bold;
	line-height:30px;
}

div#systemSystem {
	background:url(../images/system-bg.gif) no-repeat left top;
	width:620px;
	height:434px;
	text-indent:-9999px;
}

/*==========================================================================================

	// systemMap

==========================================================================================*/

div#systemMap {
	background:url(../images/system-map.gif) no-repeat left top;
	width:620px;
	height:490px;
	position:relative;
}

div#systemMap p {
	position:absolute;
	left: 51px;
	top: 33px;
}


div#systemMap iframe {
	position:absolute;
	left: 52px;
	top: 97px;
	border:1px solid #cccccc;

}

div#systemMap a {
	position:absolute;
	text-align:right;
	left: 473px;
	top: 459px;
	color:#666666;
}

