@charset "utf-8";
@import url("common.css");





/* -------------------------------------------------------------
	コンテンツ（大枠）のdiv指定
------------------------------------------------------------- */
#box_2{
	width:909px;
	height:auto;
	margin:35px 18px;
	float:left;
	background-image:url(img/li_2col_company.gif);
	background-repeat:repeat-y;
}
/* for WinIE6 */
*html #box_2{
	margin:35px 9px;
}
#box_2 img.title{
	margin:0px;
	padding:0px;
	border:0;
}
#box_2 h2,h3{
	text-indent:-9999px;
}
#box_2 form{
	margin:0px;
	padding:0px;
	border:0;
}

/* -------------------------------------------------------------
	コンテンツ（本文）のdiv指定
------------------------------------------------------------- */
#box_2 #content{
	float:left;
	width:663px;
	/*background-color:#939596;*/
}
#box_2 #content h2.shoplist{/* タイトル 取扱店トップ 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_shoplist.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.shop{/* タイトル 取扱店 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_shop.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.weare{/* タイトル 会社概要 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_weare.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.access{/* タイトル アクセス 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_access.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.contact{/* タイトル お問い合わせ 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_contact.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.privacy{/* タイトル お問い合わせ 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_privacy.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.recruit{/* タイトル 採用情報 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_recruit.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.login{/* タイトル ログイン 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_login.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.plice{/* タイトル 卸価格表 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_plice.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.news{/* タイトル News 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_news.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}
#box_2 #content h2.sitemap{/* タイトル Site Map 画像の指定 */
	width:663px;
	height:40px;
	background-image:url(img/im_title_sitemap.gif);
	background-repeat:no-repeat;
	margin:0px 0px 15px 3px;
}


/* login（ログイン）頁のdiv指定 ---------------------------------------- */

#box_2 #content #login_f{/* フォームによる左マージン（20px）解除のdiv指定 */
	width:663px;
	margin:0px;
	padding:0px;
}

#box_2 #content #login_f form{
	margin:0px;
	padding:0px;
	border:0px;
}

#box_2 #content #login_f input{/* 入力用ボックスの指定 */
	width:200px;
	height:20px;
	vertical-align:middle;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	margin:0px;
	padding:0px;
}
#box_2 #content #login_f input.button{/* ログインボタンの指定 */
	width:67px;
	height:52px;
	border:0px;
	margin:0px;
	padding:0px;
}

#box_2 #content #login_f table.login{/* フォーム用テーブルの指定 */
/*	font-size:100%;*/
	line-height:1.5em;
	border-collapse:collapse;
	padding:0;
	margin:0;
}

#box_2 #content #login_f table.login td{/* ＴＤの指定 */
/*	font-size:100%;*/
	vertical-align:middle;
	border:none;
	background-color:#CCCCCC;
}

#box_2 #content #login_f table.login td.left{/* 左ＴＤの指定 */
/*	font-size:100%;*/
	vertical-align:middle;
	padding:0 0 0 20px;
	background-color:#FFFFFF;
}
#box_2 #content #login_f table.login td.idpass{/* ＩＤ用ＴＤの指定 */
/*	font-size:100%;*/
	vertical-align:bottom;
	text-align:right;
	padding:0px 10px 5px 0px;
}
#box_2 #content #login_f table.login td.idpass2{/* Ｐａｓｓ用ＴＤの指定 */
/*	font-size:100%;*/
	vertical-align:top;
	text-align:right;
	padding:10px 10px 0px 0px;
}
#box_2 #content #login_f table.login td.box1{/* 入力上側ＴＤの指定 */
/*	font-size:100%;*/
	text-align:left;
	padding:15px 0px 5px 0px;
}
#box_2 #content #login_f table.login td.box2{/* 入力下側ＴＤの指定 */
/*	font-size:100%;*/
	text-align:left;
	padding:5px 0px 15px 0px;
}
#box_2 #content #login_f table.login td.white{/* 白地ＴＤの指定 */
/*	font-size:100%;*/
	background-color:#FFFFFF;
}





/* 採用情報の取扱頁の指定 -------------------------------------------- */


#box_2 #content h4.rec{
	clear:left;/* pタグとの関係で回り込み解除が必要 */
	margin:0 0 12px 0;
	padding:0 0 0 25px;
	font-size:16px;				
}

