@charset "utf-8";

/* 共通設定 */
@import url("common.css");
@import url("sub.css");

/* ================================================== */
/*  プライバシーポリシー  */
/* ================================================== */

#contents {
	background:url(../images/others/privacy/header.jpg) no-repeat 0 0;
}

		#maincontents #privacy h5 {
			color:#000;
		}
		
		#maincontents #privacy .section {
			margin:0 0 0 10px;
		}
		
		#maincontents #privacy p {
			margin:0 0 30px 0;
		}
			
			#maincontents #privacy p.indent {
				margin-top:-15px;
				margin-left:10px;
			}
			
			#maincontents #privacy p.last {
				margin-bottom:0;
			}
		
		#maincontents #privacy ol {
			margin:0 0 30px 20px;
		}



