@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	overflow-y: scroll;
}
body {
	margin: 0px;
	-webkit-text-size-adjust: none;
}

div,p {
	font-size: 12px;
	line-height: 150%;
	color: #333;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #848CBD;
	text-decoration: none;
}
a:visited {
	color: #848CBD;
	text-decoration: underline;
}
a:hover {
	color: #6A5ACD;
	text-decoration: underline;
}
a:active {
	color: #848CBD;
	text-decoration: underline;
}


/* 親要素の背景を小要素の背景にも適応させるハック（clearfix） */
/**/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
.clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/**/
/* 

/* フォントの指定 */
.font_10px {
	font-size: 10px;
}
.font_12px {
	font-size: 12px;
}
.font_red {
	color: #C00;
}

/* インデントの指定 */
.indent_12px {
	text-indent: -12px;
	padding-left: 12px;
}

/* NEW */
.newmark {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-weight: bold;
}

/* ヘッダー--------------------------------------------------------------- */
div#header {
	width: 950px;
	height: 70px;
	margin: 0px auto;
}
div#header div#kanban {
	width: 450px;
	height:70px;
	float: left;
}
div#header div#headertopics {
	background-image:url(images/heade_1308_back.jpg);
	background-repeat:no-repeat;
	width: 500px;
	height: 70px;
	float: right;
}
div#header div#headertopics div.ticker {
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/newtopics_1308.gif);
	background-repeat: no-repeat;
	width: 427px;
	height: 34px;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 48px;
	
}
div#header div#headertopics div.ticker ul {
	overflow: hidden;
	height: 34px;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#header div#headertopics div.ticker ul li {
	height: 33px;
	margin: 1px 0 0 0;
	padding: 0;
}

div#header div#headertopics div p {
	font-size: 11px;
	margin: 0;
}
/* ヘッダー以下を内包するブロック */
div#container {
	width: 930px;
	height: auto !important;
	margin: 0px auto;
	padding-right: 10px;
	padding-left: 10px;
}

/* ブラウザを縮めてスクロールした時の背景切れを防ぐハック */
/**/
body > #container {height: auto;}
/**/
/* 親要素の背景を小要素の背景にも適応させるハック */
/**/
* html #container {
	overflow: visible;
}

/* ニュースティッカー----------------------------------------------------- */	
div#container div#newtopics {
	background-image: url(img/newtopics_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 908px;
	height: 24px;
	margin-top: 20px;
	border: 1px solid #999;
}
/* ニュースティッカー：見出し */
div#container div#newtopics div#topics_midashi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	height: 20px;
	float: left;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 8px;
}
/* ニュースティッカー：トピックス */
div#container div#newtopics div#topics {
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	font-size: 10px;
	width: 820px;
	height: 18px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}		
/* グローバルナビゲーション----------------------------------------------- */
div#container div#gnavi {
	width: 240px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
div#container div#gnavi ul {
	width: 240px;
	margin: 0px;
	padding: 0px;
}
div#container div#gnavi li {
	width: 240px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* レフトナビゲーション--------------------------------------------------- */
div#container div#gnavi li.gnavi_banner {
	width: 200px;
	height: auto;
	padding-bottom: 5px;
}
div#container div#gnavi li.gnavi_step {
	background-attachment: scroll;
	background-image: url(img/gnavi_step2back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 212px;
	height: 14px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 28px;
}
div#container div#gnavi li.gnavi_step_pre {
	background-attachment: scroll;
	background-image: url(img/gnavi_step2back_preorder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 172px;
	height: 14px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 28px;
}

div#container div#gnavi li.gnavi_steplast {
	width: 172px;
	height: 14px;
	background-image: url(img/gnavi_step2lastback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 28px;
}

			
/* コンテンツ------------------------------------------------------------- */
div#container div#contents {
	width: 670px;
	height: auto;	
	float: right;
	margin-top: 30px;
	margin-left: 20px;
}
/* yano directのトップへ */
div#container div#contents div#button_directtop {
	text-align: right;
	height: 15px;
	padding-bottom: 5px;
}
/* 内容表示部分 */
div#container div#contents div#maincontents {
	width: 628px;
	height: auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #666;
}
/* カテゴリータイトル */
div#container div#contents div#maincontents img.category_title {
	margin-bottom: 10px;
}

/* カテゴリーの説明 */
div#container div#contents div#maincontents div#category_intro {
	color: #336;
	background-image: url(img/categori_introback.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 5px;
}

/* 注文方法についての記載 */
div#container div#contents div#maincontents p.howto_order {
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

/* FAXオーダーフォームのダウンロード */
div#container div#contents div#maincontents p.faxform_dl {
	text-align: right;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
/* 税についての記載 */
div#container div#contents div#maincontents p.tax {
	text-align: right;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
