/* CSS レイアウト */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	font-size:11px;
	font-family:"ヒラギノ明朝 Pro W3",細明朝体,ＭＳ Ｐ明朝,serif;
}
h1 {
	margin:0;
	padding: 0px;
	line-height:0;
	font-size: xx-small;
	font-weight:normal;
	color:#999;
	text-indent: -999px;
}
h2 {
	margin:0; padding:0;
/*	margin-bottom:15px;*/
	line-height:2px;
	text-indent:-999px;
	border-bottom:1px solid #333;
}
h3 {
	margin:0; padding:0;
	margin-bottom:15px;
	line-height:2px;
	text-indent:-999px;
	border-bottom:1px solid #333;
}
a:link				{text-decoration: none; color: #8B2500;}
a:visited		{text-decoration: none; color: #8B2500;}
a:hover			{text-decoration: none; color: #FF0000;}
a img				{text-decoration: none; border:0 none}
.border-none{border-width: 0px;}
.center			{text-align: center;}
.right				{text-align: right;}

.f8{font-size:xx-small;}
.f9{font-size:x-small;}
.f10{font-size:small;}
.red{color: #FF0000;}

#container {
	border-width: 0px;
	position: relative;
	width: 780px;
	border-left-style: solid;
}
#left_col {
	float:left;
	width: 170px;
	height:460px;
	background:url(../images/mn-bk.jpg) no-repeat;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}
#left_col ul {
	font-size:115%;
	list-style-type: none;
	margin : 0px;
	padding : 0px;
	margin:80px 0 10px 12px;
}
#left_col ul a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 2em;
	margin: 0px;
	color: #333333;
	padding: 2px;
}
#left_col ul a:hover {
	color: #c00;
}

#left_col2 ul {
	list-style-type: none;
	margin : 0px;
	padding : 0px;
	margin:0 0 10px 15px;
}
#left_col2 ul a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 1.3em;
	margin: 0px;
	color: #333333;
	padding: 2px;
}
#left_col2 ul a:hover {
	color: #c00;

}

#page_content {
	float:right;
	position: relative;
	padding: 2px 0 0  30px;
	left: 30px;
	font-size: small;
	line-height: 1.5em;
	width: 600px;
	background-color: #FFF;
}
div.nv{ width:auto; height:15px; text-align:right; font-size:x-small;}

.l-img{
	float:left;
	width:400px;
	height:300px;
	margin:0; padding:0;
}
.r-txt{
	float:right;
	width:180px;
	margin:0; padding:0;
	padding:0 10px;
	font-size:x-small;
}

#footer {
	clear:both;
	border-top:1px solid #333;
	padding: 5px;
	padding-top:15px;
	font-size: xx-small;
	text-align:right;
	width: 800px;
	background-color: #FFF;
}

div.shop-top{
	width:auto;
	margin:15px 0 0px 0;
	padding:0;
	border-bottom:1px dotted #999;
}
#nv{
	margin:0 0 15px 0;padding:0;
	text-align:left;
	font-size:small;
}
/** ------Shoppingメイン ------**/
div.shop-content{
	width:600px;
	margin:0 0 20px 0;
	text-decoration: none;
	text-align:left;
}
div.shop-content img{
	margin-bottom:10px;
}
/** ------アイテム一覧 ------**/
div.shop-item{
	width:600px;
}
div.shop-itemmn{
	 float:left;
	width:170px;
	height:220px;
	margin:5px;
	text-decoration: none;
	border-bottom:1px dotted #999;
	border-right:1px dotted #999;
}
div.shop-itemimg{
	width:170px;
	margin-left:17px;
}
div.shop-itemtxt{
	width:160px;
	height:150px;
	padding:2px 10px 0px 10px;
	font-size:12px;
	text-decoration: none;
}
/** ------アイテム詳細 ------**/
div.shop-itemmn-s{
	width:580px;
	height:450px;
	margin:0 0 20px 0;
	text-decoration: none;
}
div.shop-itemimg-s{
	float:left;
	width:400px;
}
div.shop-itemtxt-s{
	float:right;
	width:160px;
	height:300px;
	border-left:1px dotted #999;
	padding-left:10px;
	font-size:12px;
	text-decoration: none;
}
div.shop-itemphoto-s{
	clear:both;
	float:left;
	padding-top:10px;
	width:580px;
}
div.shop-itemphoto-s img{ padding-right:10px;}

.itemnm{font-size:105%; font-weight:bold; letter-spacing:1px;}

p.sizebuy{margin:0; padding:0; margin-top:5px;font-size:11px; line-height:130%;}

/* 印刷の設定 */
@media print
{
#left_col, #top_nav {
	display: none;
}
#masthead, #container, #page_content, #footer {
	margin: 0px;
	width: auto;
	border-style: none;
}
}
