@charset "Shift_JIS";
body {
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #FFF9D9;
	font-family: "ＭＳ Ｐゴシック", Osaka, ヒラギノ角ゴ Pro W3;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 755px;
}

#header {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	/*height: 450px;*/
	background: #fff url(img_top/bg_header.jpg) no-repeat;
}
h1 {
	margin: 0 0 20px 20px;
	padding-top: 30px;
}
h2 {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	background: url(img_top/hashira_bg.gif) no-repeat 0px 0px;
	font: 12px "Osaka−等幅", "ＭＳ ゴシック";
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 25px;
	width: 250px;
}
#lead {
	float: left;
	margin: 0;
	padding: 30px 10px 0 45px;	/* float指定しているためmarginで指定するとアキがIEで倍になる */
	width: 325px;
	background-color: transparent;
}
#leadtxt em {
	color: #CC3300;
	font: bold 18px "ＭＳ ゴシック", "Osaka−等幅";
	font-style: normal;
	line-height: 1.8;
}
#leadtxt {
	font-size: 14px;
	line-height: 1.8;
	background-color: transparent;
}
#inqbutton a {
	display: block;
	color: #333;
	text-decoration: none;
	width: 325px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	background: url(img_top/button_b1.gif) no-repeat 0px 1px;
}
#inqbutton a:hover {
	color: #fff;
	background: url(img_top/button_b2.gif) no-repeat 0px 0px;
}
#reiewbutton a {
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	width: 200px;
	margin:0 40px;
	padding:0px 5px 0px 75px;
	font: bold 14px "Osaka−等幅", "ＭＳ ゴシック";
	line-height: 32px;
	background: url(img_top/b_review_p.gif) no-repeat 0px 0px;
}
#reiewbutton a:hover {
	color: #006600;
	background: url(img_top/b_review_p.gif) no-repeat 0px 0px;
	filter: alpha(opacity="70");
	opacity: 0.7; 
}
#i-1 {
	float: right;
	margin: 0 45px 0 0;
}

#pricebutton a {
	float: left;
	display: block;
	color: #FF3300;
	text-decoration: none;
	width: 280px;
	margin:26px 40px 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	background: url(img_top/btn_price.gif) no-repeat 0px 0px;
}
#pricebutton a:hover {
	color: #FF5353;
	background: url(img_top/btn_price_f2.gif) no-repeat 0px 0px;
}
#sellbutton a {
	display: block;
	color: #333;
	margin:8px 0 20px;
	text-decoration: none;
	width: 325px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	background: url(img_top/btn_sell.gif) no-repeat 0px 0px;
}
#sellbutton a:hover {
	color: #fff;
	background: url(img_top/btn_sell_f2.gif) no-repeat 0px 0px;
}
#manage {
	width: 280px;
	float:left;
	margin:10px 40px;
	text-align:right; 
	padding:0px; 
	font-size:14px;
}


/* === ここからheaderのclearfix === */
/* モダンブラウザ対策 */
#header:after {
	content: ",";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* MacIE5とIE7対策 */
#header {
	display: inline-block;
}

/* MacIE5を除くIE6以下対策 \*/
* html #header { height: 1%; }
#header { display: block; }
/* MacIE5を除くIE6以下対策終了 */

/* === headerのclearfix終了 === */

#contents {
	clear: both;
	margin: 0;
	padding: 0;
	margin: 0 0 30px;
}
h3 {
	clear: both;
	background: url(img_top/midashi_bg.gif) no-repeat 0px 0px;
	font: bold 14px "Osaka−等幅", "ＭＳ ゴシック";
	line-height: 25px;
	margin: 0 0 8px 20px;
	padding: 0 0 0 1em;
	width: 715px;
}
.comment {
	margin: 0 20px 15px 20px;
	padding: 0;
	font-size: 12px;
	line-height:125%;
}
.item {
	display: inline; /* IEでアキが倍になるのをふせぐ */
	margin: 0 0 30px 20px;
	padding: 10px 0;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 223px;	/* ボーダーと合わせて幅225px */
	border: #ccc solid 1px;
}
.item span {
	font-size: 10px;
	font-weight: normal;
}

