/* 共通 */
body{
	font-family: "ヒラギノ角ゴシック Pro", "Osaka", "ＭＳ Ｐゴシック", "verdana", "arial", "sans-serif";
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}

h4 {font-size: 16px;
	color: #990000;
}

img {border-width:0}

img.bd { border: 1px solid #999999; }

a:hover img { filter: Alpha(opacity=65); opacity: 0.65;}

.sq { border: 1px solid #999999;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

.text {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

.small {
	font-size: 11px;
	color: #666666;
}
.big {
	font-size: 14px;
	color: #666666;
}
.bld { 
	color: orange;
	font-weight: bold; 
}
.title {
	font-size: 15px;
	color: #666666;
	line-height: 140%;
	font-weight: bold; 
}

.menutext {
	font-size: 13px;
	line-height: 140%;
}

/* バナー用 */
#bnr a{
	border : 1px solid #CDCDCD;
}

#bnr em{
	border : 1px solid #CDCDCD;
}

#bnr a:hover {
	border : 1px solid orange;
}


/* TOP画像ボーダー表示 */
#top_list a{
	border : 1px solid #CDCDCD;
}

#top_list em{
	border : 1px solid #CDCDCD;
}

#top_list a:hover {
	border : 1px solid orange;
}


/* TOP:インテリア雑貨 */
#iz_list {
	height: 35px;
	min-height: 35px;
	width: 250px;
	margin: 0;
	float: right;
	position: fixed;
	top : 0px;
}

/* TOP：ステーショナリー */
#st_list {
	height: 35px;
	min-height: 35px;
	width: 250px;
	margin: 0;
	float: right;
	position: fixed;
	top : 0px;
}

/* TOP：テーブルウェア */
#tw_list {
	height: 35px;
	min-height: 35px;
	width: 250px;
	margin: 0;
	float: right;
	position: fixed;
	top : 0px;
}

/* 商品ページ：左メニュー有りレイアウト */
.all   {margin: 0 auto; width: 790px;}
.left  {float: left ;	width: 150px;}
.right {float: left ;	width: 640px;}

/* 左メニュー用 */
.menu {
	font-size: 11px;
	color: #666666;
	line-height: 200%;
}

/* 商品用：購入部分だけ少しフォント大きめ */
.buy  { font: 15px #666666; }
.tbl  { font-size: 12px; font-color: #666666; line-height: 140%; border:1px #999999 solid; }	/* スペックテーブル用 */
.item { font: 15px #666666; }	/* 詳細、スペック、ブランド等の項目用 */
.title2 { font: 16px #666666; line-height: 120%; }	/* 詳細、スペック、ブランド等の項目用 */

/* 新着情報用 */
#new_list em img { border: 1px solid #999999; }
#new_list td  { text-align: left; font: 13px; }
#new_item     { font: 13px; color:orange; text-decoration: underline;}

/* ランキング用 */
#ranking_list em img { border: 1px solid #999999; }
#ranking_list td  { text-align: left; font: 13px; }
#ranking_title    { font: 13px; color:orange; font-weight:bold; }
#ranking_item     { font: 13px; color:orange; text-decoration: underline;}

/* インテリアページ用 */
#interior_list img { border: 1px solid #999999; }
#interior_list td  { width: 150px; text-align: center; font: 12px; }

/* ステーショナリーページ用 */
#stationery_list img { border: 1px solid #999999; }
#stationery_list td  { width: 150px; text-align: center; font: 12px; }

/* テーブルウェアページ用 */
#tableware_list img { border: 1px solid #999999; }
#tableware_list td  { width: 150px; text-align: center; font: 12px; }


/* マップリンク */
#map  { color:orange; text-decoration: underline;}
