@charset "utf-8";


/* ----------------------------------------------------------------

01 BASE
02 HEADER
06 CONTENTS
 ∟	top

------------------------------------------------------------------ */


/* ----------------------------------------------------------------

01 BASE

------------------------------------------------------------------ */
body {
	color:#000000;
	}
	
a {
	color:#ff0000;
	text-decoration:underline;
	}
a:link {
	}
a:visited {
	}
a:hover {
	text-decoration:none;
	}
a:active {
	}
	
a.active,
a.soon {
	cursor:default;
	outline:none;
	}
	
#wraper {
	width:100%;
	background-image:url(../images/pop_back.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	}

#header,
#contents {
	width:960px;
	margin:0 auto;
	}


/* ----------------------------------------------------------------

02 HEADER

------------------------------------------------------------------ */
#header {
	clear:both;
	margin-bottom:33px;
	}
	
#titleArea {
	height:93px;
	}
	
h1 a {
	width:521px;
	height:69px;
	display:block;
	float:left;
	margin:11px 0 0 14px;
	}
h2 a {
	width:310px;
	height:64px;
	display:block;
	float:right;
	margin:13px 13px 0 0;
	}


/* ----------------------------------------------------------------

03 CONTENTS

------------------------------------------------------------------ */
#contents {
	width:880px;
	margin:0 auto;
	}


/* ----------------------------------------------------------------

03 CONTENTS
 ∟	privacy

------------------------------------------------------------------ */
.privacy h3 {
	text-align:center;
	margin-bottom:20px;
	}
.privacy ol {
	margin-bottom:26px;
	}
.privacy li {
	list-style:decimal;
	margin-bottom:8px;
	}
.privacy p {
	line-height:1.8;
	}

a.btnClose {
	width:112px;
	height:34px;
	margin:70px auto 0 auto;
	display:block;
	background-image:url(../images/btn_close.jpg);
	}
	

/* ----------------------------------------------------------------

03 CONTENTS
 ∟	cm

------------------------------------------------------------------ */
	
#cmPop {
	width:480px;
	margin:5px auto 0 auto;
	}