#footer {
	clear: both;
	margin: 0;
	padding: 7px 10px 0px 30px;
	border-top: #1E4799 solid 1px;
	border-bottom: #1E4799 solid 4px;
	line-height: 150%;
}
#footer p {
	margin: 0px 0 0 0;
	padding: 0;
	clear:both;
}
#footer span {
	color:#333333;
}
.f-l {
	float:left;
	font-size: 14px;
	font-weight:bold;
}
#f-r {
	float: right;
	font-size: 12px;
	line-height:20px;
	padding-top:10px;
}
#footer a {
	color:#1E4799;
	text-decoration: none;
}
#footer a:hover {
	color: #3366CC;
}

.maker {
	clear: both;
	width: 400px;
	margin: 5px 20px;
	font-size: 10px;
	text-align: right;
	float: right;
}
.maker a:link, .maker a:visited {
	color: #333;
	text-decoration: none;
}
.maker a:hover, .maker a:active {
	color: #3366CC;
	text-decoration: none;
}
.tokucho {
	margin: 0px 20px 5px 50px;
	padding: 0;
	font-size: 14px;
	line-height:135%;
}
.tokucho-title {
	margin: 15px 35px 5px 35px;
	padding: 0;
	color:#003366;
	font-weight:bold;
	font-size: 14px;
	line-height:135%;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}

#hiddenimg {
	display:none;
}
.w660fr {
	width:660px;
	height:1%;
	margin:7px auto;
	font-size:12px;
	line-height:145%;
	}
.w660fr p {
	margin:7px 0;
	}
.w660fr ol {
	margin:5px 0 5px 30px;
	padding:0px 0 0px 12px;
	list-style-type:decimal;
	list-style-position:outside;
	list-style-image:none;
}
.w660fr li {
	padding:0 0 0 0px;
	list-style-type:decimal;
	list-style-position:outside;
	list-style-image:none;
	}
.padding15 {
	padding:0 0 0 18px;
}
.pagemenu-fr {
	width:700px;
	height:16px;
	margin:12px auto 3px;
	font-size: 10px;
}
.pagemenu {
	float: right;
	padding: 2px 8px 0px 0px;
}
.pagemenu a:link , .pagemenu a:visited {
	color:#0033CC;
	text-decoration: underline;
}

.pagemenu a:hover , .pagemenu a:active {
	text-decoration: underline;
	color: #00CCFF;
}
.lineup{
	float: right;
	padding: 2px ;
	margin: 0px 8px 0px 0px;
}
.lineup a:link , .lineup a:visited {
	color: #00CCFF;
	text-decoration: underline;
}

.lineup a:hover , .lineup a:active {
	text-decoration: underline;
	color:#0033CC;
}
.red {
	color:#FF0000;
	font-weight:normal;
}
#language {
	position: absolute;
	top: 22px;
	right: 8px;
	font-size:12px;
	text-align:right;
}
#language a:link,#language a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#language a:hover,#language a:active {
	color:#FF0000;
	text-decoration:underline;
}

.align-c {
	text-align:center;
}
.tel {
	margin:0 20px;
	text-align:right;
}
/* カタログ請求 */
.catalog {
	float:left;
	padding:10px 20px 10px; 
	text-align:right;
}
.catalog a:hover img {
	filter: alpha(opacity="70");
	opacity: 0.7; 
}
/* カタログ請求END */

/* よくある質問START */
.qa-fr {
	width:660px;
	margin:15px auto 0;
	font-size:12px;
	line-height:145%;
	border:#CCCCCC 1px solid;
	}
