@charset "Shift_JIS";

/*====================================================================

 初期設定

====================================================================*/
/* リセットCSS */
#chargeContent p {
	line-height: 1.4;
}
#chargeContent p,
#chargeContent dl,
#chargeContent dt,
#chargeContent dd,
#chargeContent li,
#chargeContent ul {
	margin: 0;
	padding: 0;
}
#chargeContent li {
	list-style-type: none;
}
#chargeContent img {
	vertical-align: bottom;
}



/* 汎用クラス */
#chargeContent .txtR {
	text-align: right;
}
#chargeContent .txtCenter {
	text-align: center;
	vertical-align: top;
}
#chargeContent .floatL {
	float: left;
}
#chargeContent .floatLR {
	float: right;
}
#chargeContent .boxCenter {
	margin: 0 auto;
	*text-align: center;	
	_text-align: center;
}
#chargeContent .bold {
	font-weight: bold;
}
#chargeContent .blank {
	padding-left: 15px;
	background: url(../img/icon_link.gif) no-repeat left center;
}
#chargeContent .hr {
	border-top: none !important;
	padding-top: 15px;
	background: url(../img/hr.gif) no-repeat center top;
}



/* 汎用クラス（余白） */
#chargeContent .mp00 {
	padding: 0 !important;
	display: block !important;
}
#chargeContent .ml15 {
	margin-left: 15px;
}
#chargeContent .ml25 {
	margin-left: 25px;
}
#chargeContent .mb05 {
	margin-bottom: 5px;
}
#chargeContent .mb10 {
	margin-bottom: 10px;
}
#chargeContent .mb15 {
	margin-bottom: 15px;
}
#chargeContent .mr05 {
	margin-right: 5px;
}
#chargeContent .mr10 {
	margin-right: 10px;
}
#chargeContent .mr15 {
	margin-right: 15px;
}
#chargeContent .mr25 {
	margin-right: 25px;
}
#chargeContent .mt10 {
	margin-top: 10px;
}
#chargeContent .mt40 {
	margin-top: 40px;
}
#chargeContent .mt60 {
	margin-top: 60px;
}
#chargeContent .pb00 {
	padding: 0  !important;
}
#chargeContent .pl15 {
	padding-left: 15px;
}



/*====================================================================

 コンテンツレイアウト

====================================================================*/

.wrap {
	width: 570px;
	margin: 0 auto;
}

/* トップナビゲーション */
#chargeContent #topBox {
	width: 570px;
	height: 262px;
	padding-bottom: 5px;
	background: url(../img/bg_01.gif) no-repeat center bottom;
}
#chargeContent #topBox ul.topNav {
	padding-left: 5px;
}
#chargeContent #topBox ul.topNav li {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 180px;
	height: 50px;
	_display:inline;
}



/* 解説ボックス */
#chargeContent .boxA {
	padding-bottom: 30px;
	background: url(../img/boxA_bg.gif) no-repeat center bottom;
}
#chargeContent .boxA dl {
	width: 518px;
}
#chargeContent .boxA01 {
	width: 518px;
	height: 71px;
	background: url(../img/bg_box_01.jpg) no-repeat center bottom;
	*margin-top: -3px;
	_margin-top: -3px;
	position: relative;
}
#chargeContent .innerBoxFooter {
	padding-bottom: 14px;
	background: url(../img/bg_box_01_footer.gif) no-repeat center bottom;
}
#chargeContent .boxA dl dt {
	_margin-right: -42px;
}
#chargeContent .boxA dl dd {
	*margin-left: -21px;
	_margin-left: 0;
}
#chargeContent .boxA .positionL {
	position: absolute;
	top: 30px;
	left: 116px;
}
#chargeContent .boxA .positionR {
	position: absolute;
	top: 30px;
	left: 272px;
}
.boxImage {
	padding:20px 2px 0 2px;
}


/* テーブル */
#chargeContent .tableStyle01 {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#chargeContent .tableStyle01 p {
	padding-bottom: 10px;
}
#chargeContent .tableStyle01 th,
#chargeContent .tableStyle01 td {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	font-weight: normal;
}


#chargeContent .chargeclose {
	width: 570px;
	padding: 20px 0 20px 0;
	text-align: center;
}

#chargeContent .chargeclose img {
	vertical-align: bottom;
	border: none;
}