/* CSS Document */

body#price table {
	width:700px;
	margin-left:10px;
	text-align:center;
	}
body#price table th {
	font-size:12pt;
	color:#FFFFFF;
	font-weight:bold;
	height:58px;
	background: url("../img/th_back.jpg") repeat-x;
	border:1px solid #479054;
	text-align:center;
	padding:0px 10px;
	}
body#price table td {
	border:1px solid #b2afaf;
	background-color:#e8e7e7;
	color:#333333;
	text-align:center;
	width:150px;
	}
body#price dt,body#price dd {
	padding-left:7px;
	}
body#price dl dt {
	background:url(../img/icon_a.gif) no-repeat 0 .3em;
	}	
body#price .menu p {
	padding:10px 0 10px 5px;
	}
body#price .menu1,body#price .menu2 {
	margin-top:10px;
	}
body#price .menu1 dt,body#price .menu2 dt {
	background:none;
	padding-left:0;
	margin-bottom:3px;
	}
body#price .menu2 dd .left{
	margin-left:30px;
	}

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

clearfix

=======================================================*/	
	
.clearfix:after { 
	content: "."; 
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden; 
	}
.clearfix {
	display: inline-block;
	}

 /* Hides from IE-mac \*/
  * html .clearfix {height: 1%;}
  /* End hide from IE-mac */
  .clearfix {display: block;} 


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

PMTC‚Ì—¿‹à

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

body#price table.none {
	width:494px;
	margin-left:0px;
	text-align:left;
	}
body#price table.none th {
	font-size:12pt;
	color:#FFFFFF;
	font-weight:nomal;
	height:58px;
	background: url("../img/th_back.jpg") repeat-x;
	border:0px solid #479054;
	text-align:center;
	padding:0px;
	}
body#price table.none td {
	border:0px solid #FFFFFF;
	background-color:#FFFFFF;
	color:#333333;
	text-align:left;
	width:0px;
	}