@charset "shift_jis";
/*
SITE：
(http://www.jetl.com/)
CREDIT：
DESIGN BY JETLINK Show Room CO.,LTD.
______________________________________*/

/*-----▼ページ全体-------------------*/
html,body {
	width: 700px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	line-height: 150%;
	color: #555555;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

 /*--ページ全体：a（テキストリンク文字色）--*/
a:link {
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}

a:visited {
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

a:active {
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

a:hover {
	font-style: normal;
	text-decoration: none;
	color: #666666;
}
/*-----▲ページ全体----------------*/

/*-----▼ヘッダ--------------------*/
#header {
	margin: 0 auto 0 auto;
	padding: 0;
}

 /*--ヘッダ：h1（JETLINKタイトル画像）--*/
#header h1 {
	background: url(./hp_gif/top1.gif) no-repeat;
	width: 700px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

 /*--ヘッダ：div（送料無料バナー）--*/
#header div {
	margin: 0;
	padding: 0;
}

 /*--ヘッダ：a（テキストリンク文字色）--*/
#header a:link {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

#header a:visited {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

#header a:active {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}

#header a:hover {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}
/*-----▲ヘッダ--------------------*/

/*-----▼民芸ヘッダ--------------------*/
#header2 {
	margin: 0 auto 0 auto;
	padding: 0;
}

 /*--ヘッダ：h1（JETLINKタイトル画像）--*/
#header2 h1 {
	background: url(./hp_gif/top_mingei1.gif) no-repeat;
	width: 700px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

 /*--ヘッダ：div（送料無料バナー）--*/
#header2 div {
	margin: 0;
	padding: 0;
}

 /*--ヘッダ：a（テキストリンク文字色）--*/
#header2 a:link {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

#header2 a:visited {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

#header2 a:active {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}

#header2 a:hover {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}
/*-----▲民芸ヘッダ--------------------*/

/*-----▼ヘッダナビ（HOME〜テキストリンク）----------------*/
#h_navi1 {
	background-color: #000000;
	width: 700px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	line-height: 170%;
	color: #ffffff;
}
/*-----▲ヘッダナビ-----------------*/

/*-----▼ヘッダナビ民芸（HOME〜テキストリンク）----------------*/
#h_navi2 {
	background-color: #dcdcdc;
	width: 700px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	line-height: 170%;
	color: #666666;
}
/*-----▲ヘッダナビ民芸-----------------*/

/*-----▼ページ本体-----------------*/
#pagebody {
	width: 700px;
	margin: 0;
	padding: 0;
}

 /*--インナー：ヘッダとページ本体の隙間--*/
#inner {
	margin: 1px 0 0 0;
	padding: 0;
}

 /*--メイン：#main（合計幅510px）--*/
#main {
	background-color: #ffffff;
	width: 510px;
	float: right;
	overflow: auto;
}

 /*--サイド：#side（合計幅190px）--*/
#side {
	background-color: #000000;
	width: 190px;
	text-align: left;
	float: left;
	overflow: auto;
}

 /*--民芸サイド：#side2（合計幅190px）--*/
#side2 {
	background-color: #dcdcdc;
	width: 190px;
	text-align: left;
	float: left;
	overflow: auto;
}
/*-----▲ページ本体--------------------*/

/*-----▼メイン画面（510px）-----------*/

 /*--メイン：ul（商品画像）--*/
#main ul {
	width: 490px;
	margin: 0;
	padding: 0;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #cccccc;
}

 /*--メイン：li（商品画像）上に15、下に15、左端に19の隙間
	（画像490px＋隙間20px＝メインの合計幅510px）--*/
#main li {
	width: 490px;
	margin: 0;
	padding: 15px 0 15px 19px;
	list-style-type: none
}

 /*--メイン：p（説明文）商品解説文、下10、右端20の隙間--*/
#main p {
	width: 490px;
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

 /*--メイン：div（TOPショールームの写真）--*/
#main div {
	margin: 0;
	padding: 0;
	text-align: right;
}
/*-----▲メイン画面--------------------*/

/*-----▼サイド画面（190px）-----------*/
#side ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

 /*--サイド：（画像）上下にm.5px、左端にp.15pxの隙間--*/
#side li {
	width: 170px;
	margin: 10px 0 5px 15px;
	padding: 0 0 0 0px;
	list-style-type: none;
}

 /*--サイド：h2（タイトル）--*/
#side h2 {
	background: url(./hp_gif/top_line3b.gif) no-repeat;
	width: 170px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 18px;
	color: #ffffff;
}

 /*--サイド：h3（タイトル）--*/
#side h3 {
	background: url(./hp_gif/top_line3b.gif) no-repeat;
	width: 170px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 18px;
	color: #ffffff;
}

 /*--サイド：p（説明文）上下にm.5px、点線の下にp.5pxの隙間--*/
#side p {
	width: 175px;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 10px;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	line-height: 150%;
	color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

 /*--サイド：a（テキストリンク文字色）--*/
#side a:link {
	font-style: normal;
	text-decoration: underline;
	color: #cccccc;
}

