@charset "utf-8";

/*------------------------------------------------------------
  index.css INDEX
  00.reset
  01.body
  02.header
  03.lead
  04.outline
  05.schedule
  06.note
  07.privacy
  08.contact
------------------------------------------------------------ */


/*------------------------------------------------------------
  00.reset
------------------------------------------------------------ */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------------------
  01.body
------------------------------------------------------------ */
body {
	background:#FFF url(../img/bg_popup.gif) repeat-y center 0;
	color:#000;  font-size:1.25em; line-height:1.5; font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; text-align:justify; font-weight:bold;
}
.att {
	color:#F00;
}
.attup {
	font-size: 120%; 
}


/*------------------------------------------------------------
  02.header
------------------------------------------------------------ */
#header {
	margin:0 auto 20px;
	width:673px;
	position:relative;
}

#header h1,
#header h2,
#header li {
	text-indent:-9999px;
}
#header h2 {
	width:414px;
	height:50px;
	background:url(../img/popup_tl_attention.gif) no-repeat 0 0;
	position:relative;
	top:12px;
	left:131px;
}
#header h1 {
	width:655px;
	height:250px;
	background:url(../img/popup_title.gif) no-repeat 0 0;
	position:relative;
	top:24px;
	left:6px;
}


/*------------------------------------------------------------
  03.lead
------------------------------------------------------------ */
#lead {
	width:620px;
	margin: 24px auto;
	position:relative;
}


/*------------------------------------------------------------
  04.outline
------------------------------------------------------------ */
#outline {
	margin:0 auto;
	width:640px;
	position:relative;
	top:40px;
}
#outline { /zoom : 1; }
#outline:after { content : ''; display : block; clear : both; }
#outline dl dt {
  clear: left;
  float: left;
  margin-top:0;
  width: 200px;
  height:auto;
  padding-left: 5px;
}
#outline dl dd {
  width: 420px;
  margin-bottom: 0.8em;
  margin-left : 200px;/* DTの幅分の設定 */
}


/*------------------------------------------------------------
  05.schedule
------------------------------------------------------------ */
#schedule {
	margin:30px auto;
	width:673px;
	height:108px;
	position:relative;
}
#schedule dl {
	width:622px;
	height:93px;
	padding:20px 0;
	background:url(../img/popup_schedule.gif) no-repeat 0 0;
	position:absolute;
	top:20px;
	left:25px;
}
#schedule dl dt,
#schedule dl dd {
	text-indent:-9999px;
}


/*------------------------------------------------------------
  06.note
------------------------------------------------------------ */
#note {
	margin:0 auto;
	width:673px;
	position:relative;
	font-size: 80%;
	text-align:left;
	top:0px;
	left:24px;
}

#note h3 {
	margin:0 auto ;
	position:relative;
}

#note ul {
	width:600px;
	margin:10px;
}

#note li {
	padding-left:20px;
	background:url(../img/popup_list_icon.gif) no-repeat 0 0;
}

 

/*------------------------------------------------------------
  07.privacy
------------------------------------------------------------ */  
#privacy {
	margin:0 auto;
	width:673px;
	position:relative;
}
#privacy h3 {
	padding:20px 0 0 0;
	left:24px;
	position:relative;
	background:url(../img/popup1_line1.gif) no-repeat 0 0;
}
#privacy p {
	width:620px;
	margin:0 auto 20px ;
	position:relative;
	font-size: 80%;
}


/*------------------------------------------------------------
  08.contact
------------------------------------------------------------ */    
#contact {
	margin:0 auto;
	width:673px;
	height:160px;
	position:relative;
}
#contact h3 {
	padding:20px 0 0 0;
	left:24px;
	position:relative;
	background:url(../img/popup1_line2.gif) no-repeat 0 0;
}
#contact p {
	width:620px;
	margin:0 auto ;
	position:relative;
	font-size: 80%;
}

#contact p a {
	text-indent:-9999px;
}
#contact p a {
	width:120px;
	height:37px;
	background:url(../img/popup_btn_close.gif) no-repeat 0 0;
	position:absolute;
	left:250px;
	margin:20px 0;
	display:block;
}


/*------------------------------------------------------------
  09.presentIMG
------------------------------------------------------------ */
#presentIMG {
	width:400px;
	margin:0 auto;
	text-align:center;
}

/*------------------------------------------------------------
  10.lbxcard
------------------------------------------------------------ */
#lbxcard {
	margin:50px auto 10px;
	width:673px;
	height:auto;
	position:relative;
	text-align:center;
}
