/*****************************************
*
*Since: 2007-12-18
*Modified:2007-12-18
*Guideline:ver.1.00
*Editor:akihiro ooshita
*
******************************************
*/	


h2{
	margin-top:25px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	padding:0 0 5px 5px;
	width:560px;
	border-left:5px solid #666666;
	border-bottom:1px solid #666666;
	color:#666666;
	font-size:14px;
	text-align:left;
	}

h3{
	color:#ff0000;
}

#main-title{
	height:70px;
	line-height:70px;
	color:#666666;
	font-size:20px;
	font-weight: 900;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	text-align: center;
	}

p#personal-date{
	padding:10px;
	width:560px;
	background-color:#fffcd1;
	color:#666666;
	font-size:13px;
	line-height:1.3em;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

p#flow{
	margin-left:90px;
	margin-bottom:0;
	font-size:12px;
	color:#666666;
	text-align:left;
	line-height:1.3em;
}

p.attention{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:80px;
	font-size:12px;
	color:#666666;
	text-align:left;
	line-height:1.3em;
}

p.confirm{
	color:#ff0000 ;
	font-size:14px;
}

div#body{
	width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}

div#body p{
	width:100%;
	text-align:left;
	margin:15px 0px;
}
div#body table{
	width:100%;
	text-align:left;
	border-collapse: collapse;
	border:1px solid #FFFFFF;
	background-color:#eeeeee;
	color:#000000;
}
div#body table caption{
	background-color:#003399;
	color:#FFFFFF;
	padding:6px 0px;
}

div#body table thead tr th{
	border:1px solid #FFFFFF;
	background-color:#cccccc;
	text-align:center;
	padding:3px;
	color:#000000;
}
div#body table tbody.item tr th{
	border:1px solid #FFFFFF;
	background-color:#d0d0d0;
	color:#000000;
}
div#body table tr th{
	border:1px solid #FFFFFF;
	background-color:#808080;
	color:#FFFFFF;
}

div#body table tbody tr th,
div#body table tbody tr td{
	padding:6px 0px 6px 4px;
}
div#body table tr td.img{
	background-color:#FFFFFF;
	width:100px;
}
div#body table tr td.note{
	background-color:#eeeeee;
	width:120px;
}
div#body table tr td.price{
	background-color:#cccccc;
	width:50px;
}
div#body table tr td.quantity{
	background-color:#FFFFFF;
	width:70px;
}
div#body table tr td.total{
	background-color:#FFFFFF;
	width:80px;
	text-align:right;
}
div#body table tbody tr#cost{
	border:1px solid #FFFFFF;
}
div#body table tbody tr#cost td#shipping_cost{
	text-align:right;
}

div#body table tbody tr#all{
	border:1px solid #FFFFFF;
	background-color:#c9c9dc;
}
div#body table tbody tr#all td#sum_total{
	text-align:right;
}

tr.head td , tr.head th{

}

textarea#term{
	width:500px;
	height:500px;
}
div#about_privacy{
	width:500px;
	text-align:left;
	margin:15px auto;
}
div#approval{
	width:500px;
	text-align:left;
	margin:15px auto;
}
	
ul.errors{margin: 0 0 20px 200px;}

ul.errors li{
	color: #FF0000;
	text-align: left;
	line-height: 1.5em;
	}

th, table table td{
	padding:0.5em;
	}

.white {
	background: #FFFFFF;
}

.gray {
	background: #EEEEEE;
}

.yellow {
	background: #FFFFEC;
}

.blue {
	background: #D7D7FF;
}

tr {
	 text-align: left;
	 vertical-align: top;
}

table {
	background: #555555;
}

table tbody.item tr.head th ,
table tbody.item tr.head td {
	background-color:#000000;
	color:#FFFFFF;
}
.item th {
	width: 13em;
}
.error-elements input
, .error-elements textarea
, .error-elements select
{
	background:#FFEBEB none repeat scroll 0% 0%;
}