/* テーブルの指定 */
#box_2 #content table.rec{
	width:616px;
	clear:left;
	font-size:75%;
	line-height:1.5em;
	border-collapse:collapse;
	margin:0px 0px 30px 25px;
}
/* for WinIE6 */
*html #box_2 #content table.rec{/* 上部h2とのアキ指定 */
	margin:0px 0px 30px 25px;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content table.rec{/* 上部h2とのアキ指定 */
	margin:0px 0px 30px 25px;
}
/* for Safari */ 
html[xmlns*=""] body:last-child #box_2 #content table.rec{/* 上部h2とのアキ指定 */
	margin:0px 0px 30px 25px;
}

#box_2 #content h5.ohmi{ 
	clear:left;/* pタグとの関係で回り込み解除が必要 */
	width:304px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_ohmi.gif) no-repeat;
	padding:0;
	margin:0 0 10px 25px;
}
#box_2 #content h5.kanto{ 
	clear:left;/* pタグとの関係で回り込み解除が必要 */
	width:180px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_kanto.gif) no-repeat;
	padding:0;
	margin:0 0 10px 25px;
}
#box_2 #content h5.kyoto{ 
	clear:left;/* pタグとの関係で回り込み解除が必要 */
	width:180px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_kyoto.gif) no-repeat;
	padding:0;
	margin:0 0 10px 25px;
}
#box_2 #content h5.gifu{ 
	clear:left;/* pタグとの関係で回り込み解除が必要 */
	width:180px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_gifu.gif) no-repeat;
	padding:0;
	margin:0 0 10px 25px;
}

#box_2 #content p.rec_long{ 
	width:616px;
	padding:0 0 10px 25px;
}

#box_2 #content p.rec_long2{ 
	width:616px;
	line-height:2em;
	border-top:dashed 1px #CCCCCC;
	margin:0 0 30px 25px;
}
/* for WinIE6 */
*html #box_2 #content p.rec_long2{/* マージン２倍への指定 */
	margin:0 0 30px 12px;
}
#box_2 #content p.rec_long2_last{ 
	width:616px;
	line-height:2em;
	border-top:dashed 1px #CCCCCC;
	margin:0 0 10px 25px;
}
/* for WinIE6 */
*html #box_2 #content p.rec_long2_last{/* マージン２倍への指定 */
	margin:0 0 10px 12px;
}





#box_2 #content p.rec{ 
	width:616px;
	padding:0 0 0 25px;
	margin-bottom:30px;
}

#box_2 #content p.rec_1{ 
	clear:left;
	width:250px;
	line-height:2em;
	margin-top:15px;
	border-top:dashed 1px #CCCCCC;
}

#box_2 #content p.rec_2{ 
/*	clear:left;*/
	width:250px;
}

#box_2 #content #frameLeft{
	clear:left;
	float:left;
	width:250px;
	border: solid 4px #EEEEEE;
	margin:0 10px 10px 25px;
	padding:25px;
}
/* for WinIE6 */
*html #box_2 #content #frameLeft{
	margin:0 10px 10px 12px;
}

#box_2 #content #frameRight{   
	float:left;
	width:250px;
	border: solid 4px #EEEEEE;
	margin:0 0 10px 0;
	padding:25px;
}

#box_2 #content #frameLeft h5.ohmi{ 
	width:180px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_ohmi.gif) no-repeat;
	padding:0;
	margin:0 0 10px 0;
}
#box_2 #content #frameRight h5.kanto{ 
	width:180px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_kanto.gif) no-repeat;
	padding:0;
	margin:0 0 10px 0;
}
#box_2 #content #frameLeft h5.kyoto{ 
	width:180px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_kyoto.gif) no-repeat;
	padding:0;
	margin:0 0 10px 0;
}
#box_2 #content #frameRight h5.gifu{ 
	width:180px;
	height:16px;
	text-indent:-9000px;
	background:url(img/cp_rec_gifu.gif) no-repeat;
	padding:0;
	margin:0 0 10px 0;
}

#box_2 #content #window{ 
	float:left;
	width:564px;
	background: #F9F9EE;
	border:solid 1px #CCCCCC;
	margin:0 0 0 25px;
	padding:10px 25px;
}
/* for WinIE6 */
*html #box_2 #content #window{
	margin:0 0 10px 12px;
}
#box_2 #content #window h6{ 
	font-size:75%;
	line-height:2em;
	border-bottom:dashed 1px #CCCCCC;
	margin-bottom:10px;
	padding:0;
}





