@charset "UTF-8";
/***
 * ID : defuctPrice
 *
 * defuct standart price style.
 =======================================================================*/
#defuctPrice {
	border: 4px solid #666666;
	padding: 5px;
	font-size: 131%;
	font-weight: bold;
	text-align: center;
	margin: 15px 0px 0px;
	background-color: #FFFFEA;
	}
/***
 * Class : contents
 *
 * table style.
 =======================================================================*/
.contents table {
	width: 600px;
	margin: 20px auto 0px;
	}
.contents th {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	background: #EEEEEE;
	border-top: 1px solid #C1C2C2;
	border-bottom: 1px solid #C1C2C2;
	}
.contents td {
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 5px;
	}
.price {
	text-align:right;
	}
/***
 * ID : caution
 *
 * caution style.
 =======================================================================*/
#caution {
	padding: 20px;
	line-height: 1.5em;
	}
#caution ul {
	margin:0 0 20px 0;
	}
#caution li{
	background: url(img/arrow-right.png) no-repeat 0px 2px;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 19px;
	}
#caution p {
	margin:0 0 10px 0;
	}
