@charset "utf-8";
/* CSS Document */
body {
width:980px;
margin:0 auto;
}
/* ----- ヘッダー ----- */
#header {
height:100px;
background-color:#FFF;
}
/* ----- 左サイド ----- */
#left {
width:250px;
min-height:500px;
height:auto;
background-color:#FFF;
float:left;
margin-top:10px;
}
/* ----- メイン ----- */
#content {
margin-left:260px;
width:720px;
min-height:500px;
height:auto;
background-color:#FFF;
margin-top:10px;
}
/* ----- フッター ----- */
#footer {
margin-top:10px;
width:980px;
height:100px;
background-color:#FFF;
text-align:center;
}


/* -- 商品カテゴリー -- */

#content .dl-list-01 {
  width: 720px;
  margin: 1em 0;
  float:left;
}

#content .dl-list-01 dt {
  width: 200px; /* 幅調節 */
  height: 150px; /* 高さ調節 */
  float: left;
  clear: left;
}

#content .dl-list-01 dt title{
    font-size: x-large;	
}

#content .dl-list-01 dd {
	width: 480px; /* 幅調節 */
	height: 150px;
}


body,td,th {
	font-family: "MS Gothic";
	font-size: 14px;
	color: #000;
}
body {
	line-height: 20px;
	background-color: #FFF;
}
.catelist{
	line-height:14px;
	text-indent: 2em;
}

/*---ページリンク--*/
#pagelink a{
  	text-decoration: none;
}
#pagelink a:hover {
text-decoration: underline;
}

/*---商品詳細ページ用 */
#detailLeft{
	float:left;
	width:450px;
	height:300px;
	padding:0;
	margin: 10px 0 5px 0;
	text-align:center;
}
#detailRight{
	float: right;
	width: 250px;
	height: 300px;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 10px;
}
#detail{
	text-align:center;
	width:720px;
}