@charset "shift_jis";

/*--information---------------------------------------------------------
Last update：09/03
サイトの名前
使用箇所
-------------------------------------------------------------------------*/


/*-------------------------------
         セレクタdefault
--------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
 font-family:"MS PGothic", sans-serif;
	font-style: normal;
}

img {
	border: none;
	vertical-align:bottom;
}

ul, ul li,
ol, ol li {
	list-style: none;
}

address, em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline: none;
}

a:link,
a:visited {
	color: #143DA7;
}

a:hover, a:focus,
a:active {
	color: bule;
	text-decoration: none;
}	


/*------------------------------
          ページ全体
--------------------------------*/
body {
	margin:0;
	text-align: center;
	color: #333;
	/*letter-spacing: 0.01em;*/
	
	/*background:url(../../img/bs2013/eaglesbg.jpg) #fff top center fixed no-repeat;*/
}

/*firefox対策
(ifreamで読み込むhtmlは、safariのスクロールバー
がでないように削除すること）-------------------*/
html {
	overflow-y: scroll;
}

/*2013.10.10　追加*/
a:visited {color:#8b008b;} /*訪問済みのリンクの色*/

.header_upper a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
	
.taxview{
	font-size:9px;
	font-weight:normal;
	}

/*------------------------------
          2010　追加タテバナー
--------------------------------*/
body {
	/*padding: 0 0 0 65px;*/
	/*background:url(../../img/tate/default.gif) 0 0 repeat-y;*/
}
/*------------------------------
　　　共通classスタイル
--------------------------------*/

/*非表示設定--------------------*/

.hidden {
	display: none;
}


/*フロートクリア----------------*/

.clear {
	clear: both;
}

/*音声スキップナビゲーション----*/
.skip {
	border-style:none;
	height: 1px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}
.center {
	text-align: center;
}
.red {
	color: red;
}
div#wrapper a.under {
	text-decoration: underline;
}

/*商品画像・レフト・フッターのロールオーバー----*/
div#shosaimain div a:hover img,div#leftnavi a:hover img
,#footer div.topic a:hover img,#footer div.footer_link ul li a:hover img,div#c-ranking dl dt a:hover img,ul.kaiso_osusume_tk a:hover img,ul#meisai li a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}