@charset "shift_jis";

*{
	margin: 0;
	padding: 0;
}*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }
a {COLOR: #FF7A09; text-decoration: none;}
a:visited {COLOR: #FF7A09; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #FE7B09 url(images/bg.jpg) repeat-x; font-size: 1em; height: 24px; line-height: 24px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
background: #FE7B09 url(images/bg.jpg) repeat-x;
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap {
	width: 720px;
	background: #fff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#left {
	float: left;
	width: 181px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #FF8B1E;
	background-color: #FFFFFF;
}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#left1 {
	float: left;
	width: 181px;
	background: #FFFFFF;
	margin-bottom: 1px;
	margin-top: 2px;
	border:1px solid #FF8B1E;
}
#left2 {
	float: left;
	width: 181px;
	background: #FFFFFF;
	margin-bottom: 1px;
	margin-top: 2px;
	height: 350px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF6600;
}
#right {
	margin-bottom: 10px;
	float: right;
	width: 521px;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FF6600;
}
	
#footer {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 0px;
	color: #FFFFFF;
	background-color: #999999;
}
#footer2 {
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	width: 718px;
	border: 1px solid #999999;
}
#wrap #right .articles2 {
	border: 1px solid #999999;
	width: 511px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
	text-align: left;
}
#wrap #right .box1 {
	border: 1px none #999999;
	width: 511px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#wrap #right .box2 {
	border: 1px none #999999;
	width: 518px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.scrollsell {
	overflow: auto;
	width: 510px;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FF6600;
}
#wrap #right #waku3 {
	width: 515px;
	text-align: left;
	margin-bottom: 10px;
}
#wrap #right div {
	width: 520px;
	text-align: left;
	font-size: small;
}
#wrap #right .scrollsell {
	text-align: left;
	margin-bottom: 20px;
}
#wrap #right .style4 {
	font-size: medium;
	text-align: left;
}
.widelink { display: block; width: 100%; 
}
.widelink:hover { background-color: #ffff99; color: red;
}
ul.category{
	width:520px;
	padding:0;
	border:1px none #CCCCCC;
}

ul.category li{
	vertical-align:top;
	display:-moz-inline-box; /* Firefox 2 and older */
	display:inline-block;
	width:160px;
	list-style:none;
	border:1px none #666666;
	height: 250px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

* html ul.category li{ /* IE 6 */
display:inline;
zoom:1;
}
 
*:first-child+html ul.category li{ /* IE 7 */
display:inline;
zoom:1;
}

/* code for "-moz-inline-box" [BEGIN] */
ul.category1{
	width:520px;
	padding:0;
	border:1px none #CCCCCC;
}

ul.category1 li{
	vertical-align:top;
	display:inline-block;
	width:160px;
	list-style:none;
	border:1px none #666666;
	height: 250px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

div.text{
display:table-row-group;
}
div.text p{
	width:160px;
	margin: auto;
	height: auto;
}

p.image{
width:100px;
display:table-row-group;
}
/* code for "-moz-inline-box" [END] */
.image2{
	width:160px;
	display:table-row-group;
	height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#sixapart-standard #wrap #right .category .text {
	width: 160px;
	text-align: left;
	line-height: normal;
	height: auto;
	padding-bottom: 5px;
}

#sixapart-standard #wrap #right #taitle_a {
	font-size: 140%;
	color: #3366FF;
	background-color: #FFCC00;
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
}
#taitle_c {
	color: #FF0000;
	background-color: #CCCCCC;
	text-align: left;
	width: 518px;
	border: 1px dotted #FF9900;
}
#wrap #right #waku4 {
	text-align: left;
	width: 518px;
	border: 1px dotted #FF9900;
	background-color: #FFFFFF;
	padding-top: 10px;
}
div.imgArea p {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	width: 518px;
}   
#imgA1 {
	float: left;
	padding-right: 2px;
} 
#imgA2 { 
    float: right; 
}     
 
#wrap #right .articles2a {
	margin-bottom: 10px;
}
#wrap #right .articles2b {
	width: 520px;
	height: 750px;
}
table.price-table {
	width:520px;
	border-color:#FF9900
	border-collapse: collapse;
	text-align: left;
	
}

table.price-table th {
	padding:3px;
	border: 1px solid #333;
	background-color:#F7F7F7;
	color:#666666;
	text-align: left;
	width: 60px;
}

table.price-table td {
	padding:3px;
	border:1px solid #333;
	background-color:#fff;
	width: 255px;
}			
#wrap #right .price {
	float: none;
	text-align: right;
}
.style7 {
	color: #FF6600;
}

#sixapart-standard #wrap #rightcart {
}

.box4{
	width:320px;
	display:table-row-group;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.style1 {
	color: #FFFFFF
}
body {
	background-color: #FFFFFF;
}
.style2 {
	color: #333333;
	border-color: #FF6600;
}
.style3 {color: #666666}
.style4 {color: #FF0000}
#type-c {
	width: 320px;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #ccc;
	font-size: x-small;
	color: #666666;
	background-color: #F7F7F7;
	text-align: left;
	display: table;
	margin: 0;
	padding: 0;
}
#type-c  caption {
	text-align: left;
}
#type-c th {
	text-align: left;
	background: #eee;
	font-weight: normal;
	color: #666;
}
#type-c td {
	color: #666666;
	background: #fff;
}
#type-c th,
#type-c td {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.ctag1{
	width:auto;
	display:inline;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
