@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:     基本設定
----------------------------------------------------------- */
/*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:30px;}
/*red*/
.red-b{color:#a40000;font-weight:bold;}
.red-b-bg{color:#a40000;font-weight:bold;background-color:#fff45c;}
.red-b-ul{color:#a40000;font-weight:bold;text-decoration:underline;}
.red-b-ul-bg{color:#a40000;font-weight:bold;text-decoration:underline;background-color:#fff45c;}
.f12{font-size:12px;}
/*img float*/
img.imgr{float: right;}
img.imgl{float: left;}
/*A Style*/  
a:link{text-decoration:none;color:#999999;}
a:visited{text-decoration:none;color:#666666;}
a:hover{text-decoration:underline;color:#666666;}
a:active{text-decoration:none;color:#999999;}




/* ------------------------------------------- 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:url(../img/bg.png) no-repeat center top fixed;
background-size:cover;
letter-spacing:0em;
overflow:hidden;
}
.contents{
margin:0 auto;
padding:0 0 30px 0;
width:960px;
}

/*contents*/
#wrapper{margin:0;padding:0;background: url(../img/wrapper.png) repeat-y center top;}

/*header*/
header{
width:100%;
background: #ffffff url(../img/header_bg.png) no-repeat center top;
}

/*textbox*/
.textbox{
margin: 0 auto;
padding:50px 0;
width:760px;
text-align:justify;
font-size:16px;
line-height:24px;
}
.textbox p{
margin:0;
padding:10px 0;
}
.textbox ul{
margin:0;
padding:20px 0;
}
li{
list-style-type: none;
font-size:20px;
line-height:30px;
font-weight:bold;
padding:0 0 0 24px;
background: url(../img/list.png) no-repeat center left;
}


/*form*/
.cta{
margin:30px auto;
width:780px;
border:solid 10px #960014;
padding:30px 0;
text-align:center;
background:#ffffff;
}
.cta p{
margin:0;
padding:20px 0 0 0;
font-size: 14px;
line-height:20px;
}

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

/*tsh*/
.wrapper_sub{
margin:0 auto;
padding:40px 0;
width:900px;
font-size: 14px;
min-height: 640px;
background:#ffffff;
}
#tokutei{
margin: 0 auto 60px auto;
width: 800px;
line-height: 18px;
font-size: 12px;
}
.title{
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 0;
padding:0 0 20px 0;
}
th{
width: 180px;
padding: 10px;
}
td{
padding: 10px;
text-align: justify;
}
