@charset "UTF-8";

/* ==================================================================================================================

================================================================================================ 共通項目 */

#container #contents #main .title a:link {font-size:16px;text-decoration:underline; font-weight:normal; color:#000;}
#container #contents #main .title a:visited {font-size:16px;text-decoration:underline; font-weight:normal; color:#000;}
#container #contents #main .title a:hover {font-size:16px;text-decoration:none; font-weight:normal; color:#000;}
#container #contents #main .title a:active {font-size:16px;text-decoration:none; font-weight:normal; color:#000;}

#container #header
{
}
#container #contents 
{
	background:url(images/outlet_middle.jpg) top center;
}
.clear {
    clear:both;
}

#container #bottom
{
}

/* ==================================================================================================================

================================================================================================ 左ナビ */
#container #contents #side 
{
	float:left;
	margin:0 0 0 19px;
	width:203px; 
}

#container #contents #side .category
{ 
margin:0 0 10px 0;
}
#container #contents #side .category .button
{ 
}



/* ==================================================================================================================

================================================================================================ メイン */
#container #contents #main 
{
	float:right;
	margin:0 19px 0 0;
    width:621px;
}

/* セール1 */
#container #contents #main .area
{
}

/* 価格 */

.box{
    padding:7px 0 7px 10px;
	text-align:left;
}
.box2{
    padding:5px 0 5px 5px;
	text-align:left;
}
.box3{
    padding:7px 0 7px 7px;
	text-align:left;
}
.box3 .img{
    margin:0 0 0 6px;
}
.title {
	font-size:17px;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	margin: 0 0 7px 0;
}
.price {
	font-size:20px;
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 5px 15px ;

}
.price2 {
	font-size:20px;
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 15px 0 ;

}
.mini {
	font-size:12px;
	color: #000;
	font-weight: normal;
}
.icon {
	margin:5px 0 5px 50px;
}
.text {
	font-size:12px;
	color: #666666;
	font-weight: normal;
	margin:0 0 5px 0 ;
}