#side a:visited {
	font-style: normal;
	text-decoration: underline;
	color: #cccccc;
}

#side a:active {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

#side a:hover {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}
/*-----▲サイド画面--------------------*/

/*-----▼民芸サイド画面（190px）-----------*/
#side2 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

 /*--サイド：（画像）上下にm.5px、左端にp.15pxの隙間--*/
#side2 li {
	width: 190px;
	margin: 10px 0 5px 15px;
	padding: 0 0 0 15px;
	list-style-type: none;
}

 /*--サイド：h2（タイトル）--*/
#side2 h2 {
	background: url(./hp_gif/top_line3c.gif) no-repeat;
	width: 190px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 18px;
	color: #555555;
}

 /*--サイド：h3（タイトル）--*/
#side2 h3 {
	background: url(./hp_gif/top_line3c.gif) no-repeat;
	width: 190px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 18px;
	color: #555555;
}

 /*--サイド：p（説明文）上下にm.5px、点線の下にp.5pxの隙間--*/
#side2 p {
	width: 190px;
	margin: 5px 0 5px 0;
	padding: 0 5px 5px 10px;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	line-height: 150%;
	color: #555555;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

 /*--サイド：a（テキストリンク文字色）--*/
#side2 a:link {
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}

#side2 a:visited {
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}

#side2 a:active {
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

#side2 a:hover {
	font-style: normal;
	text-decoration: none;
	color: #666666;
}
/*-----▲民芸サイド画面--------------------*/

/*-----▼フッタ------------------------*/
#footer {
	width: 700px;
	margin: 0 auto;
	text-align: right;
	clear: both;
}

#footer h3 {
	width: 480px;
	height: 60px;
	margin: 0;
	background: url(./hp_gif/b1.gif);
	text-indent: -9999px;
}

#footer p {
	width: 700px;
	height: 20px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: center;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	line-height: 170%;
	color: #555555;
}

 /*--フッタ：a（テキストリンク文字色）--*/
#footer a:link {
	font-style: normal;
	text-decoration: none;
	color: #0000000;
}

#footer a:visited {
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

#footer a:active {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}

#footer a:hover {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}
/*-----▲フッタ--------------------*/

/*-----▼テーブル------------------*/
table {	
	margin: 0 auto;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	line-height: 150%;
	color: #666666;
}

 /*--テーブル.a（テキストリンク文字色）--*/
table a:link {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}

table a:visited {
	font-style: normal;
	text-decoration: none;
	color: #555555;
}

table a:active {
	font-style: normal;
	text-decoration: none;
	color: #cccccc;
}

table a:hover {
	font-style: normal;
	text-decoration: underline;
	color: #cccccc;
}

/*-----▲テーブル------------------*/

/*-----▼オーダーボタン------------*/
a.order {
	background-image: url(./hp_gif/order1a.gif);
	width: 90px;
	height: 20px;
	display: block;
	text-indent: -9999px;
}

a.order:hover {
	background-image: url(./hp_gif/order2a.gif);
	width: 90px;
	height: 20px;
	display: block;
	text-indent: -9999px;
}
/*-----▲オーダーボタン------------*/

.b11{font-size:11px; line-height:160%; color:#000000;}
.b12{font-size:12px; line-height:160%; color:#000000;}
.b16{font-size:16px; line-height:150%; color:#000000;}
.b18{font-size:18px; line-height:150%; color:#000000;}
.b11b{font-size:11px; line-height:160%; color:#000000; font-weight: bolder;}
.b12b{font-size:12px; line-height:160%; color:#000000; font-weight: bolder;}
.b16b{font-size:16px; line-height:150%; color:#000000; font-weight: bolder;}
.b18b{font-size:16px; line-height:150%; color:#000000; font-weight: bolder;}

.g11{font-size:11px; line-height:160%; color:#666666;}
.g12{font-size:12px; line-height:160%; color:#666666;}
.g16{font-size:16px; line-height:150%; color:#666666;}
.g18{font-size:18px; line-height:150%; color:#666666;}
.g11b{font-size:11px; line-height:160%; color:#666666; font-weight:bolder;}
.g12b{font-size:12px; line-height:160%; color:#666666; font-weight:bolder;}
.g16b{font-size:18px; line-height:150%; color:#666666; font-weight:bolder;}
.g18b{font-size:18px; line-height:150%; color:#666666; font-weight:bolder;}

.a11{font-size:11px; line-height:160%; color:#ADD8E6;}
.a11b{font-size:11px; line-height:160%; color:#ADD8E6; font-weight:bolder;}
.o11{font-size:11px; line-height:160%; color:#FF4500;}
.o12{font-size:12px; line-height:160%; color:#FF4500;}
.o11b{font-size:11px; line-height:150%; color:#FF4500; font-weight:bolder;}
.o12b{font-size:12px; line-height:150%; color:#FF4500; font-weight:bolder;}
.o16b{font-size:16px; line-height:150%; color:#FF4500; font-weight:bolder;}
.r11{font-size:11px; line-height:160%; color:#FF0000;}
.r11b{font-size:11px; line-height:150%; color:#FF0000; font-weight:bolder;}