@charset "utf-8";

html {
    height: 100%
}

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #F2F2F2;
    background-image: url("../img/header_bg.gif");
    background-repeat: repeat-x;
    background-position: top;
}
#regform {
    width: 625px;
    position: absolute;
    left: 50%;
    margin-left: -317px;
}
#content {
    margin-top:21px;
    background-color:white;
}
#content-top{
    background-image:url(../img/contents_top.gif);
    background-repeat:no-repeat;
}
#content-middle{
    background-image:url(../img/contents_middle.gif);
    background-repeat:repeat-y;
    padding-left:22px;
    padding-right:22px;
}
.inqur {
    margin-left:5px;
    margin-top:-4px;
    vertical-align:middle;
}
#content-bottom{
    height:25px;
    background-image:url(../img/contents_bottom.gif);
    background-repeat:no-repeat;
}


table#customer {
    width:580px;
}

table#customer th {
    width:37%;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    font-weight:normal;
    text-align:left;
    valign:middle;
    background-color:#F2F2F2;
    padding-left:10px;
    height:50px;
    vertical-align:middle;

}

table#customer td {
    width:73%;
    border-top: 1px solid #C0C0C4;
    border-bottom: 1px solid #C0C0C4;
    padding-left:2em;
    vertical-align:middle;
}

table#customer_mail {
    width:580px;
    margin-top:21px;
    margin-bottom:21px;
}

table#customer_mail th {
    width:37%;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    font-weight:normal;
    text-align:left;
    valign:middle;
    background-color:#F2F2F2;
    padding-left:10px;
    height:50px;
    vertical-align:middle;

}

table#customer_mail td {
    width:73%;
    border-top: 1px solid #C0C0C4;
    border-bottom: 1px solid #C0C0C4;
    padding-left:2em;
    vertical-align:middle;
}

table#consent {
    width:580px;
    margin-top:21px;
    margin-bottom:21px;
}

table#consent td{
	border-top: 1px solid #C0C0C4;
    border-bottom: 1px solid #C0C0C4;
    padding-left:3px;
    height:50px;
    vertical-align:middle;
}

table#customer_oos {
    margin-top:21px;
    width:580px;
}

table#customer_oos th {
    width:37%;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    font-weight:normal;
    text-align:left;
    valign:middle;
    background-color:#F2F2F2;
    padding-left:10px;
    height:50px;
    vertical-align:middle;

}

table#customer_oos td {
    width:73%;
    border-top: 1px solid #C0C0C4;
    border-bottom: 1px solid #C0C0C4;
    padding-left:2em;
    vertical-align:middle;
}

#content-action {
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
}

#content-action img,input {
    vertical-align:middle;
}

input.radio {
	margin-left:21px;
    vertical-align:baseline;
}

p.wtext {
    margin-top:21px;
    margin-bottom:21px;
    line-height:1.5em;
}

p.itext {
    margin-top:21px;
    margin-bottom:21px;
    color:#E50044;
    line-height:1.5em;
}

p.ctext {
    margin-top:21px;
    line-height:1.5em;
    text-align:center;
}


a:link {
    color: #000099;
    text-decoration:underline;
}
a:visited {
    color: #000099;
    text-decoration:underline;
}
a:hover {
    color: #000099;
    text-decoration:underline;
}
a:active {
    color: #000099;
    text-decoration:underline;
}
.te {
    border:1px solid #999999;
}

body, th, td, p, .te {
font-size:11pt;
}

.noime {
	ime-mode:disabled;
}
