@charset "UTF-8";
/* CSS for STYLE PAGES */

/*-- LIST PAGE --*/
div#mens_style09 {
	width:700px;
}

div#mens_style09 div#title {
	text-align: center;
}

div#mens_style09 div#title p img {display: inline;}

div#style_list { 
	width: 700px;
	padding-left: 5px;
	margin-top: 20px;
}

div#style_list p {
	width: 137px;
	float: left;
	padding-right: 1px;
	margin-bottom: 20px;
}

div#style_list p a img{
	display: block;
}


/*-- DETAIL PAGE --*/

div#main_image {
	width: 480px;
	height: 720px;
	float: left;
}

div#main_image img {
	display: none;
}

div#style_side_menu {
	float: right;
	width: 200px;
}

div#style_side_menu p#backtolist {
	text-align: right;
	padding-bottom: 10px;
}
div#style_items {
	width: 200px;
	background: url(http://www.haoming.jp/store_img/09ss_style_detail_bg.gif) left top repeat-y;
	padding-bottom: 10px;
}

div#style_items div {
	width: 200px;
	padding: 10px 10px 0 10px;
}

div#style_items div p.item_img {
	width: 60px;
	float: left;
}

div#style_items div div.item_names {
	float: left;
	padding: 5px 0 0 10px;
	margin: 0;
	width: 110px;
}

div#style_items div div.item_names h3 a {
	font-size: 85%;
	line-height: 130%;
}

div#style_items div div.item_names span {
	font-size: 80%;
	color: #FFFFFF;
	margin-top: 5px;
	display: block;
}

div#style_items div div.item_names strong {
	font-size: 80%;
	color: #999999;
	margin-top: 5px;
	display: block;
	line-height: 130%;
}

div#style_side_menu h2 {
	margin-top: 15px;
	line-height: 100%;
	font-size: 0px;
	display: block;
}

div#style_side_menu p#pagenum{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 8px;
}

div#style_side_menu div#style_prevnext { width: 100px; }

div#style_side_menu p#prev_btn {
	float: left;
}

div#style_side_menu p#next_btn {
	float: right;
}