.q-title {
	padding:4px 10px; 
	font-size:14px; 
	color:#FF0000; 
	font-weight:bold; 
	background-color:#EAEAEA;
}
.answer {
	padding:10px 10px 10px 30px;
}
.answer span {
	font-size:14px; 
	color:#003366;
	font-weight:bold;	
}
/* よくある質問END */
#submenu5 {
	width:708px;
	height:35px;
	margin:40px auto 0px;
	
}
#sub-price a {
	float:left; 
	width:137px; 
	height:35px; 
	background:url(img/sub_price.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#sub-price a:hover, #price a:hover {
	background:url(img/sub_price_f2.jpg) no-repeat 0px 0px;
}
#sub-catalog a {
	float:left; 
	width:137px; 
	height:35px; 
	background:url(img/sub_catalog.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#sub-catalog a:hover, #catalog a:hover {
	background:url(img/sub_catalog_f2.jpg) no-repeat 0px 0px;
}
#sub-user a {
	float:left; 
	width:137px; 
	height:35px; 
	background:url(img/sub_user.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#sub-user a:hover, #user a:hover {
	background:url(img/sub_user_f2.jpg) no-repeat 0px 0px;
}
#sub-inq a {
	float:left; 
	width:137px; 
	height:35px; 
	background:url(img/sub_inq.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#sub-inq a:hover, #inq a:hover {
	background:url(img/sub_inq_f2.jpg) no-repeat 0px 0px;
}
#sub-kai a {
	float:left; 
	width:138px; 
	height:35px; 
	background:url(img/sub_kai.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0;
}
#sub-kai a:hover, #kai a:hover {
	background:url(img/sub_kai_f2.jpg) no-repeat 0px 0px;
}


#submenu4 {
	width:715px;
	height:35px;
	margin:10px auto 30px;
	padding-left:7px;
	border-bottom:#DCDCDC 5px solid;
	
}
#top a {
	float:left; 
	width:69px; 
	height:35px; 
	background:url(img/sub_top.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#top-on a {
	float:left; 
	width:69px; 
	height:35px; 
	background:url(img/sub_top_f2.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#top a:hover, #top-on a:hover {
	background:url(img/sub_top_f2.jpg) no-repeat 0px 0px;
}
#rank a {
	float:left; 
	width:131px; 
	height:35px; 
	background:url(img/sub_ranking.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#rank-on a {
	float:left; 
	width:131px; 
	height:35px; 
	background:url(img/sub_ranking_f2.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#rank a:hover, #rank-on a:hover {
	background:url(img/sub_ranking_f2.jpg) no-repeat 0px 0px;
}
#how a {
	float:left; 
	width:101px; 
	height:35px; 
	background:url(img/sub_how.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#how-on a {
	float:left; 
	width:101px; 
	height:35px; 
	background:url(img/sub_how_f2.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#how a:hover , #how-on a:hover {
	background:url(img/sub_how_f2.jpg) no-repeat 0px 0px;
}
#faq a {
	float:left; 
	width:114px; 
	height:35px; 
	background:url(img/sub_faq.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#faq-on a {
	float:left; 
	width:114px; 
	height:35px; 
	background:url(img/sub_faq_f2.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#faq a:hover, #faq-on a:hover {
	background:url(img/sub_faq_f2.jpg) no-repeat 0px 0px;
}
#voice a {
	float:left; 
	width:105px; 
	height:35px; 
	background:url(img/sub_voice.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#voice-on a {
	float:left; 
	width:105px; 
	height:35px; 
	background:url(img/sub_voice_f2.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#voice a:hover, #voice-on a:hover {
	background:url(img/sub_voice_f2.jpg) no-repeat 0px 0px;
}
#history a {
	float:left; 
	width:161px; 
	height:35px; 
	background:url(img/sub_history.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#history-on a {
	float:left; 
	width:161px; 
	height:35px; 
	background:url(img/sub_history_f2.jpg) no-repeat 0px 0px;
	display: block;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#history a:hover, #history-on a:hover {
	background:url(img/sub_history_f2.jpg) no-repeat 0px 0px;
}

.textlink {
	text-align:right;
}
.textlink a {
	color:#1E4799;
	text-decoration:underline;
}

#submenu4-link {
	width:715px;
	margin:0px auto 30px;	
}
#submenu4-link div {
	font-size:12px;
	float:right;
	padding:7px 12px 0 0;
}
#submenu4-link  a:link, #submenu4-link a:visited {
	color:#333;
	text-decoration:underline;
}
#submenu4-link a:hover, #submenu4-link a:active {
	color:#0000FF;
	text-decoration:underline;
}

a:hover img {
	filter: alpha(opacity="70");
	opacity: 0.7; 
}

.tel-shop {
	clear:both;
	width:708px;
	height:120px;
	margin:30px auto;	
}
.shop {
	height:30px;
	margin:10px 0 0 84px; 
	}
.shop div {
	float:left;
	margin:0 4px 0 0;
}

/* ヘッダー透過 */
#header-tel {
	position:absolute;
	left:370px;
	top:47px;
	width:370px;
	height:70px;
	padding:5px 5px 4px 5px;
}
#header-tel div {
	float:left;
	margin:0 4px 0 0;
}
#header-tel div.right {
	margin:0px;
}
#header-tel div.left {
	margin-left:72px;
}

