@charset "utf-8";
/* CSS Document */

/*　カラム
----------------------------------------*/
#box_left{
	width:600px;
	float:left;
	_float:left;
}

#box_right{
	width:280px;
	margin:0 0 0 20px;
	float:right;
	_float:right
}



/*　左カラム共通
----------------------------------------*/
#catelogue,
#feature{
	margin:0 0 20px 0;
}

#catelogue h2,
#feature h2{
	width:600px;
	height:20px;
	text-indent:-9999px;
}

/*　BRAND CATALOGUE
----------------------------------------*/
#catelogue h2{
	background:url(../images/catalogue_tit.gif) no-repeat 4px 0 #000;
	margin:0 0 12px 0;
}

/*　FEATURE
----------------------------------------*/
#feature h2{
	background:url(../images/feature_tit.gif) no-repeat 4px 0 #000;
	margin:0 0 4px 0;
}

#feature .banner{
	margin:13px 0 0 0;
}

/*　右カラム共通
----------------------------------------*/
#magazine,
#news,
#catalog{
	padding:0 0 20px 0;
}

#magazine h2,
#news h2,
#catalog h2{
	width:280px;
	height:25px;
	text-indent:-9999px;
}
/*　Jette official catalog
----------------------------------------*/
#catalog h2{
	background: url(../images/catalog_tit.gif) 0 0 no-repeat;
	margin:0 0 7px 0;
}
/*　Jette Magazine
----------------------------------------*/
#magazine h2{
	background:url(../images/jps_tit.gif) no-repeat;
	margin:0 0 7px 0;
}

#magazine .border01_b{
	width:250px;
	padding:10px;
	height:220px;

}

#magazine .img{
	width:130px;
	margin:0 11px 0 0;
	float:left;
}

#magazine .txt{
	width:109px;
	float:right;
}

#magazine .txt p{
	margin:10px 0 0 0;
}

#magazine li{
	margin:0 0 0 0;
	float:left;
}

/*　Jette News
----------------------------------------*/
#news h2{
	background:url(../images/news_tit.gif);
}

#news dt{
	padding:12px 0 0 0;
	font-size:10px;
	color:#FF3366;
}

#news dd{
	padding:0 0 12px 0;
	background:url(../common/images/line01.gif) repeat-x bottom;
}
#news a{
	color:#000;
	}