/* 個人情報の取扱頁の指定 -------------------------------------------- */


.privacypolicy {
	clear:left;
	text-align:left;
	font-size:75%;/* 基本文字サイズ指定 */
	line-height:1.5em;
}
	
.privacypolicy p {
	width:630px;
	font-size:100%;/* 基本文字サイズ指定75％を解除 */
	padding:13px 0px 25px 25px;
	text-align:left;
}
	
.privacypolicy dl {
	width:630px;
	padding:0px 0px 5px 25px;
	text-align:left;
}
.privacypolicy dl dt {
	padding:5px 0 2px 0;
	font-weight:bold;
	color:#1D5A87;
	border-bottom:1px dotted #CCCCCC;
}
.privacypolicy dl dd {
	padding:3px 0 10px 15px;
}
/* for Safari */ 
html[xmlns*=""] body:last-child .privacypolicy dl dd{
	padding:3px 0 10px 12px;
}




/* お問い合わせ頁の指定 -------------------------------------------- */

#box_2 #content #contact{
	width:659px;
	margin-top: 25px;
	margin-right: 8px;
	margin-bottom: 500px;
	margin-left: 3px;
}
/* for WinIE6 */
*html #box_2 #content #contact{/* 上部h2とのアキ指定 */
	margin:25px 8px 250px 3px;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content #contact{/* 上部h2とのアキ指定 */
	margin:25px 8px 190px 3px;
}
#box_2 #content #contact p{
	clear:left;
	line-height:3em;
	background:url(img/ic_contact.gif) no-repeat 10px 0px;
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 100px;
}
/* for WinIE6 */
*html #box_2 #content #contact p{/* マージン２倍の解除指定 */
	margin:0px 0px 0px 5px;
}


/* メールフォーム頁の指定 -------------------------------------------- */

#box_2 #content #contact p.mail{
	clear:left;
	height:70px;
	line-height:2em;
	background:url(img/ic_contact.gif) no-repeat 10px 0px;
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 100px;
}
#mailform{
width:663px;
	height:auto;
	clear:left;
	line-height:2em;
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 0px;
}/* for WinIE7 */ 
*:first-child+html #box_2 #content #contact p.mail{
	padding:10px 0px 200px 100px;
}

#box_2 #content #contact form{
	font-size:75%;
	margin:0px;
	padding:0px;
	border:0px;
}
/* for WinIE6 */
*html #box_2 #content #contact form{
	font-size:100%;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content #contact form{
	font-size:100%;
}

#box_2 #content #contact textarea{
	border:solid 1px #CCCCCC;
	margin:5px 0px;
}

#box_2 #content #contact input{
	width:300px;
	height:20px;
	vertical-align:middle;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#box_2 #content #contact input.soushin{
	width:45px;
}

#box_2 #content #contact input.soushin2{
	width:45px;
	margin-left:110px;
}
/* for WinIE6 */
*html #box_2 #content #contact input.soushin2{
	margin-left:0px;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content #contact input.soushin2{
	margin-left:0px;
}

#box_2 #content #contact input.soushin3{
	width:70px;
	margin-left:10px;
}

#form1 .mail_head {
	display: block;
	width: 12em;
	height:auto;
	float: left;
	padding-top:10px;
	font-size: 100%;
}
#box_2 #content #contact p.mail2{
	clear:left;
	width:400px;
	height:70px;
	line-height:2em;
	background:url(img/ic_contact.gif) no-repeat 10px 0px;
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 100px;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content #contact p.mail2{
	padding:10px 0px 50px 100px;
}

#form2 .mail_head {
	display: block;
	width: 10em;
	float: left;
	padding-left:110px;
}
/* for WinIE6 */
*html #form2 .mail_head{
	padding-left:0px;
}
/* for WinIE7 */ 
*:first-child+html #form2 .mail_head{
	padding-left:0px;
}

#nameerr {
	font-size:85%;
	color: #CC0000;
}

#mailerr {
	font-size:80%;
	color: #CC0000;
}

#commenterr {
	font-size:85%;
	color: #CC0000;
	margin-left: 10em;
}






/* アクセス頁の指定 -------------------------------------------- */

