@charset "shift-jis";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 11pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #ffffff;
	background-color: #000000;
	background-image: url(../img/line_04.gif);
	font-size: 13px;
}
a {
	color: #FFCC00;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight:normal;
}
h3 {
	background-color: #FFD118;
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-left: 16px;
	margin-right: -18px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#bottom table {
	background-image: url(../img/bottom_bg.gif);
}

h4 {
	background-image: url(../img/money_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: 4px solid #999999;
	margin-right: -18px;
	margin-bottom: 15px;
	margin-left: 18px;
	height: 35px;
}



a:visited {
	color: #FFCC33;
}
a:hover {
	color: #00FFFF;
}
a:link {
	color: #FFCC00;
}

img {
	border: none;
	vertical-align: top;
}
img.item-poster {
	vertical-align: unset;
}
#wrapper {
	width: 700px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper_bg {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/warpper_bg_03.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}
#wrapper_bg_left {
	background-image: url(../img/frame.gif);
	width: 38px;
	background-repeat: repeat-y;
	float: left;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* トップイメージ
---------------------------------------------*/
#top_left {
	width: 238px;
	height: 259px;
	float: left;
}
#top_left p {
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 5px;
}

#top_right {
	width: 456px;
	float: right;
	height: 259px;
	padding-top: 7px;
}

#noflashcontent {
	width: 456px;
}
#noflashcontent img {
	width: 100%;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 17px;
	top: 18px;
}

#menu {
	margin: 0 0 0 1px;
	padding: 0;
	clear: both;
}
#menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu >ul > li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
a.home {
	background: url(../img/new_navi_2019.jpg) 0 0 no-repeat;
	display: block;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
}
a.home:hover {
	background: url(../img/new_navi_2019.jpg) 0 -40px no-repeat;
}
a.products{
	background: url(../img/new_navi_2019.jpg) -140px 0 no-repeat;
	display: block;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
}
a.products:hover {
	background: url(../img/new_navi_2019.jpg) -140px -40px no-repeat;
}
a.stock{
	background: url(../img/new_navi_2019.jpg) -280px 0 no-repeat;
	display: block;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
}
a.stock:hover {
	background: url(../img/new_navi_2019.jpg) -280px -40px no-repeat;
}
a.shop{
	background: url(../img/new_navi_2019.jpg) 0 0 no-repeat;
	display: block;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
}
a.shop:hover {
	background: url(../img/new_navi_2019.jpg) 0 -40px no-repeat;
}
a.company{
	background: url(../img/new_navi_2019.jpg) -420px 0 no-repeat;
	display: block;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
}
a.company:hover {
	background: url(../img/new_navi_2019.jpg) -420px -40px no-repeat;
}
a.contact{
	background: url(../img/new_navi_2019.jpg) -560px 0 no-repeat;
	display: block;
	width: 139px;
	height: 40px;
	text-indent: -9999px;
}
a.contact:hover {
	background: url(../img/new_navi_2019.jpg) -560px -40px no-repeat;
}

#menu >ul > li > ul.sub {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: auto;
	padding: 10px;
	list-style: none;
	background-color: #000;
}
#menu >ul > li > ul.sub > li {
	list-style: none;
}
#menu >ul > li > ul.sub > li a {
	white-space: nowrap;
	text-decoration: none;
}
#menu >ul > li > ul.sub > li a:hover {
	opacity: .5;
}


/*トップマガジン
---------------------------------------------*/

#magazine {
	margin: 10px 0 0 10px;
}
#magazine h2{
	margin: 0 0 20px 0;
}

.magazine-wrap {
	margin: 10px 0 0 0;
	padding: 0;
}
.m-img {
	float: left;
	width: 124px;
	height: 94px;
	padding: 1px 0 10px 1px;
	background: url(../img/magazine_photo_waku.gif) 0 0 no-repeat;
}
.m-img a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.m-contents {
	/*float: left;*/
	/*width: 376px;*/
	width: 496px;
	padding: 0 0 0 10px;
	font-size: 12px;
}
.m-contents span {
	font-size: 10px;
	color:#CCC;
}
#magazine h3.m-cap{
	margin: 5px 0 5px 0;
	padding: 0;
	background: #000;
	color: #FFCC00;
	border: none;
	/*font-size: 12px;*/
	font-size: 14px;
}
#magazine h3.m-cap a, .article a{
	text-decoration: none;
}
#magazine h3.m-cap a:hover, .article a:hover{
	color: #FC0;
	text-decoration: underline;
}
.m-contents p {
	font-size: 12px;
	line-height: 140%;
	color:#CCC;
}

