/* ==============================
リセット関係
 ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
	color:#666666;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
ol img, ul img{
	vertical-align:bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{ color:#000099;}
a:visited{color:#000099;}
a:hover{color:#f36294;}

/* ==============================
レイアウト関係
 ============================== */
body #wrap{
	width:571px;
}

/* ==============================
フロート関係
 ============================== */
body #wrap .contents-area{
	overflow: hidden; /* これがポイント */
	position: relative;
}
body #wrap .contents-area .main-box{float:left;}
body #wrap .contents-area .sub{float:left;}
body #wrap .contents-area .cart-box{ clear:both;}


body #wrap .contents-area02{
	overflow: hidden; /* これがポイント */
	position: relative;
}
body #wrap .contents-area02 .main-box{float:right;}
body #wrap .contents-area02 .sub{float:left;}


/* ==============================
文字装飾関係
 ============================== */
body #wrap{
	font-size:12px;
	line-height:1.5em;
	color:#000000;
}
body #wrap table{
	font-size:12px;
	line-height:1.5em;
	color:#000000;
}
body #wrap .contents-area{
	padding:8px;
	width:559px;/* ライン1px×２ */
}
:root *> #wrap .contents-area{ width:527px;}

body #wrap h2{
	margin:0;
	padding:0;
	text-align:left;
}
body #wrap h3{
	margin:0;
	padding:0;
	text-align:left;
}
body #wrap span{
	font-size:10px;
	color:#666666;
}

/* ==============================
見た目関係
 ============================== */
body #wrap #main{
	margin-bottom:12px;
}
body #wrap p{
	margin-top:6px;
	margin-bottom:6px;
	text-align:left;
}
body #wrap p.p-txt{
	margin-left:12px;
	margin-right:12px;
}

body #wrap .contents-area{
	border:1px solid #c9c9c9;
	background-color:#f7f7f7;
	margin-left:0px;
	margin-bottom:12px;
}
body #wrap .contents-area .main-box{ margin-right:8px;}
body #wrap .contents-area .main-box .btn{
	text-align:right;
	margin-top:22px;
}



body #wrap .set-box{ 
background-color:#f1f1f1;
padding-top:12px;
margin-bottom:22px;
padding-bottom:12px;
}
body #wrap .set-box table{
	margin-left:12px;
	margin-right:12px;
	margin-bottom:18px;
	vertical-align: baseline;
	line-height:1.3em;
}
body #wrap .set-box table td{
	vertical-align:top;
}
body #wrap .set-box table td p strong{
	color:#036;
	font-size:12px;
}
body #wrap .set-box table td p{
	font-size:10px;
}
body #wrap .set-box table span{
	color:#dd690a;
}
body #wrap .contents-area02{
	margin-left:12px;
	margin-right:12px;
	margin-bottom:34px;
}
body #wrap .contents-area02 .sub{
	width:152px;
}
body #wrap .contents-area .cart-box{
	margin-left:0px;
	padding-top:18px;
}
body #wrap .contents-area .cart-box table{
	margin:0;
	border:1px solid #999999;
	width:524px;
}
body #wrap .contents-area .cart-box table th{
	padding:4px;
	border:1px solid #999999;
	background-color:#eaf1f8;
}
body #wrap .contents-area .cart-box table td{
	padding:4px;
	border:1px solid #999999;
}

body #wrap p.c-btn{
	text-align:center;
	margin-bottom:12px;
}
.subtxt{
	clear:both;
	padding:4px 0px;
}
.subtxt strong{ 
font-size:12px; 
color:#069;
}
