﻿/*基本設定*/
/*canvas {-ms-touch-action: double-tap-zoom;}*/

img{border:none;}

a{
    text-decoration:none;
    color:#ea5413/*#235590*/;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
}



a:visited{
color:#ea5413/*#660066;*//*:#005fa1*/;
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-size: 14px;
text-decoration: none;
}

a:hover{
	text-decoration:underline;	
	color:#ea5413/*#4E8CF3*/;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	text-decoration: none;

}

a:hover img{
	opacity:0.8;

}

.ios a:hover img{
	opacity:1;
}


li a{
	display:block;
}

body {
	color: #444444;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    /*font-family:Verdana,Arial,"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family:Verdana;
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
}

/*----------*/

  

/*全体エリア*/
#wpart{
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*----------*/

/*ヘッダエリア*/
#header{
	float: left;
	width: 960px;
	height: 94px;
	margin-bottom:0px;
}

.header_conten{
	float:left;
	width:960px;
	height:54px;
}

.company_banner{
	float:left;
	width:700px;
	height:54px;
	text-align:left;
}

.help_content{
	float:left;
	width:260px;
	height:54px;
}

.help_links{
	float:left;
	width:260px;
	height:27px;
	text-align:right;
	font-size:12px;
	line-height:27px;
	color:#333333;
}
/*----------*/

/*サイト内検索*/
.site_search{
	float:left;
	width:260px;
	height:27px;
	font-size:12px
}

/*----------*/

/*ヘッダナビ*/
.header_navigation{
	float:left;
	width:960px;
	height:32px;
	margin-top:8px;
}

ul.header_menu {
	height:32px; font-weight:bold;
	margin:0;
	padding: 0;
}
li.menu01,li.menu02,li.menu03,li.menu04,li.menu05 {
	float:left;			/*リスト項目を横に並べる*/
	display:inline;			/*リスト項目をインライン表示にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	background-repeat:no-repeat; 	/*背景画像を繰り返さない*/	
	margin:0;
	padding: 0;
	width:192px;
	height:32px;
}
/*----------*/


/*サイドエリア*/
#side{
	float: left;
	width: 160px;
	height: auto;
	margin: 0 20px 0 0;
	display:inline;
}

.side_title{
	float:left;
	width: 160px;
	height:50px;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	margin:20px 0 5px 0 ;
	text-indent:5px;
	background-image:url('../images/nabe_tltle-bg.gif');
}

.snavi{
	float:left;
	width: 160px;
	height:auto;
	margin-bottom:20px;
}

.snavi ul{
    margin:0 0 0 0px;
    padding:0 0 0 0;
}

.snavi li{
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 100%;
  list-style-type: none;
  background-image: url('../images/ya_li.gif');
  margin:10px 0 0px 0;
  padding:0 0 10px 12px;  
  border-bottom:1px #CCCCCC dotted;
}

.snavi li a{
	font-size:12px;
}

.side-banaa{
	float:left;
	width:160px;
	height:32px;
	text-align:center;
	margin:5px 0 5px 0;
}

.side-banaa2{
	float:left;
	width:160px;
	height:79px;
	text-align:center;
	margin:5px 0 5px 0;
}

.side-banaa3{
	float:left;
	width:160px;
	height:50px;
	text-align:center;
	margin:5px 0 10px 0;
}

.side-banaa4{
	float:left;
	width:160px;
	height:64px;
	text-align:center;
	margin:5px 0 10px 0;
}

.side-banaa-auto{
	float:left;
	width:160px;
	height:auto;
	text-align:center;
	margin:35px 0 10px 0;
}

.shop-list160{
	float:left;
	width:160px;
	padding-left:0px;
	height:auto;
	line-height:26px;
	font-size:12px;
	text-align:left;
}

.shop-list160 img{
	margin-bottom:10px;
}
/*----------*/

/*メインエリア*/
#main{
	float: left;
	width: 780px;
	height:auto;
	margin-bottom:0px;
	margin-top:0px;
}

/*メインエリア　サイドナビ無*/
#main_top{
	float: left;
	width: 960px;
	height:auto;
	margin-bottom:0px;
	margin-top:0px;
}
/*----------*/

/*ページトップへ*/
.top_page{
	float:left;
	width:960px;
	height:15px;
	text-align:right;
	margin:20px 0 0 0 ;
}
/*----------*/

/*フッタエリア*/
#footer{
	float: left;
	width: 960px;
	height: auto;
	margin-top:10px;
	border-top:1px #cccccc solid;
	padding-top:0px;
	background-image:url('../images/bg_image2.jpg');
}

.fnavi,.fnavi_list{
	float: left;
	width: 160px;
	height: auto;
}

.fnavi ul{
    margin:-4px 0 0 10px;
    padding:0;
}

.fnavi li{

  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 100%;
  list-style-type: none;
  background-image: url('../images/ya_li.gif');
  margin:5px 0 0px 0;
  padding:0 0 3px 12px;  
}

.fnavi_top-t{
    font-size: 12px;
    font-weight: bold;

     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin-left: 10px; 
     float:left;
     width:150px;
    height:25px;
    line-height:25px;
    display:inline;

}

.fnavi_top-tt{
    font-size: 12px;
    font-weight: bold;

     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin-left: 10px; 
     float:left;
     width:150px;
     height:25px;
     line-height:25px;
     display:inline;
}

.fnavi_top-t a,.fnavi_top-tt a{
	display:block;
}
/*----------*/

/*コピーライト・注記エリア*/
#pp_copy{
	float:left;
	width:960px;
	height:42px;
	margin-top:20px;
}



.pp_copy-l{
	float:left;
	width:100%;
	height:10px;
	font-size:10px;
	color:gray;
	margin-top:4px;
	text-align:left;
}

.pp_copy-facebook{
	float:left;
	width:100%;
	height:25px;
	text-align:right;
}

.pp_copy-r{
	float:left;
	width:100%;
	height:10px;
	font-size:10px;
	color:gray;
	margin-top:4px;
	text-align:right;
}
/*----------*/

/*カテゴリートップ　ブックマークリンクオフ*/
.category_title a:hover{
	cursor:text;
	color:#005fa1;
	text-decoration:none;
}
/*----------*/

/*キーワード用　隠し文字*/
.text_ffffff{
	font-size: 10px;
	color: #ffffff;
}