.article {
	text-align: right;
	font-size: 10px;
	margin: 5px 0 10px 0;
}
.bottom-line {
	clear: both;
	margin: 0;
	height: 1px;
}
#backnumber {
	margin: 10px 10px 0 0;
	text-align: right;
	font-size: 10px;
}
/*フッターナビゲーション
---------------------------------------------*/
#bottom_menu {
	height: 20px;
	color: #FFCD00;
	margin-top: 5px;
}
#bottom_menu p {
	font-size: 11px;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	/*overflow: auto !important;*/
	overflow /**/: hidden;
	overflow: hidden;
	background-color: #000000;
	height: 100%;
	width: 100%;
}
#about {
	float: left;
	width: 530px;
	/*color: #FFCD00;*/
}



#newsRelease {
	float: left;
	width: 164px;
	padding-left: 1px;
	padding-top: 15px;
	padding-bottom: 30px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #FFCD00;
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
}
#contens-fotter {
	background-color: #FFFFFF;
	margin: 5px;
}

#bottom {
	/*height: 62px;*/
	height: auto;
	padding: 1px 0;
	background-image: url(../img/bottom_bg.gif);
	background-repeat: no-repeat;
}
#bottom div.links {
	text-align: center;
}
#bottom div.links p {
	display: inline;
	margin-left: 2px;
}
#bottom div.links p a img {
	vertical-align: middle;
}
#bottom div.links p a:hover img {
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
	opacity: 0.66;
}



/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about sectionbg {
	background-image: url(../img/line_03.gif);
}
#about .section {
	margin-bottom: 0;
	background: url(../img/whats_bg02.gif) no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	width: 508px;
	margin-right: 10px;
	height: 288px;
}
p.ichiran {
	margin: 18px 0 15px 0;
	padding: 0 0 0 15px;
	display: block;
	background: url(../img/arrow.gif) 0 50% no-repeat;
	width: 100px;
	float: right;
	font-size: 12px;
	color: #000;
}
.ichiran a{
	color: #000;
	text-decoration: none;
}
.ichiran a:hover{
	text-decoration: underline;
}
#about .section .link {
	margin: 0;
	padding: 0;
	padding-right: 20px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
