@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "メイリオ","MS UI Gothic","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Verdana,Arial,sans-serif !important;
	line-height: 1.2;
	font-size: 13px;
	color: #666;
	text-align: left;
}
a img {
	border: none;
}
a {
	color: #3A72E2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0px;
}
/* 全体枠 */
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	overflow: hidden;
}
/* ヘッダー */
#header {
	background: none;
	width: 980px;
	height: 80px;
	vertical-align: middle;
	margin: auto;
	overflow: hidden;
}
#head_logo{
	float: left;
	background: #fff url('/img/logo.gif') no-repeat 0 0;
	width: 232px;
	height: 46px;
	margin-top: 20px;
}
#head_logo a{
	display: block;
	width: 100%;
	height: 100%;
}
#head_logo span{
	display: none;
}
/* 広告スペース */
#pr_area{
	width: 630px;
	float: right;
	margin-top: 10px;
	margin-right: 110px;
	overflow: hidden;
	text-align: right;
}
#pr_area ul li{
	margin: 5px;
}
/* カート */
#cart{
	position: fixed;
	_position: absolute;
	_cursor: pointer;
	right: 0;
	top: 0;
	width: 95px;
	height: 30px;
	background: url('/img/btn_cart.jpg') no-repeat;
	z-index: 99;
}
#cart a {
   padding: 0px 81px 15px 9px;
   margin: 0px;
   text-align: left;
   font-size: 1.2em;
}
#cart a span {
   text-decoration:underline;
   color:blue;
}
/* ヘッダー検査窓、カート */
#header_navi {
	width: 700px;
	margin-top: 5px;
	float: right;
	overflow: hidden;
}
/* 各検索ボックス */
#search_box{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	vertical-align: middle;
}
#search_box form input{
	vertical-align: middle;
}
#input_keyword{
	width: 450px;
	height: 20px;
	font-size: 1.3em;
}
/* ナビゲーター */
#navigator {
	overflow: hidden;
}
#navi_wrapper{
	position: relative;
	width: 980px;
	height: 29px;
	margin: 0 auto;
	border-left: solid 1px #AAA;
	border-top: solid 1px #AAA;
}
#navi_wrapper div{
	position: absolute;
	height: 29px;
	text-align: center;
	line-height: 2.0;
	font-weight: bold;
	vertical-align: middle;
	border-right: solid 1px #AAA;
	background: #FFF url('/img/btn_gradation_off.gif') repeat-x 0 2px;
}
#navi_wrapper a.navi_selected{
	background: #FFF url('/img/btn_gradation_on.gif') repeat-x !important;
	color: #FFF !important;
}
#navi_top{
	left: 0;
	width: 240px;
}
#navi_used{
	left: 241px;
	width: 245px;
}
#navi_shop{
	left: 487px;
	width: 245px;
}
#navi_buy{
	left: 733px;
	width: 246px;
}
#navi_wrapper a{
	display: block;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#navi_wrapper a:hover{
	background: #FFF url('/img/btn_gradation_on.gif') repeat-x !important;
	color: #FFF !important;
}

/* コンテンツコンテナ背景 */
#container_bg{
	background: #FFF url('/img/header_btm_line.gif') repeat-x;
	overflow: hidden;
}
/* コンテンツコンテナ */
#container{
	width: 980px;
	margin: auto;
	_text-align: left;
	overflow: hidden;
}
/* フッター */
#footer {
	width: 980px;
	margin-top: 100px;
	margin: 10px auto 0 auto;
	background-color: #EEE;
	overflow: hidden;
}
#footer #foot_links{
	text-align: center;
	font-size: 0.9em;
	margin: 20px 0 0 0;
	background-color: #EEE;
	overflow: hidden;
}
#footer #foot_links div{
	clear: left;
	text-align: center;
	background-color: #EEE;
	margin: 15px 0 30px 0;
	overflow: hidden;
}

