/*登録フォーム用*/
body {
	color:#000000;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:15px;
	line-height:18px;
}

#wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 1000px;
	border: 1px solid #CCCCCC;
}

#main2 {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    text-align: left;
    width: 980px;
}

.step {
	width: 980px;
	height: 80px;
}

.step_on {
	width: 147px;
	height: 47px;
	background-image: url(image/step1_.png);
	float: left;
	padding: 8px 5px 5px 8px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.step_off {
	width: 147px;
	height: 47px;
	background-image: url(image/step1.png);
	float: left;
	padding: 8px 5px 5px 8px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #666666;
	font-size: 15px;
}

.midashi001 {
	clear: both;
	font-size: 17px;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	color: #996600;
	margin-bottom: 0px;
	background-image: url(image/midashi.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 10px;
	border-top: 1px solid #f1ebd7;
	border-right: 1px solid #d7c9aa;
	border-left: 1px solid #f1ebd7;
}

.midashi001_kiji {
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #d7c9aa;
	border-right: 1px solid #d7c9aa;
	border-bottom: 1px solid #d7c9aa;
	border-left: 1px solid #d7c9aa;
}

.midashi001_form{
	background-color: #eeeeee;
	padding: 20px;
	margin-bottom: 30px;
}

.midashi001_button {
	font-weight: normal;
	margin-left: 330px;
	margin-right: auto;
	height: 60px;
	margin-top: 15px;
}

.footer {
	width: 980px;
	border-top: thin solid #D7C9AA;
	border-right: thin none #D7C9AA;
	border-bottom: thin none #D7C9AA;
	border-left: thin none #D7C9AA;
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
}


table.form_table {
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.form_table_td1 {
    background-color: #D8DDE7;
    border: 1px solid #BDCAD1;
    font-size: 16px;
    padding-right: 45px;
    padding-top: 5px;
    text-align: left;
    vertical-align: top;
    width: 150px;
}
.form_table_td2 {
    border: 1px solid #BDCAD1;
    color: #333333;
    text-align: left;
    vertical-align: middle;
}
.form_table_td3{
	padding:4px 2px 2px 4px;
	text-align:center;
	vertical-align:top;
	color:#666666;
	background-color:#fafdff;
	border:1px solid #bdcad1;
	font-weight: bold;
	font-size: 12px;
}
.form_table_td4{
	padding:4px 2px 2px 4px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #bdcad1;
	font-weight: bold;
	font-size: 14px;
}
.form_table_td5{
	padding:10px;
	color:#666666;
	background-color:#ffffe8;
	border:1px solid #bdcad1;
	font-weight: bold;
	font-size: 24px;
}

input.w360 {
    border: 1px solid #6086A8;
    font-size: 18px;
    height: 26px;
    line-height: 29px;
    width: 360px;
}
input.w90 {
    border: 1px solid #6086A8;
    font-size: 18px;
    height: 26px;
    line-height: 29px;
    width: 90px;
}
input.w60 {
    border: 1px solid #6086A8;
    font-size: 18px;
    height: 26px;
    line-height: 29px;
    width: 60px;
}

.step {
    height: 80px;
    width: 980px;
}
.step_on {
    background-image: url("image/step_.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 47px;
    padding: 8px 5px 5px 8px;
    width: 147px;
}
.step_off {
    background-image: url("image/step.png");
    background-repeat: no-repeat;
    color: #666666;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 47px;
    padding: 8px 5px 5px 8px;
    width: 147px;
}
input.error {
	background-color: #fff0f0;
}
.nec{
	background-color: #FF6600;
	padding:0px 3px;
	font-size: 10px;
	color:#FFFFFF;
	display:block;
	float:right;
}

input.fancy_button {
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.01) 50%, transparent) repeat scroll 0 0;
	background-color: #FF6600;
	border-color: #FF3300;
    border-color: transparent transparent rgba(202, 202, 202, 0.27);
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    color: white;
    font: bold 17px/1em Arial;
    letter-spacing: -1px;
    margin: auto 5px;
    outline: 0 none;
    padding: 0.48em 2em;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}

input.fancy_button:hover {
	background-color: #FF3300;
 }

input.fancy_button2 {
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.01) 50%, transparent) repeat scroll 0 0;
	background-color: #0066FF;
	border-color: #0033FF;
    border-color: transparent transparent rgba(202, 202, 202, 0.27);
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    color: white;
    font: bold 17px/1em Arial;
    letter-spacing: -1px;
    margin: auto 5px;
    outline: 0 none;
    padding: 0.48em 2em;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}

input.fancy_button2:hover {
	background-color: #0000FF;
 }


#view_win{
	position:absolute;
	z-index:1;
	width:900px;
}

#view_win_area{
	border: 1px solid #666666;
	margin:0px;
	padding:5px;
	background: #FFFFFF;
}
.view_win_title{
	background: url(./image/popup_title.gif);
	color:#FFFFFF;
	height:26px;
	padding-left:10px;
	padding-top:2px;
	width:890px;
}
#view_frame{
	width:850px;
	height:500px;
	border:0px;
}
.order_comment{
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
.table002 {
	background: #FFFFFF;
	border-collapse: collapse;
}
.table002 .title_col {
	background: #CCCCCC;
	color: #000000;
	font-weight: normal;
}
.table002 td {
	border: 1px #000000 solid;
	border-collapse: collapse;
}

.table_nonview{
	display:none;
}
.table_view{
	display:;
}
.err_mes_class_{
	border:1px solid #FF0000;
	background:#FFEEEE;
	color:#000000;
	padding:10px;
	margin:10px;
}
.err_mes_class{
	border:;
	background:;
}
