a {color:#2D6AFF;text-decoration:none;}
a:active {color:#2D6AFF;text-decoration:none;}
a:visited {color:#2D6AFF;text-decoration:none;}
a:hover {color:#999999;text-decoration:none;}
a:hover img{opacity:0.8;}
a:hover img{-moz-opacity:0.8;}
a:hover img{filter: alpha(opacity=80);}
.clear{clear: both; margin: 0px; padding: 0px; visibility: hidden; height: 1px; overflow: hidden;}

body{
	text-align: center;
	font-family: "Lucida Sans",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",MeiryoKe_PGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#main{
	width: 100%;
	height: auto;
	background-color: #DCEFF3;
	padding-bottom: 10px;
}

#header{
	width:100%;
}

#header img{
	float: left;
}

#header h1{
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
}

#midashi{
	background-color: #99ccff;
	padding: 10px;
	padding-left: 25px;
	border-radius: 10px;
}

#button_area{
	padding-top:100px;
}

#button_area a{
	color: #333333;
}

#button_area span{
	color: #F0862E;
}


#left_button{
	float:left;
	display: block;
	border: 1px solid #aaaaaa;
	background-color: #E3E2E3;
	background: linear-gradient(white, #C1C1C0);

	width:200px;
	height:60px;

	margin-left: 110px;

	padding-left: 10px;

	line-height:60px;
	font-size: 30px;
	font-weight: bold;
}

#left_button img{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.input_table{
	float:left;
	width: 70%;
	border-collapse: collapse;
}

.input_table input{
	font-size:18px;
	width:220px;
}

.input_table th{
	width: 30%;
	height:20px;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #a9a9a9;

	font-size:16px;
}
.input_table td{
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #c9c9c9;
}

.c_red{
	color:#ff0000;
}


.input_table_foot input{
	font-size:18px;
	width:160px;
}

.last_td{
	text-align:right;
	padding-right:10px;
}

.product{
	float:left;
	width: 170px;
}

.product p{
	text-align: center;
}

.product img{
	text-align: center;
	width: 150px;
}

.elm {
    position: absolute;
    background: #f8f8f8;
    border: 1px solid #999;
    top: 0;
    left: 0;
}

#h_principal{
	float:left;

	width: 135px;
	height: 65px;

	padding-right: 20px;

	line-height: 65px;

	background-image: url("../img/h_arrow_r.gif");
	background-repeat: no-repeat;
	background-position: right;

	text-align: center;
}

#h_delivery{
	float:left;

	width: 135px;
	height: 65px;

	padding-right: 20px;

	line-height: 65px;

	background-image: url("../img/h_arrow_r.gif");
	background-repeat: no-repeat;
	background-position: right;

	text-align: center;
}

#h_statement{
	float:left;

	width: 135px;
	height: 65px;

	padding-right: 20px;

	line-height: 65px;

	background-image: url("../img/h_arrow_r.gif");
	background-repeat: no-repeat;
	background-position: right;

	text-align: center;
}

#h_money{
	float:left;

	width: 135px;
	height: 65px;

	padding-right: 20px;

	line-height: 65px;

	background-image: url("../img/h_arrow_r.gif");
	background-repeat: no-repeat;
	background-position: right;

	text-align: center;
}

#h_confirmation{
	float:left;

	width: 135px;
	height: 65px;

	padding-right: 20px;

	line-height: 65px;

	background-image: url("../img/h_arrow_r.gif");
	background-repeat: no-repeat;
	background-position: right;

	text-align: center;
}

#h_done{
	float:left;

	width: 110px;
	height: 65px;

	line-height: 65px;

	text-align: center;
}

.bg-c-or{
    background-color: #FBD140;
}

.bg-c-y{
    background-color: #FFEEBA;
}


.chkbox input[type=checkbox] {
	width: 16px;
	height: 16px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.btn_area{
	display: block;
	width: 750px;
}

.next_btn{
	float: right;
	border: none;
	background: none;
}

.next_btn:hover{
	position: relative;
	left: 4px;
	
	filter:alpha(opacity=80);
	opacity:0.8;
}


.return_btn{
	float: left;
	border: none;
	background: none;
}

.return_btn:hover{
	position: relative;
	left:-4px;
	
	filter:alpha(opacity=80);
	opacity:0.8;
}

.inp_sele_class{
	font-size: 18px;
	padding: 3px 5px;
}