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

p#excerpt{
	visibility:hidden;
}

/*------------------------------------------*/
/*カラムセット*/
/*------------------------------------------*/
#maincolumn{
	width:810px;
	margin:auto;
	padding-bottom:2em;
}

#rightColumn{
	float:right;
	width:135px;
}

#leftColumn{
	float:left;
	width:670px;
}

/*------------------------------------------*/
/*ラベルindex*/
/*------------------------------------------*/
#flash{
	border:1px solid #bbb;
}

#index_labels li{
	float:left;
	width:111px;
	height:111px;
	background:no-repeat top url(../img/labels/label_back.gif);
}


/*------------------------------------------*/
/*ラベルヘッダー*/
/*------------------------------------------*/
/*------------------------------------------*/
/*ページヘッダー*/
/*------------------------------------------*/
#pageHeader{
	padding-bottom:25px;
	position:relative;
}
#pageHeader h3{
	background:no-repeat url(../img/labels/labels.gif);
	height:56px;
	width:157px;
	text-indent:-9999em;
}

/*------------------------------------------*/
/*ラベルボックス*/
/*------------------------------------------*/
#labelBox_top{
	background-image:url(../img/labelBox_top.gif);
	height:5px;
	background-repeat:no-repeat;
	background-position:center bottom;
}



div#labelBox_body{
	background-repeat:repeat-y;
	background-position:center;
	padding-left:3px;
	padding-right:2px;
	background-image:url(../img/labelBox_body.gif);
}
div[id="labelBox_body"]{
	background-image:url(../img/labelBox_body.png);
}

#labelBox_bottom{
	background-image:url(../img/labelBox_bottom.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:5px;
}

/*------------------------------------------*/
/*ブランド説明*/
/*------------------------------------------*/
#labelDescription{
	position:relative;
	height:343px;
	background:repeat-x center 57% url(../img/labelBox_back.gif);
	padding-left:20px;
	padding-right:40px;
}

#labelDescription h2{
	position:absolute;
	width:330px;
	top:90px;
}

#labelDescription p{
	position:absolute;
	overflow:auto;
	line-height:2em;
	font-size:10px;
	height:16em;
	width:250px;
	top:100px;
	right:50px;
	
}


/*最近の入荷アイテム*/
#recentitems{
	padding:0em 30px 30px 35px;
}

#recentitems h3{
	margin-bottom:10px;
}

#recentitems li{
	display:inline;
	margin-right:19px;
}