.belong {
	margin:20px auto 3px;
	text-align:center;
}

div.linkafter {
	width:700px;
	margin:0 auto 20px;
	padding:7px;
	text-align:right;
	font-size:14px;
}



/* 在庫を見るボタンと右お問い合せボタン */
div.open-zaiko {
	top:40px;
	left:5px;
	position: fixed;
	z-index:10;
	width: 20px;
	height:20px;
	background:url(img/zaiko_btn_gr.png) no-repeat;
	cursor: pointer;
	display:block;
}
div.open-sideinq {
	bottom: 148px;
	right: 14px;
	position: fixed;
	z-index:10;
	width: 20px;
	height:20px;
	background:url(img/zaiko_btn_gr.png) no-repeat;
	cursor: pointer;
	display:block;
}
div.open-zaiko:hover, div.open-sideinq:hover {
	width: 20px;
	height:20px;
	background:url(img/zaiko_btn_r.png) no-repeat;
	cursor: pointer;
}
div.open-zaiko icon, div.open-sideinq icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('img/zaiko_batsu.png') no-repeat top left;
	margin: 2px 0 0 2px;
}
div.open-zaiko.active, div.open-sideinq.active {
	background:url(img/zaiko_btn_gr.png) no-repeat;
	cursor: pointer;
}
div.open-zaiko.active:hover, div.open-sideinq.active:hover {
	background:url(img/zaiko_btn_r.png) no-repeat;
	cursor: pointer;
}
div.open-zaiko.active icon, div.open-sideinq.active icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('img/zaiko_maru.png') no-repeat top left;
	margin: 2px 0 0 2px;
}

#side-zaiko {
	position:fixed; 
	top:60px;
	left:0px;
	width:106px;
	height:50px;
	z-index:10;
}
#side-chokuhan {
	position:fixed; 
	top:110px; 
	left:-3px;
	width:110px;
	height:106px;
	z-index:10;
}
#side-rakuten {
	position:fixed; 
	top:225px; 
	left:-3px;
	width:110px;
	height:106px;
	z-index:10;
}
#side-yahoo {
	position:fixed; 
	top:340px; 
	left:-3px;
	width:110px;
	height:106px;
	z-index:10;
}
#side-rakuten a img,
#side-yahoo a img,
#side-chokuhan a img {
	border:none;
	filter: alpha(opacity="80");
	opacity: 0.8; 
}

#side-rakuten a:hover img,
#side-yahoo a:hover img,
#side-chokuhan a:hover img {
	filter: alpha(opacity="100");
	opacity: 1; 
	left:0px;
	position: fixed;
}

#page-top {
	position: fixed;
	bottom: 8px;
	right: 10px;
	width:200px;
	height:120px;
}
#page-top a img {
	border:none;
	filter: alpha(opacity="80");
	opacity: 0.8; 
}

#page-top a:hover img {
	filter: alpha(opacity="100");
	opacity: 1; 
}
/* ./在庫を見るボタンと右お問い合せボタン */


.bnr-satei {
	width:700px;
	height:160px;
	margin:50px auto ;
}

/* 資格 */
table.license {
	width:100%;
	margin:20px auto;
}
table.license td {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	line-height:1.4;
	color:#000000;
}
table.license p {
	margin:0;
}
p.f-company {
	font-size:16px;
	font-weight:bold;
	color:#454545;
}
