/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

a {
	text-decoration:none;
	font-size:13px;
}
a:link {
	color:#696969;
}
a:active {
	color:#cccccc;
}
a:visited {
	color:#696969;
}
a:hover {
	color:#cccccc;
	text-decoration:underline;
}
img {
	border:0
}
img {
	border-width:0
}



/* 共通 */
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;
}

table {
	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; }

#menu a:hover img { filter: Alpha(opacity=70); opacity: 0.70;}
table#kakaku tr td a:hover img { filter: Alpha(opacity=50); opacity: 0.50;}

.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; 
	text-align:left;
}

.menutext {
	font-size: 13px;
	line-height: 140%;
	margin: 3px 0;
}



.caution { border: 1px solid #ffa500;
	font-size: 12px;
	color: #666666;
	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: 950px;}
.left  {float: left ;	width: 160px;}
.right {float: left ;	width: 790px;}

/* 商品ページ：ヘッダー、フッター読み込み用 */
.header{margin: 0 auto 10px auto; width: 950px; display:block;}
.footer{margin: 0 auto; clear: both ; width: 950px;}

/* 商品ページ：左メニュー有りレイアウト */
.topall   {margin: 0 auto;  width: 1000px;}
.topleft  {float: left ;	width: 150px; }
.topcenter{float: left ;	width: 640px; }
.topright {float: left ;	width: 210px; }
.topfooter{clear: both ;    width: 1000px;}




/* 左メニュー用 */
.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;}


/* フッターメニュー用 */
#footer_menu {
	width: 920px;
	border: solid 1px #999;
	padding: 15px;
	margin: 0 auto; 
	clear: both ;
	}

#fm_title {
	width: 150px;
	height: 20px;
	background-color: #333;
	font-size: 12px;
	color: #fff;
	text-align: center;
	}

#fm_list {
	margin-left: 30px;
	font-size: 12px;
	color: #666;
	}


#item_bnr a img { border: 1px solid #cccccc; }
