@charset "EUC-JP";
/* CSS Document */

/* access-------------------------------------- */

#right_column h2 {
margin: 0px 0px 15px 0px;
display:block;
width: 568px;
height: 28px;
background-image: url(../images/privacy/h2_privacy.gif);
background-repeat: no-repeat;
}
#right_column p {
margin: 0px 20px 30px 10px;
}



#right_column ol {
display:block;
border:#000000 solid 1px;
background: url(../images/privacy/tblbg.gif) top repeat-x;
margin: 0px 30px 40px 16px;
padding:30px;
list-style-type:none;
list-style-position:outside;
}
#right_column ol li {
	padding-left: 18px;
	margin-bottom:10px;
}
	
#right_column ol li#lst01 { background: url(../images/privacy/lst_01.gif) 0px 3px no-repeat; }
#right_column ol li#lst02 { background: url(../images/privacy/lst_02.gif) 0px 3px no-repeat; }
#right_column ol li#lst03 { background: url(../images/privacy/lst_03.gif) 0px 3px no-repeat; }
#right_column ol li#lst04 { background: url(../images/privacy/lst_04.gif) 0px 3px no-repeat; }

#right_column ol li ol#lst_b {
	margin: 5px 0px 5px 0px;
	padding:0px;
	background:none;
	list-style-type:decimal;
	border:none;
	list-style-position:inside;;
	line-height:110%;
	_padding-left:10px;
}
*:first-child+html #right_column ol li ol#lst_b {
	padding-left:10px;
	}
#right_column ol li ol#lst_b li {
	margin-bottom:1px;
}


/* ----------------------------
クリアフィックス		
------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   height: 0px;
   visibility: hidden;
   clear: both;
}

.clearfix {
   display: inline-table;
}

/* IE7 */
.clearfix {
   display:inline-block;
}

/*＼?*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/