/*----------------------------------------*/
/* base */
/*----------------------------------------*/
body{
	color:#666;
}

a{text-decoration: underline}
a:link{color:#ff0000}
a:visited{color:#CC0000}
a:active{color:#FF9900}
a:hover{color:#FF9900}

h2{
	margin:20px 0;
}

h3{
	font-size: 1.5em;
	color: #06C;
	font-weight: bold;
	line-height: 140%;
}

.clearBoth{clear:both;}
br.clear{
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}
p{
	margin:0;
}

p.top{
	margin-top:30px;
}
.copy{
	font-size:1.2em;
	margin-bottom:20px;
}
.error{
	font-size:0.85em;
	color:#F00;
}
.text_small{
	font-size:0.85em;
}
input, select{
	margin:5px;
	padding:4px 6px;
}
.privacy{
	text-align:center;
	margin:10px 0 -10px 0;
}
.privacy_font{
	font-size:1.2em;
}
.font_size{
	font-size:1.3em;
	line-height:160%;
}
/*--------------------------------------------*/
/* Description */
/*--------------------------------------------*/
.description{
	clear:both;
	position:relative;
	width:880px;
	margin:0 0 20px 0;
	padding:10px;
	background-color:#9ed8f5;
    border-radius: 10px; 
    -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;		/* Firefox用 */
}
.description div.left{
	float:left;
	width:300px;
}
.description div.right{
	float:right;
	width:560px;
	font-size:1.2em;
	color:#005bab;
}
.attention{
	clear:both;
	position:relative;
	width:800px;
	margin:0 0 20px 40px;
	padding:5px 10px 0 5px;
}
.attention div.left{
	float:left;
	width:260px;
}
.attention div.right{
	float:right;
	width:540px;
	font-size:1.2em;
	color:#005bab;
}
ul, ol{
	margin:0 0 0 -20px;
}
li{
	margin-bottom:5px;
}
li.none{
	list-style-type:none;
}
li.style{
	list-style-image:url(../images/kome.gif);
}
img.top{
	margin-top:5px;
}
.frame{
	margin:20px 30px;
}

/*--------------------------------------------*/
/* Table */
/*--------------------------------------------*/
table{
	clear:both;
	width:100%;
	table-layout:auto;
	border-collapse:separate;
	margin-bottom:20px;
}
table.cart_list{
	border:solid 2px #0085d0;
	border-collapse:collapse;
	margin-bottom:15px;
}
table.cart_list td.title{
	border:solid 1px #0085d0;
	text-align:center;
}
table.cart_list td{
	border:solid 1px #0085d0;
}
td{
	font-size:1.2em;
	border-bottom:solid 1px #0085d0;
	padding:4px 6px;
	text-align:left;
}
td.title{
	border-left:solid 3px #0085d0;
	border-bottom:solid 1px #0085d0;
	background-color:#e6eff4;
	padding:6px 4px;
	vertical-align:top;
}
td.width{
	width:150px;
}
td.width_cart{
	width:300px;
}
td.right{
	text-align:right;
}
td.center{
	text-align:center;
}
td.left{
	text-align:left;
}
td ul{
	margin:0;
	padding:0;	
}
td li, .disc li{
	list-style-type:disc;
	margin-left:15px;
	padding:0;
	overflow:visible;
}
.example{
	font-size:0.9em;
}

/*--------------------------------------------*/
/* Button */
/*--------------------------------------------*/
.button{
	display:block;
	margin-left:347px;
	width:174px;
	height:40px;
	border:0;
	text-indent:-9999px;
	font-size:0px;
	cursor: pointer;
	background: url(../images/button_order.gif) no-repeat;
}
.order{
	margin:0 0 20px 347px;
}
.next{
	margin-top:15px;
	background: url(../images/button_next.gif) no-repeat;
}
.kakutei{
	background: url(../images/button_kakutei.gif) no-repeat;
}
.imageup{
	background: url(../images/button_imageup.gif) no-repeat;
}
.toppage{
	background: url(../images/button_top.gif) no-repeat;
}

/*--------------------------------------------*/
/* Cart */
/*--------------------------------------------*/
#message{
	text-align:center;
	padding:60px 0;
}