/*全体構造*/
body {
	margin:0px;
	color: #666677;
	font-size:12px;
}
body.bg_set {
	background-repeat:repeat-y;
	background-image: url(../images/gray_line.gif);
	background-position:center;
}
h5 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-indent: 10px;
}
/*Category Right*/
.category_marginT {
	margin-top:20px;
}
/*Topix*/
div.txt_box {
	margin: 12px 0px 16px 15px;
	padding: 0px;
	width: 500px;
	color: #666677;
	font-size: 12px;
	line-height: 18px;
}
/*Topix Text*/
p.category_text {
	font-size: 12px;
	text-align:left;
	margin:15 0 10 0;
}
p.index_buy {
	margin:0 15 0 0;
	float:right;
	text-align: right;
}
/*Item List*/
.index_img {
	vertical-align:top;
	text-align:center;
	font-size:10px;
	color:#62494c;
	height: 120px;
	width: 110px;
	border: 1px solid #CCCCCC;
}
/* Item Detail&List */
ul.itemspec01{
	margin-bottom:10px;
	clear:both;
	list-style-type:none;
}

li.itemName{
	color:#666666;
	font-weight:bold;
	padding: 2px;
	font-size: 14px;
}

li.detail_top{
	border-top: dotted 1px #cccccc;
	padding: 4px 10px 0px;
	margin-left: 10px;
	color:#666677;
}
/* ----- ラインバージョン ----- */
li.detail_under{
	border-bottom: dotted 1px #cccccc;
	padding: 0px 10px 4px;
	margin-left: 10px;
	color:#666677;
}
/* ----- 画像バージョン ----- */
li.under_img{
	border-bottom: dotted 1px #cccccc;
	padding: 0px 10px 4px;
	text-indent: 20px;
	color:#666677;
	background-attachment: fixed;
	background-image: url(../images/cl4.gif);
	background-repeat: no-repeat;
	background-position: left;
}
li.buy{
	text-align: right;
	margin: 5px 0px;
	padding: 2px 10px;
	font-weight:bold;
		background-color:#CCCCCC;
}
/* Item Detail (Maison) */
ul.itemspec02{
	margin-left:0px;
	margin-bottom:10px;
	clear:both;
	list-style-type:none;
}
li.itemName2{
	border-bottom: dotted 1px #cccccc;
	color:#666666;
	font-weight:bold;
	padding: 2px;
	font-size: 14px;
}
li.itemNote{
	padding: 4px 10px 0px;
	margin-left: 10px;
	color:#666677;
}

/*予備？*/
p.buy {
	margin:0 15 0 0;
	float:right;
	text-align: right;
}
/*navigation*/
#navi {
	text-indent: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
}

