table{
table-layout: fixed;
border: 1px solid #666666; 
border-collapse: collapse; 
font-size:small;
	line-height: 1.3em;
	width:530px;
}

th{
border: 1px solid; 
padding: 5px;
background-color:#9999ff;
text-align: center;
vertical-align: top;

}

tr{
}

td{
border: 1px solid; 
vertical-align: top;
padding: 5px;
background-color:#e8e8ff;
text-align: left;
}

.table-in{
table-layout: fixed;
border: 1px solid #666666; 
border-collapse: collapse; 
font-size:small;
line-height: 1.3em;
width:95%;
}

.th-center{
border: 1px solid; 
padding: 5px;
background-color:#9999ff;
text-align: center;
vertical-align: middle;
}

.policy { 
	margin-bottom:0px;
}
dl { 
	margin:  0px 0px -20px 0px;
	padding:  0px 0px 0px 0px;
	font-size:small;
	float: left; 


}
dt {
	font-style: normal;
	line-height: 1.4em;
	margin:-17px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight : bold;
	width:1.2em;
}
dd {
	position:relative; 
	top:-1.4em; 
	left:1.2em;
	border-width: 0px; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
	line-height: 0;
	z-index:1;
	line-height: 1.3em;
	width:94%;

}

.block {
	margin:0px 10px 0px 30px;
	text-indent: -1em; 
	font-size:x-small;
	line-height: 1.3em;
}	

.indent-bottom {
	margin:0px 0px 0px 2em;
	font-weight:bold;
}	

.indent-com {
	margin:0px 1.5em 5px 2em;
	text-indent: -1.9em; 
}	

.indent-over {
	margin:0px 0px 0px 1.5em;
	text-indent: -1.2em; 
}	

.red-indent{
	color:#cc0000;
	margin:0px 0px 0px 1.5em;
	text-indent: -1.2em; 
}

.indent-tel {
	margin:0px 0px 0px 5em;
	text-indent: -5em; 
}	

.bottom-right{
	text-align: right; /* テキストの右揃え */
	line-height: 130%; /* 行間指定 */
	margin-right:20px;
}

.bottom-text{
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:90%;
	border:1px solid #666666;
}

.bottom-midasi{
	color:#9999ff;
	margin-bottom:5px;
	font-weight:bold;
}

#policy ul{
	margin-left: 0; /* マージン指定 */
	padding-left:0px; /* 余白指定 */
}
#policy li{
	border: none; /* ボーダー指定 */
	list-style-type: circle; /* 箇条書きの先頭の記号タイプ */
	margin-left: 2em; /* マージン指定 */
	padding-left:0; /* 余白指定 */
}

