﻿@charset "utf-8";
@import url("common.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}

/* #
--------- --------- --------- --------- --------- */
.cost_mtitle {
	background: url(../images/cost/cost_mtitle.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 64px 0 0 0;
	width: 699px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:64px;/* for ie5.x */
	}

.cost_link {
	margin:0 0 20px 0;
	font-size:1.4em;
	}
	
.cost_link b {
	margin:0 10px 0 0;
	float:left;
	}
	
.cost_link a {
	background: url(../images/cost/cost_btn.gif) no-repeat;
	margin: 0;
	padding: 18px 0 0 0;
	width: 146px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:18px;/* for ie5.x */
	}
	
.cost_link a:hover {
	background-position: 0 -18px;
	}
	
.cost_table {
	margin:0 0 220px 0;
	padding:0;
	border-top:1px solid #8F8F8F;
	border-left:1px solid #8F8F8F;
	font-size:1.4em;
	}
	
.cost_table th {
	margin:0;
	padding:13px 0 10px 10px;
	border-right:1px solid #8F8F8F;
	border-bottom:1px solid #8F8F8F;
	width:165px;
	line-height: 1.4;
	vertical-align: top;
	}
	
.cost_table td {
	margin:0;
	padding:13px 10px 10px 10px;
	border-right:1px solid #8F8F8F;
	border-bottom:1px solid #8F8F8F;
	line-height: 1.4;
	vertical-align: top;
	}
	
.cost_table .colored th,
.cost_table .colored td {
	background-color: #E6E6E6;
	}
	
.cost_table th b {
	background: url(../images/cost/cost_icon.gif) no-repeat;
	background-position: 0 3px;
	padding:0 0 0 12px;
	font-weight: bold;
	line-height:1.3;
	display: block;
	}
	
.cost_table td b {
	font-size:1.2em;
	font-weight: bold;
	color:#990100;
	}
	
.cost_table td span {
	font-weight: bold;
	}
	
.cost_table td.td1 {
	width:230px;
	background-color: #E6E6E6;
	}
	
.cost_table td.td2 {
	background-color: #FEFFB3;
	}
	
.cost_table td.td2 b {
	font-size:1.2em;
	font-weight: bold;
	color:#4D4D4D;
	}