/* CSS Document */
td{padding:5px;}
table{margin:10px 0px;}

#navizone{
width:580px;
padding:10px;
background:#000;
}
.navizone{
width:580px;
}

.navizone tr{
	font-size: 24px;
	font-weight: bold;
}

.msg{
background:#fff;
	font-size: 16px;
	font-weight: bold;
padding:10px;
width:580px;
}


/*メイン左側*/
#item-head{
margin-bottom:10px;
padding:0px;
}

.item-s{
width:60px;
float:left;
margin-right:3px;
margin-bottom:3px;
}

#item-s-box{
padding-left:3px;
}

#item-s-box a img{
border:0px;
}


/*メイン右側*/
.item-box{
margin:25px auto 50px auto;

}

.item-image{
margin-top:5px;
}
.item-color{
margin-top:5px;
margin-right:5px;
width:400px;
float:left;
font-size: 11px;
}

.item-color-box{
width:30px;
float:left;
margin-right:5px;
}



.item-spec{
clear:left;
	margin-top:5px;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
}

#main-right-main{
height: 604px; 
_height: 624px; 
background:#333;
overflow: auto; 
padding:10px;
}

#main-news-head{
border-bottom:1px dashed #f90;
padding-bottom:5px;
margin-bottom:5px;
}


.main-news-date{
	font-size:9pt;
	font-weight: 800;

}

/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここから） */
.item-box:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.item-box { display:inline-table; }

/* Mac IE には適用させない \*/
.item-box .item-box { height:1px; }
.item-box { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここまで） */