/* Googl map用の指定 */
#box_2 #content #map{
	width:659px;
	margin:25px 8px 5px 3px;
/*	background-color:#0033FF;*/
}
#box_2 #content #map p{
	clear:left;
	line-height:1.3em;
}
#box_2 #content #map p.mt10{
	margin-top:10px;
}
#box_2 #content #map p.mt30{
	margin-top:30px;
}


/* 会社概要頁の指定 -------------------------------------------- */

/* テーブルの指定 */
#box_2 #content table.weare{
	width:659px;
	clear:left;
	margin:13px 8px 5px 3px;
	font-size:75%;
	line-height:1.5em;
	border-collapse:collapse;
}
/* for WinIE6 */
*html #box_2 #content table.weare{/* 上部h2とのアキ指定 */
	margin:25px 8px 5px 3px;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content table.weare{/* 上部h2とのアキ指定 */
	margin:25px 8px 5px 3px;
}
/* for Safari */ 
html[xmlns*=""] body:last-child #box_2 #content table.weare{/* 上部h2とのアキ指定 */
	margin:25px 8px 5px 3px;
}




/* 取扱店トップ頁の指定 -------------------------------------------- */

/* Flashの指定 */
#box_2 #content #flash{
	width:663px;
	height:457px;
	margin:0px 0px 40px 3px;
}
/* for WinIE6 */
*html #box_2 #content #flash{
	height:447px;
	margin:0px 0px 0px 3px;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content #flash{
	height:447px;
	margin:0px 0px 0px 3px;
}
#box_2 #content p{
	margin:0px 0px 0px 0px;
	float:left;
}
#box_2 #content form{
	float:left;
	margin:0px 0px 0px 20px;
}
#box_2 #content select{
	border:solid 1px #BBBBBB;
}
#box_2 #content input{
	margin:0px 0px 0px 5px;
	border:solid 1px #BBBBBB;
}
/* for WinIE6 */
*html #box_2 #content select{/* 枠ケイの解除指定 */
	border:none;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content select{/* 枠ケイの解除指定 */
	border:none;
}
/* for Safari */ 
html[xmlns*=""] body:last-child #box_2 #content select{/* 枠ケイの解除指定 */
	border:none;
}



/* 取扱店第２頁の指定 -------------------------------------------- */

/* 取扱店のナビゲーション指定 */
#box_2 #content ul{
	width:663px;
	margin-left:3px;
	clear:left;
}
#box_2 #content li{
	display:block;
	float:left;
	list-style:none;
	margin:0px 7px 6px 0px;
}
#box_2 #content li.last{
	margin:0px 0px 6px 0px;
}
#box_2 #content li.lastmb{
	margin:0px 0px 50px 0px;
}
#box_2 #content a.shop{
	float:left;
	height:30px;
	text-indent:-9999px;
	background:url(img/bt_area.gif) no-repeat;
	text-decoration:none;
}
		
#box_2 #content #hokkaido			{width:160px; background-position:0px 0px;}/* 北海道・東北 */
#box_2 #content #hokkaido:hover		{background-position:0px -30px;}
		
#box_2 #content #kanto				{width:160px; background-position:-160px 0px;}/* 関東・甲信越 */
#box_2 #content #kanto:hover		{background-position:-160px -30px;}

#box_2 #content #syuto_2			{width:160px; background-position:-320px 0px;}/* 四国 */
#box_2 #content #syuto_2:hover		{background-position:-320px -30px;}
		
#box_2 #content #toukai_2			{width:160px; background-position:-480px 0px;}/* 東海・四国 */
#box_2 #content #toukai_2:hover		{background-position:-480px -30px;}

#box_2 #content #tokai				{width:160px; background-position:-480px 0px;}/* 東海・北陸 */
#box_2 #content #tokai:hover		{background-position:-480px -30px;}

#box_2 #content #kinki				{width:160px; background-position:0px -60px;}/* 近畿 */
#box_2 #content #kinki:hover		{background-position:0px -90px;}
		
#box_2 #content #chugoku			{width:160px; background-position:-160px -60px;}/* 中国 */
#box_2 #content #chugoku:hover		{background-position:-160px -90px;}

#box_2 #content #shikoku			{width:160px; background-position:-320px -60px;}/* 四国 */
#box_2 #content #shikoku:hover		{background-position:-320px -90px;}
		
