@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;}
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;}

/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color: #333333;
font-size:16px;
line-height:0;
text-align: center;
background:#ffffff;
letter-spacing:0em;
overflow:hidden;
}
/*topbar*/
#topbar{
margin:0 auto;
width:960px;
height:60px;
background:#ffffff url(../img/topbar_bg.png) no-repeat top center;
position:relative;
}
.top_cdt{
position:absolute;
border:0;
top:0;
right:10px;
width:640px;
height:60px;
}
hr{width:100%;height:1px;border:0;background:linear-gradient(to right,transparent,#dddddd,transparent);}
/*header*/
header{margin:0 auto;width:960px;}
/*img*/
.img01{width:100%;background:url(../img/img01_bg.png) no-repeat top center;}
.img02{width:100%;background:#fffeee;}
/*cta*/
.cta{
width:100%;
min-width:960px;
margin:0;
padding:0 0 30px 0;
color:#333333;
background:#ffffff;
text-align:center;
}
.cta2{
width:100%;
min-width:960px;
margin:0;
padding:0 0 30px 0;
color:#333333;
background:#fffeee;
text-align:center;
}
.form_cdt{
margin:0 auto 10px auto;
display:block;
width:900px;
height:40px;
border-top:solid 1px #b7282e;
border-bottom:solid 1px #b7282e;
border-left:0;
border-right:0;
}
form{
width:960px;
margin:0 auto 20px auto;
text-align:left;
position:relative;
background:url(../img/form.png) no-repeat top left;
}
form input[type=text]{
font-family:"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:16px;
line-height:20px;
text-align:left;
width:440px;
margin:10px 0 0 0;
padding:10px;
background:#fffeee;
border:5px solid #cccccc;
position:relative;
left:180px;
}
.cta2 form input[type=text]{
font-family:"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:16px;
line-height:20px;
text-align:left;
width:440px;
margin:10px 0 0 0;
padding:10px;
background:#ffffff;
border:5px solid #cccccc;
position:relative;
left:180px;
}
form input[type=image]{
position:absolute;
left:680px;
top:0;
}
.attention{font-size:12px;line-height:16px;text-align:left;width:700px;margin:0 auto;}
/*profile*/
#profile{width:100%;background:#fafafa;padding:20px 0 10px 0;}
#profile table{width:930px;margin:0 auto;}
#profile th{width:200px;}
#profile table td{text-align:justify;font-size:12px;line-height:16px;padding:10px 10px 0 10px;width:290px;vertical-align:top;}
#profile table td p{margin:0;padding:0 0 10px 0;}
#profile table td img{display:block;margin:0 auto;padding:0;}

/*footer*/
footer{
font-size:12px;
min-width: 960px;
color: #ffffff;
background:#000000;
overflow:auto;
}
address{
font-size:12px;
float:right;
line-height:20px;
padding: 5px 15px;
}
nav ul{
font-size:12px;
float:left;
padding: 5px 15px;
line-height: 20px;
}
nav li{
font-size:12px;
list-style-type:none;
float: left;
padding: 0 20px 0 8px;
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;
}