@charset "utf-8";
/*formatting style
-------------------------------------------*/
/*
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}
*/
/*
body {
	font-size: 10px;
	color: #000000;
}
*/

html,body {
	scrollbar-face-color: #999999;/* スクロールバー&矢印の四角*/
	scrollbar-track-color: #CCCCCC;/* スクロールバー背景 */
	scrollbar-arrow-color: #CCCCCC;/* 矢印 */
	scrollbar-highlight-color: #CCCCCC;/* 左・上のボーダー */
	scrollbar-shadow-color: #CCCCCC;/* 右・下のボーダー */
	scrollbar-3dlight-color: #CCCCCC;/* 一番外枠の左・上ボーダー */
	scrollbar-darkshadow-color: #CCCCCC;/* 一番外枠の右・下ボーダー */
}

/*
a img {
	border-style: none;
	margin: 0px;
	padding: 0px;

}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
*/
#waku {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	height: 270px;
	width: 128px;
	background-image: url(../img/lady/waku.jpg);
	background-repeat: no-repeat;
}

/*追記*/
#waku div{
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#name {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 19px;
	width: 128px;
}
#name p {
	margin-left: 14px;
	margin-top: 4px;
	font-size: 10px;
	font-weight: bold;
}

#shop {
	width: 128px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 21px;
	text-align: center;
}

#photo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 165px;
	width: 128px;
	text-align: center;
}

#size {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 16px;
	width: 128px;
	text-align: center;
	clear:both;
}

#bana {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 128px;
}
#new {
	margin: 0px;
	padding: 0px;
	width: 128px;
	float:left;
}
#new img {
	height:14px;
	margin: 0px;
	padding:0px 0 0 0px;
}

#jotai img {
	height:12px;
	margin: 0px;
	padding:0px 0 0 0px;
}

#jotai {
	float: left;
	width: 128px;
	clear:both;
}

