/*基本設定*/
body {
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.4em;
}
.copyright {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 1px;
}


/*基本リンク設定*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}


/*フォントサイズ設定*/
.t12px {
	font-size: 12px;
	line-height: 1.4em;
	text-decoration: none;
}
.t10px {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
}
.t10pxnews {
	font-size: 10px;
	text-decoration: none;
}


/*ローカルナビ用設定*/
#localmenu {
	list-style-image: url(shopping/images/lb_yajirushi.gif);
	font-size: 10px;
	line-height: 1.6em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#localmenu a:link {
	text-decoration: none;
	color: #333333;
}
#localmenu a:visited {
	text-decoration: none;
	color: #333333;
}
#localmenu a:hover {
	text-decoration: underline;
	color: #333333;
}


/*商品一覧・商品詳細リンク用設定*/
.t10pxichran {
	font-size: 10px;
	text-decoration: none;
}
.t10pxichran a:link {
	text-decoration: none;
	color: #cc0000;
}
.t10pxichran a:visited {
	text-decoration: none;
	color: #cc0000;
}
.t10pxichran a:hover {
	text-decoration: underline;
	color: #cc0000;
}
.t14px { font-size: 14px; line-height: 1.4em; text-decoration: none; }
