@charset "UTF-8";

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y: scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin: 0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
table{border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;}   
img,abbr,acronym,fieldset{border: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display: none;}
object,embed{vertical-align: top;} 


/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration: underline;color: #666666;}
a:visited{text-decoration: none;color: #66666;}
a:hover{text-decoration: underline;color: #999999;}
a:active{text-decoration: none;color: #66666;}
.it{ font-style: italic;}
.ol{ text-decoration: overline;}
.lt{ text-decoration: line-through;}
.uol{ text-decoration: underline overline;}
/*basic*/
.b{font-weight: bold;}
.b-bg{font-weight: bold; background-color: #fff45c;}
.b-ul{font-weight: bold; text-decoration: underline;}
.b-ul-bg{font-weight: bold; text-decoration: underline; background-color: #fff45c;}
.b-big{font-weight: bold; font-size:20px; line-height:40px;}
.b-bg-big{font-weight: bold; background-color: #fff45c; font-size:20px; line-height:40px;}
.b-ul-big{font-weight: bold; text-decoration: underline; font-size:20px; line-height:40px;}
/*red*/
.red-b{color: #ea4c29;font-weight: bold;}
.red-b-bg{color: #ea4c29;font-weight: bold;background-color: #fff45c;}
.red-b-ul{color: #ea4c29;font-weight: bold;text-decoration: underline;}
.red-b-ul-bg{color: #ea4c29;font-weight: bold;text-decoration: underline;background-color: #fff45c;}
.red-b-big{color: #ea4c29; font-weight: bold; font-size:24px;line-height:36px;}
.red-b-bg-big{color: #ea4c29; font-weight: bold; background-color: #fff45c; font-size:24px; line-height:36px;}
.red-b-ul-big{color: #ea4c29; font-weight: bold; text-decoration: underline; font-size:20px;line-height:40px;}
.red-b-ul-bg-big{color: #ea4c29; font-weight: bold; text-decoration: underline; background-color: #fff45c; font-size:20px;line-height:40px;}
.blue-b-big{color: #00709e; font-weight: bold; font-size:24px;line-height:36px;}
.blue-b-bg-big{color: #00709e; font-weight: bold; background-color: #fff45c; font-size:24px; line-height:36px;}
/*img float*/
img.imgr{float: right; padding: 0 0 50px 30px;}
img.imgl{float: left;}


/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family: Osaka,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color: #333333;
font-size:16px;
line-height: 0;
text-align: center;
background:#eeeeee url(../img/wrapper.png) repeat-y center top fixed;
letter-spacing:0em;
overflow:hidden;
}

/*header*/
header{
width:100%;
background: #ffec47 url(../img/header_bg.png) no-repeat center top;
}
/*present*/
.present{
width:100%;
margin:0;
padding:0;
background: #960014 url(../img/present_bg.png) no-repeat center top;
}

/*contents*/
.contents{
width:960px;
margin:0 auto;
}
.title{margin:40px 0 0 0;}
.textbox{
margin: 0 auto;
padding:40px 0;
width:700px;
text-align: left;
line-height: 24px;
}
.textbox p,.textbox ul,.textbox ol{
margin: 0;
padding:15px 0;
}
.textbox li{list-style:none;}
li.check{
font-size:18px;
line-height:30px;
font-weight:bold;
padding:0 0 0 26px;
background:url(../img/list_check.png) no-repeat center left;
}
li.list_01{
font-size:24px;
line-height:36px;
font-weight:bold;
padding:0 0 0 26px;
background:url(../img/list_01.png) no-repeat center left;
}
li.list_02{
font-size:24px;
line-height:36px;
font-weight:bold;
padding:0 0 0 26px;
background:url(../img/list_02.png) no-repeat center left;
}
.textbox img{
margin:0 auto;
padding:15px 0;
}

/*profile*/
#profile{
width:960px;
margin: 20px auto 60px auto;
padding:0;
text-align:center;
background: url(../img/prf_bg.png) no-repeat right top;
}
.prf_text{
text-align:justify;
padding:0 30px 20px 30px;
font-size:16px;
line-height:24px;
}
.prf_text dt{
font-weight:bold;
font-size:20px;
line-height:30px;
padding:0 0 0 30px;
background: url(../img/prf_dt.png) no-repeat left center;
}
.prf_text dd{
padding:5px 0 30px 0;
}

/*bullet*/
#bullet{
width:960px;
margin:0 auto;
padding:0 0 20px 0;
background:#2ea6b6;
}
.bullet_bg{
width:800px;
margin:10px auto 20px;
padding:40px 40px 0 40px;
background:#ffffff;
border:solid 10px #666666;
}
.bullet_text{
padding:40px 0;
text-align:left;
font-size:16px;
line-height:24px;
}
.bullet_text p{
margin:0;
padding:10px 0;
}

/*user*/
#user{
width:960px;
margin:0 auto;
padding:0 0 30px 0;
}

/*schedule*/
.schedule {
margin: 60px 0 0 0;
padding:0 0 60px 0;
background:#ffec47;
}

.schedule table{
width: 840px;
margin : 30px auto 0 auto;
background:#ffffff;
}
.schedule th{
text-align:center;
font-size:16px;
line-height:20px;
padding:10px;
color:#ffffff;
font-weight:bold;
background:#59b9c7;
}
.schedule td{
font-size:16px;
line-height:24px;
padding:10px 5px;
}
.location{width:200px;}
.day{width:200px;}
.time{width:160px;}
.capacity{width:160px;}

/*faq*/
#faq{
width:960px;
margin:30px auto;
padding:0 0 30px 0;
background:#c4dbe0;
}
#faq dl{
width:800px;
margin:0 auto 20px auto;
padding:9px 19px 9px 19px;
text-align:justify;
font-size:14px;
line-height:20px;
background:#ffffff;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border:1px solid #d0d1d5;
}
#faq dt{
margin:0;
padding:20px 0 20px 50px;
text-align:justify;
color:#1492a1;
font-weight:bold;
font-size:20px;
line-height:24px;
background:url(../img/question.png) no-repeat left center;
border-bottom:1px dashed #d0d1d5;
}
#faq dd{
margin:0;
padding:20px 0 20px 50px;
text-align:justify;
font-size:16px;
line-height:24px;
background:url(../img/answer.png) no-repeat left center;
}

/*cta*/
.cta{
width:100%;
margin:0;
padding:620px 0 60px 0;
background: url(../img/cta.png) no-repeat center top;
}
form img{
padding:0;
vertical-align:top;
}
form input[type=text]{
font-family: Osaka,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size: 20px;
font-weight: bold;
line-height:36px;
padding:5px;
margin:0 0 20px 0;
width:598px;
background:#ffffff;
color:#000000;
border-top:2px solid #e5e5e5;
border-bottom:2px solid #e5e5e5;
border-right:2px solid #e5e5e5;
border-left:none;
}
form input[type=image]{margin:0 0 40px 0;}


/*footer*/
footer{
min-width: 960px;
line-height: 20px;
font-size: 12px;
color: #ffffff;
background: #000000;
overflow:auto;
}
address{
float:right;
line-height: 20px;
padding: 5px 15px;
}

nav ul{
float:left;
padding: 5px 15px;
line-height: 20px;
font-size: 12px;
}
nav li{
list-style-type:none;
float: left;
padding: 0 20px 0 8px;
font-size: 12px;
background: url(../img/footer.png) no-repeat left center;
}
nav a:link{
color: #dddddd;
text-decoration: none;
}
nav a:visited{
text-decoration: none;
color: #dddddd;
}
nav a:hover{
text-decoration: underline;
color: #dddddd;
}
nav a:active{
text-decoration: none;
color: #dddddd;
}
