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

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

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

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

#stylingLeftColumn{
	width:330px;
}

#stylingRightColumn{
	padding-left:20px;
}

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

/*------------------------------------------*/
/*スタイリングデータ*/
/*------------------------------------------*/
div#stylingData{
	margin-top:1em;
}

div#stylingData table{
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
div#stylingData table td{
	vertical-align:bottom;
}


/*スタイリングphoto*/
#stylingPhoto{
	width:330px;
	padding-top:20px;
	text-align:center;
}

#stylingPhoto img{
	width:330px;
}


/*スタイリングアイテム*/
#stylingItem{
	padding-bottom:10px;
	/*position:relative;*/
	/*left:-60px;*/
}
#stylingItem .midashi{
	background-image:url(../img/stylingItem.png);
	line-height:15px;
	background-repeat:no-repeat;
	background-position:center left;
	text-indent:-3000em;
	width:100%;
	margin-bottom:2em;
	
}

#stylingItem ul{
}

#stylingItem li{
	margin-bottom:10px;
}

#stylingItem .photo{
	float:left;
	width:80px;
	text-align:center;
}
#stylingItem .photo img{
	height:60px;
	margin:0px;
	padding:0px;
}
#stylingItem .detail{
	float:right;
	width:230px;
}
#stylingItem .detail .label{
	border-bottom:1px solid #bbb;
}



/*PREVボタン*/
#prevBT{
	float:left;
}
#prevBT,
#prevBT a{
	display:block;
	text-indent:-3000em;
	background-repeat:no-repeat;
	background-position:center;
	width:70px;
	height:30px;
}

#prevBT a:link,
#prevBT a:visited{
	background-image:url(../img/prev.png);
}
#prevBT a:hover{
	background-image:url(../img/prev_ov.png);
}

/*NEXTボタン*/
#nextBT{
	float:right;
}
#nextBT,
#nextBT a{
	display:block;
	text-indent:-3000em;
	background-repeat:no-repeat;
	background-position:center;
	width:70px;
	height:30px;
}

#nextBT a:link,
#nextBT a:visited{
	background-image:url(../img/next.png);
}
#nextBT a:hover{
	background-image:url(../img/next_ov.png);
}