#box_2 #content #kyusyu				{width:160px; background-position:-480px -60px;}/* 九州 */
#box_2 #content #kyusyu:hover		{background-position:-480px -90px;}




/* テーブル ヘッダー用の指定 */
#box_2 #content table{
	width:659px;
	clear:left;
	margin:0px 8px 5px 3px;
	font-size:100%;/* 基本文字サイズ指定75％を解除 */
	line-height:1.2em;
	border-collapse:collapse;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content table{/* 上部フォームとのアキ指定 */
	margin:50px 8px 5px 3px;
}
#box_2 #content th{
	padding:6px;
	text-align:center;
	font-weight:normal;
	border:solid 1px #CCCCCC;
	background-color:#DFDFD0;
}
#box_2 #content td{
	padding:6px;
	text-align:left;
	border:solid 1px #CCCCCC;
}
#box_2 #content th.head_2{
	padding:5px;
	text-align:center;
	font-weight:normal;
	background-color:#C9CACB;
}
#box_2 #content th.open{
	background-color:#FFFFFF;
	height:10px;
}
/* テーブル データベース用の指定 */
#box_2 #content th.contents{/* 商品画像用の指定 */
	padding:0px;
	font-weight:normal;
	border:solid 1px #CCCCCC;
}
#box_2 #content th.contents_1{/* 商品名用の指定 */
	padding:7px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	border-top:solid 1px #CCCCCC;
}
#box_2 #content th.contents_1b{/* 商品名用の指定 */
	padding:7px;
	text-align:left;
	vertical-align:bottom;
	font-weight:normal;
	border-bottom:solid 1px #CCCCCC;
}
#box_2 #content th.contents_2{/* ブランド名用の指定 */
	padding:7px;
	text-align:center;
	vertical-align:top;
	font-weight:normal;
	border:solid 1px #CCCCCC;
}
#box_2 #content th.contents_3{/* 価格用の指定 */
	padding:7px;
	text-align:right;
	vertical-align:top;
	font-weight:normal;
	border:solid 1px #CCCCCC;
}
#box_2 #content table.kochira{/* 詳しくはこちら用のテーブル指定 */
	width:100%;
	/*margin-top:5%;*/
	font-size:95%;/* 基本文字サイズ指定75％を解除 */
}
#box_2 #content th.kochira{/* 詳しくはこちら用のテーブル指定 */
	height:100%;
	vertical-align:bottom;
	text-align:left;
	/*margin-top:5%;*/
}
/* 前頁・次頁用ボタンの指定 */
#box_2 #content p.bt {
	margin-top:15px;
	text-indent:-9999px;
}
#box_2 #content #bt_pre {/* 前頁用ボタンの指定 */
	float:left;
	background:url(img/bt_prev_a.gif) no-repeat;
	width:60px;
	height:15px;
	margin-left:4px;
}
#box_2 #content #bt_pre:hover {
	background:url(img/bt_prev_b.gif) no-repeat;
}
#box_2 #content #bt_next {/* 次頁用ボタンの指定 */
	float:right;
	background:url(img/bt_next_a.gif) no-repeat;
	width:60px;
	height:15px;
	margin-right:8px;
	border:0;
}
#box_2 #content #bt_next:hover {
	background:url(img/bt_next_b.gif) no-repeat;
}

#box_2 #content th.r{
	text-align:right;
	padding:5px;
}
#box_2 #content th.rg{
	text-align:right;
	padding:5px;
	background-color:#F2F2F2;
}


/* 価格表頁の指定 -------------------------------------------- */

/* テーブルの指定 */
#box_2 #content table.plice{
	width:659px;
	clear:left;
	margin:13px 8px 5px 3px;
	font-size:75%;
	line-height:1.5em;
	border-collapse:collapse;
}
/* for WinIE6 */
*html #box_2 #content table.plice{/* 上部h2とのアキ指定 */
	margin:25px 8px 5px 3px;
}
/* for WinIE7 */ 
*:first-child+html #box_2 #content table.plice{/* 上部h2とのアキ指定 */
	margin:25px 8px 5px 3px;
}
/* for Safari */ 
html[xmlns*=""] body:last-child #box_2 #content table.plice{/* 上部h2とのアキ指定 */
	margin:25px 8px 5px 3px;
}