/* 注文方法についての記載 */
div#container div#contents div#maincontents p.product_none {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 310px 5px;
}

/* 商品掲載欄------------------------------------------------------------ */
div.item {
}
div.item h2 {
	font-size: 14px;
	background-image: url(img/categori_introback.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #339;
}
div.item div.item_info {
	height: auto;
	width: 626px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #666;
}
/* 商品画像とリンクボタン----------------------------- */
div.item div.item_info div.item_image {
	height: auto;
	width: 150px;
	float: left;
	padding: 10px;
}
div.item div.item_info div.item_image img.item_linkbutton {
	margin-top: 20px;
}
/* 商品情報------------------------------------------- */
div.item div.item_info div.item_outline {
	text-align: left;
	height: auto;
	width: 436px;
	float: left;
	padding: 10px;
}
div.item div.item_info div.item_outline p.item_interface,
div.item_outline_kessan2014 p.item_interface {
	font-size: 10px;
	background-color: #EEE;
	padding: 2px;
}
div.item div.item_info div.item_outline table.item_lineup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 435px;
	margin-bottom: 12px;
}

div.item div.item_info div.item_outline img.item_logo,
div.item_outline_kessan2014 div img.item_logo {
	margin-top: 20px;
	margin-bottom: 10px;
}
div.item div.item_info div.item_outline h3 {
	font-size: 14px;
	text-indent: -21px;
	padding-left: 21px;
}
div.item div.item_info div.item_outline p.item_quantity {
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	margin-left: 21px;
}
div.item div.item_info div.item_outline p.item_kome {
	margin-right: 10px;
	margin-left: 22px;
	margin-bottom: 10px;
}
div.item div.item_info div.item_outline p.item_price {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 3px;
}
div.item div.item_info div.item_outline p.item_price .item_specialprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	font-style: italic;
}
div.item div.item_info div.item_outline p.item_price .item_normalprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
div.item div.item_info div.item_outline p.item_button_faxorder,
div.item_outline_kessan2014 p.item_button_faxorder {
	margin-top: 15px;
	text-align: right;
}
/* 特長 */
div.item div.item_info div.item_feature {
	width: 626px;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
/* 商品の詳細（外部ページ）へのリンク */
div.item div.item_info div.item_feature p.outlink {
	margin: 15px 10px 10px 10px;
}
/* 黄色背景・特長の箇条書き */
div.item div.item_info div.item_feature h4 {
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #FFCC00;
	text-align: center;
	width: 622px;
	margin: 0px;
	padding: 2px;
}
/* 青色見出し */
div.item div.item_info div.feature h5 {
	font-size: 12px;
	color: #06C;
	margin: 0px 0px 10px 8px;
}
div.item div.item_info div.item_outline table.item_lineup td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding: 2px;
}

div.item div.item_info div.item_outline p.item_caption {
	margin-bottom: 12px;
}
div.item div.item_info div.item_outline table.item_lineup td.item_model,
div.item_outline_kessan2014 table td.item_model {
	background-color: #CCC;
}

div.item div.item_info div.item_feature p {
	margin: 10px;
}
div.item div.item_info div.item_feature div.item_font {
	margin: 10px;
}
div.item div.item_info div.item_feature div.item_font h5 {
	font-size: 12px;
	color: #06C;
}
div.item div.item_info div.item_feature div.item_font table {
	margin-left: 12px;
	width: 580px;
	border-collapse: collapse;
}
div.item div.item_info div.item_feature div.item_font table th.font_ver {
	background-color: #6CF;
	font-weight: normal;
}
div.item div.item_info div.item_feature div.item_font table th.font_koumoku {
	font-weight: normal;
	background-color: #CCC;
	text-align: left;
	padding-left: 10px;
}
div.item div.item_info div.item_feature div.item_font table td {
	padding: 4px;
}

/* ショッピングインフォメーション----------------------------------------- */
div#shop_info {
}
div#shop_info h4 {
	font-size: 14px;
	color: #009;
}
div#shop_info p {
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#shop_info div p {
	margin: 12px;
}
div#shop_info div {
	margin-right: 14px;
	margin-left: 14px;
	border: 1px solid #009;
}
div#shop_info div h5 {
	font-size: 12px;
	color: #FFF;
	background-color: #009;
	padding: 4px;
	margin-top: 0px;
}
div#shop_info div table {
	margin: 12px;
	width: 575px;
	border-collapse: collapse;
}
div#shop_info div table tr th.daibiki_koumoku {
	background-color: #6CF;
	padding: 4px;
}
div#shop_info div table th.daibiki_price {
	background-color: #CCC;
	text-align: right;
	padding: 4px;
}

div#shop_info div table td {
	text-align: right;
	padding: 4px;
}
/* トップページ----------------------------------------------------------- */
div#toppage {
}
div#toppage p {
	margin-bottom: 10px;
}

