@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
color: #666666;;
height: 100%;
background-attachment : fixed;
background-color: #F2F2F2;
text-align: center;
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
line-height: 1.6em;
margin: 0px auto;
padding: 0px;
}

* html body {
overflow: hidden;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
margin: 0px 10px;
padding: 0px;
}

h1, h2, h3, h4, h5 {
color: #333333;
}

h1 {
font-size: 38px;
}

h2 {
font-size: 21px;
}

h3 {
font-size: 18px;
}



ul {
list-style-type: none;
}

img {
border: none;
}

input,textarea,select {
font-size: 1em;
}

form {
margin: 0px;
}

table {
border-collapse:collapse;
font-size: 100%;
border-spacing: 0;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
color: #0066ff;
text-decoration : none;
}

a:visited {
color: #0033ff;
text-decoration : none;
}

a:hover {
color: #ff3333;
text-decoration: none;
}



/*メインコンテナー
---------------------------------------------------------------------------*/
#main_container {
width: 960px;
margin: 10px auto;
border: 0px;
padding: 0px;
text-align: left;
}



/*ページ内コンテンツ枠
---------------------------------------------------------------------------*/
.contents {
clear: both;
margin: 10px;
}



/*フォーム
---------------------------------------------------------------------------*/
#iandb {
border:#ff3333 solid 1px;
padding: 30px;
background-color: #ffffff;
}

.ta_iandb, .ta_iandb td, .ta_iandb th {
border: 8px solid #ffffff;
}

.ta_iandb {
width: 100%;
}

.ta_iandb th {
width: 180px;
padding: 2px;
text-align: left;
background-color: #ffcccc;
}

.ta_iandb td {
padding: 2px;
background-color: #ffffff;
}



/*mail.php
---------------------------------------------------------------------------*/
input.button_c {
background-image:url("../images/confirm_button.png");
background-repeat:no-repeat;
background-color:#ffffff;
border:none;
width:144px;
height:48px;
text-indent: -9999px;
cursor: pointer;
}

input.button {
background-image:url("../images/send_button.png");
background-repeat:no-repeat;
background-color:#ffffff;
border:none;
width:144px;
height:48px;
text-indent: -9999px;
cursor: pointer;
}

input.button_b {
background-image:url("../images/back_button.png");
background-repeat:no-repeat;
background-color:#ffffff;
border:none;
width:144px;
height:48px;
text-indent: -9999px;
cursor: pointer;
}

#iandb_c {
border:#cccccc solid 1px;
padding: 30px;
background-color: #ffffff;
}

#formWrap {
width:100%;
margin:10 auto;
line-height:120%;
}

table.formTable{
width:100%;
margin:10 auto;
border-collapse:collapse;
}

table.formTable td,table.formTable th{
border:1px solid #cccccc;
padding:10px;
}

table.formTable th{
width:30%;
font-weight:normal;
background:#eeeeee;
text-align:left;
}

p.error_messe{
margin:5px 0;
color:red;
}



/*さんきゅー
---------------------------------------------------------------------------*/
#contents_thanks {
clear: both;
margin: auto;
}

#thanx_box {
margin: 100px 0;
}