/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

html { overflow-x: hidden; overflow-y: scroll;}

body {
 margin: 0 auto;
 color: #222;
 font-size: 14px;

 line-height: 2;
 background: url(../img/bg_head.jpg) repeat-x center 0 ;
 text-align: center;
}
/* font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka; */

img {
 border-style: none;
 border-width: 0px;
 text-decoration: none;
 vertical-align: top;
}
a:link{ color: #CC0000;}
a:visited { color: #CC0000;}
a:hover { color: #CC0000; text-decoration: none;}


.hidden {
 display: none;
}

.txt {
 width: 720px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}


#wrap {
 width: 850px;
 margin: 0 auto;
 background: url(../img/bg_wrap.jpg) repeat-y center 0;
 padding-bottom: 40px;
}

#coldreading {
 width: 660px;
 height: 313px;
 background: url(../img/coldreading_bg.jpg) no-repeat 0 0;
 margin: 40px auto;
 padding: 0 30px;
 text-align: left;
}
#coldreading h2 {
 height: 104px;
 text-indent: -9999px;
 font-size: 1px;
}

#present {
 width: 800px;
 margin: 0 auto;
 background: url(../img/present_bg.jpg) no-repeat right 0;
 text-align: left;
}
#present p {
 padding: 25px 0 22px 40px;
}

.form {
 width: 680px;
 height: 400px;
 margin: 0 auto;
 padding: 0 38px;
 background: url(../img/form_bg.gif) no-repeat right 0;
 text-align: left;
}
.form h2 {
 height: 160px;
 text-indent: -9999px;
 font-size: 1px;
}

.form_program {
 width: 460px;
 height: 140px;
 float: right;
}
.form_program th,.form_program td {
 padding: 0 0 10px;
 text-align: left;
}
.form_program .form_input {
 width: 291px;
 height: 22px;
 padding: 2px;
}
.form_txt {
 font-size: 12px;
 line-height: 1.6;
 float: none;
 clear: both;
 padding: 0 10px;
}


.form_2 {
 width: 648px;
 height: 336px;
 margin: 0 auto 40px;
 padding: 0 38px;
 background: url(../img/form_bg_2.jpg) no-repeat right 0;
 text-align: left;
}
.form_2 h2 {
 height: 120px;
 text-indent: -9999px;
 font-size: 1px;
}

.form_program_2 {
 width: 460px;
 height: 120px;
 margin: 0 auto;
}
.form_program_2 th,.form_program_2 td {
 padding: 0 5px 10px;
 text-align: left;
}




#merit {
 width: 800px;
 margin: 0 auto 40px;
 padding: 20px 0 40px;
 background: url(../img/merit_bg.jpg) repeat 0 0;
}
#merit h3 {
 width: 720px;
 margin: 0 auto 10px;
 text-align: left;
}
#merit p {
 width: 690px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 line-height: 1.8;
 float: none;
 clear: both;
}
 
#book {
 width: 720px;
 margin: 0 auto 40px;
 padding: 20px 0;
 background: url(../img/book_bg.jpg) repeat-y 0 0;
 border-bottom: 5px solid #F44FA3;
}
#book h3 {
 width: 658px;
 margin: 0 auto 15px;
 text-align: left;
}
#book p {
 width: 640px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 line-height: 1.8;
}

#book #book_menu {
 width: 640px;
 margin-left: auto;
 margin-right: auto;
}
#book p#book_menu_l {
 width: 310px;
 float: left;
 font-size: 12px;
 padding-bottom: 40px;
}
#book p#book_menu_r {
 width: 310px;
 float: right;
 font-size: 12px;
 padding-bottom: 40px;
}


#appli_card {
 width: 510px;
 margin: 0 auto 0;
 text-align: left;
}
#appli_card img {
 float: left;
 padding-bottom: 10px;
 margin-top: 5px;
}
#appli_card p {
 float: right;
 padding-bottom: 10px;
}

#appli_attention {
 width: 600px;
 padding: 20px;
 float: none;
 clear: both;
 margin: 0 auto 30px;
 border: 1px solid #FFCC33;
 background: #FFFFDD;
}
#appli_attention h3 {
 font-size: 14px;
 margin-bottom: 2px;
}
#appli_attention p {
 text-align: left;
 font-size: 12px;
 line-height: 1.5;
}

#appli_btn {
 width: 484px;
 height: 90px;
 background: url(../img/appli_btn.jpg) no-repeat 0 0;
 margin: 0 auto 50px;
 text-indent: -9999px;
 text-align: left;
 font-size: 1px;
 float: none;
 clear: both;
}
#appli_btn a {
 width: 484px;
 height: 90px;
 display: block;
}
#appli_btn a:hover {
 background: url(../img/appli_btn.jpg) no-repeat 0 bottom;
}




.btn_weme {
 width: 700px;
 height: 290px;
 background: url(../img/btn_weme.jpg) no-repeat 0 0;
 margin: 0 auto 50px;
 text-indent: -9999px;
 text-align: left;
 font-size: 1px;
 float: none;
 clear: both;
}
.btn_weme a {
 width: 700px;
 height: 290px;
 display: block;
}
.btn_weme a:hover {
 background: url(../img/btn_weme.jpg) no-repeat 0 bottom;
}


#foot {
 background: #0E5CA5;
 padding: 20px;
 color: #FFFFFF;
 font-size: 12px;
 line-height: 1.8;
}
#foot a:link{ color: #FFFFFF;}
#foot a:visited { color: #FFFFFF;}
#foot a:hover { color: #FFFF00; text-decoration: none;}
