@charset "utf-8";

/* reset
------------------------------------------------------------------------ */  
*{  
    margin:0;  
    padding:0;  
}  
a img {  
    border-width: 0px;  
}  
h1,h2,h3,h4,h5,em{  
    font-style: normal;  
    font-weight: normal;  
    margin: 0;  
    padding: 0;  
}
ul li {
	list-style: none;
}
html {  
    height: 100%; 
}

.clearfix {  
    overflow: hidden; /* clearfix */  
}  
/* IE6 */  
* html .clearfix {  
    zoom: 1;  
} 

/* ALL
------------------------------------------------------------------------ */ 
body {
	background: url(../img/bodyBg.jpg) repeat top left;
	color: #333333;
}
#main {
	width: 700px;
	background: url(../img/mainInnerBg.jpg) repeat top left;
	margin: 0 auto;
}
.inner {
	padding: 15px;
}
#policy .inner {
	padding: 25px;
}
p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 150%;
}
h3 {
	margin: 35px 0 5px 0;
	font-size: 18px;
}
h4 {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 6px;
}
ol {
	width: 630px;
	margin: 10px 0 10px 20px;
	font-size: 14px;
	line-height: 150%;
}
.closeBtn {
	margin-top: 30px;
	float: right;
	font-size: 13px;
}
.closeBtn p {
	display: block;
	width: 50px;
	float: left;
}
table {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table td {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
}
.clear {
	clear: both;
}

/* link
------------------------------------------------------------------------ */ 
a {
	color: #5B3E30;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #422D22;
}

/* yoyaku
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- */  
#yoyaku table {
	font-size: 13px;
}
.fee1 table {
	width: 670px;
}
.fee2 {
	width: 670px;
	margin: 0 auto;
}
.fee2 table {
	width: 330px;
}
.fee_table {
	float: left;
	margin-bottom: 20px;
}
.fee_tableL {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
table td.bg7,
table td.bg8  {
	background-color: #F6ECD4;
}
.fee1 table td.bg7 {
	width: 55px;
}
.fee1 table td.bg8 {
	width: 115px;
}
.fee2 table td.bg8 {
	width: 22px;
	background-color: #F6ECD4;
}
.wide table td.bg9 {
	width: 62px;
}
.fee2 table td.bg9 {
	width: 77px;
}
.fee1,
.fee2,
.fee3 {
	background: url(../img/border2.gif) no-repeat bottom left;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.fee3 ul {
	margin-left: 5px;
	font-size: 13px;
}
.fee3 ul li {
	background: url(../img/icon1.jpg) no-repeat center left;
	padding-left: 17px;
	margin-bottom: 4px;
}
.fee3 p {
	margin-left: 5px;
}
.red {
	color: #990000;
}
span.red {
	font-size: 15px;
	line-height: 180%;
}