@charset "utf-8";
/* CSS Document */

/* PrivacyPolicy */
.list_box {
	border:1px #DDDDDD solid;
	width:460px;
	padding:10px;
	margin-bottom:20px;
}

.paragraph  {
	margin-left:20px;
	line-height::18px;
}

.colophon_1 {
	text-align:right;
	line-height:18px;
}

.colophon_2 {
	width:380px;
	margin:10px;
	padding:5px;
	border:1px #666666 double;
	line-height:18px;
}

li.dicimal {
	list-style:decimal;
	margin-left:25px;
	line-height::20px;
}

li.point {
	list-style:disc;
	margin-left:15px;
	line-height::20px;
}

dl {   
 border:1px solid #999;
 width:380px;
 margin:10px;
}   
dt  {   
 float:left;   
 width:60px;
 padding:5px 0px 5px 10px;
 clear:both;
 font-weight:bold;
}   
dd  { 
 margin-left:60px;
 padding:5px 5px 5px 10px;
 line-height:18px;
}  