/* お得な商品 */
div#toppage #otoku {
	padding-top: 30px;
}
div#toppage #otoku div {
	padding-bottom: 10px;
	border: solid 1px #C00;
}
div#toppage #otoku div p {
	margin-right: 20px;
	margin-left: 20px;
}

/* 新着商品／オススメ商品------------------------------------------------- */
div#toppage div#new_hotitem {
	width: 670px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	background-image: url(img/arival_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 20px;
}
div#toppage div#new_hotitem ul {
	margin-left: 25px;
	padding-left: 0px;
}
div#toppage div#new_hotitem ul li {
	margin-bottom: 12px;
}
/* 新着商品 */
div#toppage div#new_hotitem div#new_item {
	width: 328px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
/* オススメ商品 */
div#toppage div#new_hotitem div#hot_item {
	width: 328px;
	float: right;
	margin-right: 1px;
	margin-left: 1px;
}

/* ロングライフ提案------------------------------------------------------- */
div#toppage div#longlife {
	color: #336;
	padding: 10px;
	height: 290px;
	border: 1px solid #333366;
	background-image: url(img/longlife_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 648px;
	clear: both;
	margin-bottom: 20px;
}
/* 内容 */
div#toppage div#longlife div {
	width: 330px;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}
div#toppage div#longlife p {
	margin-bottom: 12px;
}
/* イメージ */
div#toppage div#longlife img {
	float: right;
	margin-left: 10px;
}
/* フッター--------------------------------------------------------------- */
#footer {
	background-attachment: fixed;
	background-image: url(img/footer_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	width: 950px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: dotted 1px #666;
}
/* 連絡先 */
#footer .add {
	margin-bottom: 20px;
}
div#container div#contents div#maincontents div#oyasumi {
	background-color: #FFEBCD;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
div#container div#contents div#maincontents div#oyasumi p {
	margin-top: 0px;
	margin-bottom: 10px;s
}


.up {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C00;
}table#nas_other_spec {
}
table#nas_other_spec th {
	font-weight: normal;
	text-align: left;
	background-color: #CCC;
}
.menu_point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	margin-left: 5px;
	font-style: italic;
	font-weight: bold;
}
div#nas_navi {
	height: 50px;
	margin-bottom: 20px;
}
div#nas_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 50px;
}
div#nas_navi ul li {
	float: left;
	margin-right: 8px;
	height: 50px;
	display: block;
}
div#orderform {
}
div#orderform table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#orderform table tr th {
	text-align: left;
	background-color: #FFC;
	font-weight: normal;
	padding-left: 10px;
}
div#orderform table tr th.midashi {
	background-color: #CCC;
}
div#orderform table tr th span.hissu {
	color: #C00;
	margin-left: 2px;
}
div#orderform div#orderform_intro {
	margin-top: 10px;
}
div#shop_info h6 {
	font-size: 12px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 0px;
	color: #009;
}
div#shop_info ol {
	margin-left: 12px;
	margin-top: 0px;
}
div#shop_info ol li {
	margin-bottom: 5px;
}
#container #contents #maincontents #tax {
	background-color: #FFF0F5;
	padding:10px;
}
#container #contents #toppage #tax {
	background-color: #FFF0F5;
	margin-bottom: 20px;
	padding: 10px;
}
#container #contents #toppage #tax p {
	margin-bottom: 0;
}
#container #contents #maincontents #tax h3 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 13px;
}
#container #contents #maincontents #tax ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 24px;
}
.campaign_banner {
	margin-bottom: 15px;
}
#thanks_campaign {
	background-color: #FFF5EE;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
td.campaign {
	padding: 5px !important;
}
td.campaign p {
		margin-bottom: 12px;
}
td.campaign p.caution {
	font-size: 11px;
	color: #C00;
	margin-top: 20px;
	margin-bottom: 0px;
	text-indent: -11px;
	padding-left: 11px;
}
.item div.campaign_banner {
	margin-bottom: 20px;
}
.item_outline_kessan2014 {
	width: 100%;
}
.item_outline_kessan2014 .productinfo {
	width:435px;
	float: left;
	padding: 10px;
}
.item_outline_kessan2014 .kessan2014_detail {
	background-color: #FFF5EE;
	clear: both;
	margin: 10px;
	padding: 20px 10px 10px 10px;
}
.item_outline_kessan2014 table {
	width: 97%;
	margin-top: 10px;
	margin-left: 10px;
	border-collapse: collapse;
}
.item_outline_kessan2014 table th {
	background-color: #F0F8FF;
}
.item_outline_kessan2014 table th.kessan_sp {
	color: #C00;
	background-color: #FFD700;
}
.item_outline_kessan2014 table td.kessan_sp {
	font-size: 13px;
	color: #C00;
	font-weight: bold;
	background: #FFFACD;
}
.item_outline_kessan2014 p.ups {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