#contens_top_left {
	float: left;
	height: 133px;
	width: 371px;
	font-size: 9px;
}
#contens_top_left h1{
	font-size: 10px;
}
#contens_top_right {
	height: 131px;
	width: 329px;
	float: right;
	margin-top: 7px;
}
#banner_left {
	float: left;
	width: 138px;
	padding-top: 10px;

	margin: 0px;
	height: 1200px;
}
#banner_right {
	width: 164px;
	padding-left: 1px;
	padding-top: 10px;
	padding-bottom: 30px;
	float: left;
}
#banner_right .banners {
	margin-bottom: 20px;
}
#banner_right .banners a img {
	margin-bottom: 5px;
}
#banner_right .banners a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#contens_main {
	background-image: none;
	padding-top: 10px;
	float: right;
	width: 560px;
}
#contens_main_bg {
	width: 520px;
}
/* 在庫
---------------------------------------------*/
.stock-title {
	padding: 5px 0 5px 0;
	background: #FFCC33;
	color: #333;

}
#tenji-price {
	margin: 0 0 10px 20px;
}
#tenji-price h4 {
	height: auto;
	margin: 0;
	background: none;
	border: 4px solid #999999;
	padding: 0 0 0 10px;
	font-size: 26px;
}
#tenji-price p {
	margin: 0 0 0 20px;
	font-size: 16px;
	text-align: right;
}
#tenji-price p span {
	font-weight: bold;
	font-size: 30px;
	color: #FFCC00;
}
#usedphoto {
	padding: 15px;
}
#usedphoto ul {
	margin: 0;
	text-decoration:none;
}
#usedphoto ul li {
	margin: 0 1.5px 0 0;
	display: inline;
	line-height:0;
	text-decoration:none;
}
#usedphoto ul li img{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}
#about .information {
	margin-bottom: 0;
	background-image: url(../img/information_bg.gif);
	margin-top: 5px;
	margin-left: 10px;
	height: 130px;
	width: 508px;
	margin-right: 10px;
	font-size: 12px;
	background-repeat: no-repeat;
}
.information ul{
	margin: 0;
	padding: 0;
}
.information li{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
.indicator {
	margin: 0 20px;
	font-size: 12px;
	clear: both;
	padding: 53px 0 10px 0;
}
.indicator ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.indicator li{
	margin: 0 0 6px 0;
	padding: 0;
}
.indicator a{
	color:#CCC;
	text-decoration: none;
}
.indicator a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
.indicator span a{
	color: #CCC;
	text-decoration: none;
}
.indicator span a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

#wrapper_bg_01 {

	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/warpper_bg_01.gif);
	background-repeat: no-repeat;
}
#wrapper_bg_02 {


	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/warpper_bg_01.gif);
	background-repeat: no-repeat;
}
#banner_left_01 {
	float: left;
	width: 138px;
	padding-top: 10px;
	background-image: url(../img/link_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	height: 800px;
}
#banner_left_02 {
	float: left;
	padding-top: 10px;
	margin: 0 0 0 10px;
	width: 120px;
}
#banner_left_02 a img {
	margin-bottom: 5px;
}
#content_bg {

	overflow: auto !important;
	overflow /**/: hidden;
	background-image: url(../img/link_bg.gif);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.yohaku {
	margin: 15px 18px;
}
#information_margin {
	margin-left: 10px;
	position: relative;
}
#rss {
	position:absolute;
	left:438px;
	top:19px;
	width:44px;
	height:20px;
}
#top-banner-first {
	margin: 10px 10px 10px 10px;
	clear: both;
}
#top-banner-first p {
	margin-bottom: 5px;
}
#top-banner-first p a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#top-banner {
	margin: 20px 10px 10px 10px;
	clear: both;
}
#entry {
	float: left;
	width: 530px;
	color: #FFCD00;
}
#entry h3{
	margin: 10px 20px 0 20px;
	padding: 0 0 0 10px;
	border: none;
}
#entry p{
	margin: 10px 20px 0 30px;
}
span.new {
    display: none;
    color: red;
    font-weight: bold;
}

#feed-icon {
	position:absolute;
	left:482px;
	top:633px;
	width:20px;
	height:20px;
}
div.main-photo {
	position: relative;
}
div.main-photo img.sold-out {
	position: absolute;
	top: 0;
	left: 0;
	padding-left :10px;
}
div.main-photo img.parts-sold-out {
	position: absolute;
	top: 0;
	left: 20px;
}

/*マガジン・カテゴリートップ
---------------------------------------------*/

.cat-m-img {
	float: left;
	width: 100px;
	padding: 1px 0 10px 1px;
}
.cat-m-img img {
	border: 1px solid #FFF;
}

/* 取扱商品
---------------------------------------------*/

#ultra-capa, #ultra-info {
	margin: 0;
	padding: 0;
}
#ultra-capa dl {
	margin: 0;
	padidng: 0;
}
#ultra-capa dt {
	float: left;
	margin: 0 10px 0 0;
	padidng: 0;
	width: 170px;
	text-align: right;
}
#ultra-capa dd {
	float: left;
	margin: 0;
	padidng: 0;
	width: 350px;
}
#ultra-info ol{
	margin: 5px 0 10px 0;
	padding: 0;
}
#ultra-info ol li {
	margin: 5px 30px 5px 30px;
	padding: 0;
	border-bottom: 1px dotted #FFF;
}

/* 文字色
---------------------------------------------*/
.col-FCO {
	color: #FFFF00;
}

/* tw Reset
---------------------------------------------*/
.tw_block h3 {
	background: none;
	border: none;
}
.tw_block h4 {
	background: none;
	border: none;
	margin: 0;
	height: auto;
}
.tw_block .twtr-widget h4 {
	font-size: 15px!important;
}
