@charset "utf-8";

/* CSS Document */

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

	//  system.html

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

div#main h3 {
	height: 50px;
	width: 186px;
	margin: 0 0 20px 10px;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: center;
	background: url(../images/common-h-bg1.gif) no-repeat left top;
}

* html div#main h3 {
	font-size:13px;
}

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

	//  基本料金

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


div#systemFee {
	height: 140px;
	width: 526px;
	padding: 20px;
	margin: 0 auto 20px;
	background: url(../images/system-fee-bg.gif) no-repeat left top;
}

div#systemFee dl { font-size: 140%; }

* html div#systemFee dl { font-size: 15px; }

div#systemFee dl dt {
	display: inline;
	float: left;
	clear: both;
	width: 200px;
	padding-left: 15px;
	vertical-align: top;
	background: url(../images/common-mark-trans.png) no-repeat 0px 2px;
}

div#systemFee dl dt span {
	font-size:77%;
	color:#999999;
}
div#systemFee dl dt span {
	font-size:10px;
}
div#systemFee dl dd {
	width: 200px;
	margin-bottom: 5px;
	margin-left: 250px;
}

*html div#systemFee dl dt { behavior: url(js/iepngfix.htc); }

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

	//  基本プレイ

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

div#systemPlay {
	height: 70px;
	width: 566px;
	padding: 30px 0 20px;
	margin: 0 auto;
	background: url(../images/system-play-bg.gif) no-repeat left top;
}

div#systemPlay ul { margin:0 0 0 20px; 
}

div#systemPlay ul li {
	display:block;
	width:90px;
	height:20px;
	background:url(../images/common-mark-trans.png) no-repeat 0px 2px;
	float:left;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size: 116%;
}

* html div#systemPlay ul li {
	font-size:15px;}


* html div#systemPlay ul li  { behavior: url(js/iepngfix.htc); }