#box_2 #content table.plice td{
	text-align:left;
	padding:0 0 0 15px;
}
#box_2 #content table.plice td.center{
	text-align:center;
	padding:10px 10px;
}
#box_2 #content table.plice td.right{
	text-align:right;
	padding:10px 10px;
}


/* サイトマップ頁の指定 -------------------------------------------- */

#box_2 #content #c_left{
	float:left;
	margin:0px 20px 0px 20px;
	width:290px;
/*	height:auto;*/
}
/* for WinIE6 */
*html #box_2 #content #c_left{/* マージン2倍への対応指定 */
	margin:0px 10px 0px 10px;
}
#box_2 #content #c_right{
	float:left;
	margin:0px 20px 0px 20px;
	width:290px;
/*	height:auto;*/
}

#box_2 #content h4.site{
	width:280px;
	font-size:75%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-indent:0px;
	background-color:#E6EEF6;
	margin:20px 0px 15px 0px;
	padding:8px 0px 8px 10px;
}
#box_2 #content h4.site2{
	clear:left;/* liタグとの関係で回り込み解除が必要 */
	width:280px;
	font-size:75%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-indent:0px;
	background-color:#E6EEF6;
	margin:20px 0px 15px 0px;
	padding:8px 0px 8px 10px;
}

#box_2 #content ul.site{
	width:280px;
	padding:0;
	list-style:none;
}
#box_2 #content ul.site li{
	clear:left;/* タテ組のため回り込み解除が必要 */
	width:270px;
	list-style:none;
	letter-spacing:0.1em;
	margin:0px 0px 5px 10px;
}
/* for WinIE6 */
*html #box_2 #content ul.site li{/* マージン2倍への対応指定 */
	margin:0px 0px 5px 5px;
}

.site_last{
	padding-bottom:40px;
}
.site_sage{
	width:255px;
	padding-left:10px;
}






/* -------------------------------------------------------------
	右ナビ（各ページ共通）のdiv指定
------------------------------------------------------------- */
#box_2 #subnavi{
	float:right;
	width:215px;
	margin:0px 0px 0px 15px;
	/*background-color:#939596;*/
}
#box_2 #subnavi h2.weare{/* We areの画像指定 */
	width:215px;
	height:30px;
	background-image:url(img/im_weare.gif);
	background-repeat:no-repeat;
	margin:0px;
}
.tree{/* 表示用文字指定 */
	display:block;
	width:auto;
	font-size:75%;
	letter-spacing:0;
	background-color:#DFDFE0;
	border-bottom:solid 2px #FFFFFF;
	padding:10px;
	margin:0px;
}
.tree_1{/* 下層有りの表示用文字指定 */
	display:block;
	width:auto;
	font-size:75%;
	letter-spacing:0;
	background-color:#E9EAEA;
	border-bottom:solid 2px #FFFFFF;
	padding:10px;
	margin:0px;
}
.tree_2{/* 非表示用文字指定 */
	display:block;
	width:auto;
	font-size:70%;
	letter-spacing:0;
	background-color:#F4F4F5;
	border-bottom:solid 2px #FFFFFF;
	padding:10px 10px 10px 20px;
	margin:0px;
}
.tree_2_s{/* 非表示用文字ツメ指定 */
	display:block;
	width:auto;
	font-size:70%;
	letter-spacing:0em;
	background-color:#F4F4F5;
	border-bottom:1px dashed #BBBBBB;
	padding:6px 10px 5px 30px;
	margin:0px;
}
.tree_3{/* 最下段用文字指定 */
	display:block;
	width:auto;
	font-size:70%;
	letter-spacing:0;
	/*background-color:#D9E5F2;*/
	border-bottom:1px dashed #BBBBBB;
	padding:6px 10px 5px 10px;
	margin:0px 0px 20px 0px;
}
#box_2 #subnavi ul{
	padding:0;
	list-style:none;
	text-indent:0px;
	font-size:70%;/* 基本文字サイズ指定75％を解除 */
}
#box_2 #subnavi li{
	width:auto;
	letter-spacing:0.1em;
	/*background-color:#D9E5F2;*/
	border-bottom:1px dashed #BBBBBB;
	margin:0px;
	padding:6px 10px 5px 10px;
}
#box_2 #subnavi li.sub{
	padding-left:30px;
}

.shoplist a{
	color: #3366FF;
}
.shoplist a:link{
	color: #3366FF;
}
.shoplist a:hover{
	color: #FF6400;
}

