@charset "euc-jp";
/* テーマ：シンプル／暖かい風景 */
* {
	margin: 0;
	padding: 0;
}
* html .iepngfix {
	behavior:url(http://yosegi.jp/iepngfix.htc)
}

body {
	padding:0px;
	font-size:90%;
	color:#030303;
	text-align: center;
	background-color: #f0f0f0;
	background-image:url(http://yosegi.jp/img/body_bg.png);
	background-repeat: repeat-x;
}
table { /* 基本テーブル設定（固定）*/
	border:0px none;
	border-collapse:collapse;
	border-spacing:0;
}
th {
	border:0px none;
	padding:0px;
	border-collapse:collapse;
	vertical-align:top;
}
td {
	border:0px none;
	padding:0px;
	border-collapse:collapse;
	vertical-align:top;
}
th {
	white-space:nowrap;
}
#container tr {
	display: block;
	position: relative;
	overflow:hidden;
}
#container .mainCont tr,#container .center1 tr {
	display:table-row;
	width: auto;
}
.mainCont td {
	display:table-cell;
	width: auto;
}
h1, h2, h3, h4 { /* 基本タイトル（固定）*/
	padding:0px;
	font-size:100%;
	text-align:left;
}
a { /* 基本のリンク （固定）*/
	color:#00519A;
	text-decoration:underline;
	outline : 0;
	font-weight:bold;
}
a:hover {
	color:#EB8400;
}
ul { /* 基本のリスト （固定）*/
	list-style-type:none;
}
img {
	border:0;
}/* イメージボーダー指定 */

.clear_both { /* 画像の周り込み解除 */
	clear:both;
	font-size:1px;
	visibility:hidden;
	overflow:hidden;
	height:1px;
	text-align:center
}
.button1 { /* inputボタン設定 */
	cursor:pointer;
	color:#FFFFDD;
	background:#725734;
	border:1px #453116 solid;
	padding:0.1em 0.2em;
}
.text1 {
	border:1px solid #616161;
}/* テキストエリアデザイン設定 */
.caution {
	font-weight:bold;
	color:#FF0000;
}/* エラーメッセージ */
.no2 {
	font-size:110%;
} /* フォントズーム */
.strong {
	font-weight:bold;
}/* フォントボールド */
.red {
	color:#BE0032;
} /* フォント赤 */
.orange {
	color:#E65226;
} /* フォントオレンジ */
.blue {
	color:#006AB6;
} /* フォント青 */
.green {
	color:#00B66E;
} /* フォント緑 */
.glay {
	color:#767676;
} /* フォントグレー */
.item {
	text-align: center;
}
.item a {
	display: block;
	margin:0 auto;
}
.item img {/* 商品画像枠  */
	border:1px solid #663366;
}
.spacebox {/* スペース設定  */
	height:50px;
}
/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width:860px;
	text-align:left;
	height: 100%;
	margin:0 auto;
}
/* マイページ、ポップアップ画面 */
#enter {
	width:100%;
	text-align:left;
 background:/* url(../img/enter.gif) */;
	border:1px solid #C4C4C4;
}
/* ヘッダー */
#header {
	background-position:right;
	width:860px;
	
}
td>#header { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:70px;
}
.shoplogo { /* サイトロゴブロック（設定の場合） */
	padding:auto;
	/*	width:580px;*/
	vertical-align:middle;
}

.shoplogo h1 {
background:url(http://yosegi.jp/img/h1_bg.png) no-repeat left bottom;
width: 860px;
height:130px;
}
.shoplogo h1 a{
width: 280px;
display:block;
height:130px;
text-indent:-9999px;
}

.shoplogo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.clearfix {
	width: 100%;
}
div.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.siteName { /* サイト名 h1 （テキスト） */
	padding:20px 20px 5px;
	padding:0;
	font-size:100%;
	line-height:1em;
}
.siteName a {
	color:#3B2508;
	text-decoration:none;
}
.siteName a:hover {
	color:#3B2508;
	text-decoration:underline;
}
.sitecopy { /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	padding:3px 10px 2px 20px;
	color:#3B2508;
	font-weight:normal;
	line-height:1em;
}
.sitecopy a {
	color:#3B2508;
	text-decoration:none;
}
.sitecopy a:hover {
	color:#3B2508;
	text-decoration:underline;
}
/* ヘッダーメニュー */
#headMenu {
	width:100%;
	line-height:36px;
	/*background:#FFF8EA url(http://yosegi.jp/img/headmenu.gif) repeat-x left bottom;*/
	clear:both;
}
.headnavi { /* ヘッダーメニューテキスト */
	padding:3px 10px;
	color:#666666;
	text-align:right;
}
.headnavi a {
	color:#666666;
	font-size:smaller;
	text-decoration:underline;
}
.headnavi a:hover {
	color:#FF9600;
	text-decoration:underline;
}
.navi01 {/* ヘッダーメニューアイコン */
	background-position:left center;
	background-repeat:no-repeat;
	height:20px;/* background:url(../img/hnavi01.gif) ;*/
}
/* ヘッダー下装飾ライン */
.hline {
	background:url(../img/hline.gif) no-repeat;
}

/********************************************************************/

#leftSide { /* 左サイドtd */
	width:190px;
	padding-top:140px;
	float: left;
	position: relative;/* background:url(../img/leftside.gif) ;*/
}
#leftSide .sidebox {
	width:180px;
	margin-right:10px;
}
#rightSide { /* 右サイドtd （3列）*/
	width:190px;
	padding:0px;
	vertical-align:top;/* background:url(../img/rightside.gif) ;*/
}
#rightSide { /* 右サイドtd （3列 ブログ）*/
	width:180px;
	vertical-align:top;/* background:url(../img/rightside2.gif) ;*/
}
#rightSide .sidebox, #rightSide #rss {
	padding-left:10px;
}
#center1 { /* センター td （2列）*/
	padding:0px;
	vertical-align:top;
	float:right;
	width: 670px;
	padding-top:60px;/* background:url(../img/center1.gif) ;*/
}
#center2 { /* センターtd （3列）*/
	width:490px;
	vertical-align:top;/* background:url(../img/center2.gif) ;*/
}
#center3 { /* センターtd （装飾用）*/
	vertical-align:top;
	width:100%;/* background:url(../img/center3.gif) ;*/
}
#part1 {
	margin-left:0px;
	padding-top:5px;
	border:1px solid #696969;
	margin-bottom: 5px
}
.imgright {
	float:right;
	margin: 5px;
	font-size: 10px
}
.imgleft {
	float:left;
	margin: 5px;
	font-size: 10px
}
.center1 .header_area { /* ヘッダのフリーエリア */
	width: 100%;
	text-align:left;
	padding:0;
}
.center3 .header_area { /* ヘッダのフリーエリア */
	width: 100%;
	text-align:left;
	margin-bottom:5px;
}
#topMenu {
	position: absolute;
	top: 0;
	left: 3px;
	z-index:9999;
	width: 854px;
	list-style-type:none;
	padding:0;
}
#topMenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#topMenu li {
	width:122px;
	float:left;
}
#topMenu a {
	width:120px;
	height:48px;
	display: block;
	margin:0 1px;
	background-repeat: no-repeat;
	overflow:hidden;
	text-align: center;
	overflow:hidden;
	text-indent:-9999px;
}
#topMenu a:hover {
	background-position:0 -48px;
}
#menu_mokuzougan a {
	background-image:url(http://yosegi.jp/img/menu_mokuzougan.jpg)
}
#menu_naire a {
	background-image:url(http://yosegi.jp/img/menu_naire.jpg)
}
#menu_himitsu a {
	background-image:url(http://yosegi.jp/img/menu_himitsu.jpg)
}
#menu_karakuri a {
	background-image:url(http://yosegi.jp/img/menu_karkuri.jpg)
}
#menu_kitchin a {
	background-image:url(http://yosegi.jp/img/menu_kitchin.jpg)
}
#menu_interior a {
	background-image:url(http://yosegi.jp/img/menu_kagu.jpg)
}
#menu_zakka a {
	background-image:url(http://yosegi.jp/img/menu_zakka.jpg)
}
.footer_area { /* フッタのフリーエリア */
	text-align:left;
	width:690px;
	padding:0px;
}
.sidebox { /* サイド用ブロック（幅設定） */
	width: 180px;/* background:url(../img/sidebox.gif) ;*/
}
.centerbox { /* センター用ブロック（幅設定） */
/* background:url(../img/centerbox.gif) ;*/
}
.center {
	text-align:center;
} /* センター */
.right {
	text-align:right;
} /* 右 */
.left {
	text-align:left;
} /* 左 */
.middle {
	vertical-align:middle;
}/* テキスト縦中央 */
.buttom {
	vertical-align:buttom;
}/* テキスト縦下 */
.float_right {
	float:right;
}
.float_left {
	float:left;
}
/********************************************************************/
/* 基本商品テキスト設定 */

.price { /* 商品価格 */
	width: 120px;
	margin:0 auto;
	line-height: 1.5;
	color:#4C4C4C;
	text-align:left;
	font-weight:bold;
}
.price.zoom { /* 商品価格 （商品詳細） */
	font-size:125%;
	font-weight:bold;
}
.expl { /* 商品説明文 */
	text-align:left;
	color:#494949;
}
.expl a {
	color:#494949;
	text-decoration:none;
}
.expl a:hover {
	color:#494949;
	text-decoration:none;
}
.fixed { /* 商品定価 */
	color:#494949;
	text-align:left;
}
h2.goods {
	width: 120px;
	line-height: 1.2;
	margin:0 auto;
}/* 商品名 （商品一覧）*/
h2.goods a {
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}
h2.goods a:hover {
	color:#FF5400;
	text-decoration:underline;
}
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin:0px;
	padding:0px 4px;
}
.topIMG td {
	padding:0px;
}
.shopCopy { /* サイト説明 */
	padding:4px;
 border:;
	color:#212121;
	line-height:120%;
	letter-spacing:1px;
	text-align:left;
	font-size:88%;
}
/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:9px 0px 0px 10px;
	margin:0px 0px 5px 0px;
	color:#3B3B3B;
	width:auto;
	height:24px;
	background:url(../img/title_bar01.gif) repeat;
	line-height:100%;
	vertical-align:middle;
}
.title1, .title2, .title3 {
	line-height:1.5;
	text-align:center;
	margin: 5px 0;
	background: #AD3140 url(http://yosegi.jp/img/title2_bg.png);
	border-bottom:2px solid #422C41;
	border-top:2px solid #422C41;
}
.title1 a {
	color:#3B3B3B;
	text-decoration:none;
}
.title1 a:hover {
	color:#FF5400;
	text-decoration:underline;
}
.title1 { /* タイトル1 h3 */
	color:#f0f0f0;
}
.title2 {/* タイトル2 h3 */
	color:#f0f0f0;
}
.title2 a {
	color:#003366;
	text-decoration:none;
}
.title2 a:hover {
	color:#FF5400;
	text-decoration:underline;
}
.title3 { /* タイトル3 h3 */
	color:#f0f0f0;
}
.rank {/* ランキングアイコン */
	width:100%;
	text-align:left;
	padding:5px 0;
}
.mainCont p{ /* メインコンテンツ */
/* background:url(../img/maincont.gif) ;*/
padding:0.5em;
text-indent:1em;
}
.contbox { /* メインコンテンツ内項目ボックス*/
	padding:10px 0px;
	width:auto;
}
ul.news { /* 最新情報リスト設定 */
	text-align:left;
	padding:0px 0px 0px 10px;
	list-style:square;
	color:#3B3B3B;
 list-style-image:/*url(../img/maincont.gif)*/;
}
li.p3 {
	padding:3px;
}
.free_list { /* リスト設定 */
	padding:5px 10px;
}
ul.list { /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	list-style:square;
	color:#F59300;
}
ul.map { /* サイトマップリスト設定 */
	text-align:left;
	padding:0px 20px;
	color:#3B3B3B;
}
li.sm1 {
	margin:4px;
	display:block;
}
li.sm2 {
	margin:0px 0px 0px -35px;
	display:block;
}
.sitemap { /* サイトマップリスト 項目タイトルh4*/
	padding:5px 25px;
	color:#3B3B3B;
	background:url(../img/icon_sitemap.gif) no-repeat;
	background-position:left center;
}
/* テーブル余白設定  （固定） */
.layoutp5 {
	padding:5px 0px;
}/* 余白5px */
.layoutp5 th {
	padding:5px;
}
.layoutp5 tr {
	display:table-row;
}
.layoutp5 td {
	display:table-cell;
	padding:5px;
}
.layoutp5 .border {
	border:1px solid #CCCCCC;
}
.layoutp3 {
	padding:5px 0px;
}/* 余白3px */
.layoutp3 th {
	padding:3px;
}
.layoutp3 tr {
	display:table-row;
	width: auto;
}
.layoutp3 td {
	display:table-cell;
	padding:3px;
	width: auto;
}
.layoutp3 .border {
	border:1px solid #999999;
}
.bordlayoutp3 {
	padding:5px 0px;
}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th {
	padding:3px;
	border:1px solid #999999;
}
.bordlayoutp3 td {
	display:table-cell;
	padding:3px;
	border:1px solid #999999;
}
.bordlayoutp3 .side {
	padding:10px 15px;
}/* 横余白10px */
.backcolor1 {
	background:#FAD39B;
} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 {
	vertical-align:middle
} /* コンテンツ内 */
.backcolor3 {
	background:#F5F5F5;
	padding:10px 0px;
} /* カート部分 */
/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame {/* 大枠 table */
	margin:10px 0px 0px 0px;
	padding:0px;
	width:100%;
	text-align:center;/* background:url(../img/layoutframe.gif) ;*/
}
.layoutFrame td {
	text-align:center;
	padding-top:10px;
	vertical-align:top;
	display: table-cell;
	width: 160px;
}
.layout1 { /* レイアウト */
	margin-bottom:5px;/* background:url(../img/layout1.gif) ;*/
}
/*.layout1 table{
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #C4C4C4;
}*/

.layout1 td {
	width:180px;
	text-align:center;
}
/* 第二階層 */

#bread { /* パンクズ */
	padding:2px 5px;
	color:#003366;
	text-align:left;
	font-size:90%;
	text-indent: 1em;
	line-height: 1.5;
}
#bread a {
	color:#003366;
}
h4.title {
	margin:5px 0px;
	padding:2px 0px;
	color:#3B3B3B;
	border-bottom:1px solid;
}
.mainFrame { /* メイン大枠 */
	margin:0;
	padding:0;
	background:#C4C4C4;/* background:url(../img/mainframe.gif) ;*/
}
p.title {
	margin:3px 0px;
	padding:2px 0px;
	color:#669933;
	border-bottom:1px solid;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent { /* 新規登録 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_ent.gif) no-repeat;
}
.mailmag_cha { /* アドレス変更 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_cha.gif) no-repeat;
}
.mailmag_can { /* 配信解除 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_can.gif) no-repeat;
}
#sortList { /* ソート */
	padding:10px 3px 5px 3px;
	width:auto;
	color:#333333;
	float:right;
}
.pageTop { /* ページトップ */
	padding:3px 5px 0px 17px;
	margin:10px 5px;
	background:url(../img/icon_top.gif) no-repeat;
	font-size:88%;
	font-weight:bold;
	float:right;
}
.pageTop a {
	color:#725734;
	text-decoration:none;
}
.pageTop a:hover {
	color:#725734;
	text-decoration:underline;
}
/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding-top:20px;
	width:860px;
	text-align:right;
}
td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:40px;
}
.footnavi { /*フッターメニューテキスト設定*/
	padding:5px 20px 5px 20px;
	padding:0;
	color:#333333;
}
.footnavi a {
	color:#333333;
	text-decoration:none;
}
.footnavi a:hover {
	color:#FF5400;
	text-decoration:underline;
}
#copyright { /* コピーライト */
	padding:0px;
	width:auto;
	height:20px;
	color:#000000;
	font-size:90%;/* background:url(../img/copyright.gif) ;*/
}
#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:20px;
}
/********************************************************************/
/* サイド設定 */
#search { /* ヘッダのフリーエリア */
	position:absolute;
	text-align:center;
	line-height:0;
	top:60px;
	left:0;
	width: 180px;
	background-color:#f0f0f0;
	background-image: url(http://yosegi.jp/img/sidemenu_bg.png);
	background-repeat: repeat-y;
}
#leftMenu{
margin-top:10px;
background:url(http://yosegi.jp/img/credit.png) no-repeat left bottom;
padding-bottom:250px; 
}

#leftMenu, #itemList {
	width: 180px;
}
#search label {
	display:block;
	background-image: url(http://yosegi.jp/img/sidemenu_top.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	text-indent: -9999px;
}
#search form {
	padding: 0.5em;
	background-image: url(http://yosegi.jp/img/sidemenu_bottom.png);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	background-position: left bottom;
}
.input_text {
	text-align:center;
}
.input_text input {
	width: 160px;
}
#search .submit {
	padding: 0.2em;
	text-align: right;
	width: 170px;
}

#search .button1 { 
	cursor:pointer;
	color:#030303;
	background:#f0f0f0;
	border:1px #030303 solid;
	padding:0.2em;
}

.fieldarea {
	padding:5px 0px 5px 0px;
	virtical-align:center;
}
/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding:5px 0px 0px 0px;
	display:block;
	line-height:125%;
	border-top:1px #f0f0f0 solid;
	border-right:1px #f0f0f0 solid;
	border-left:1px #f0f0f0 solid;
	border-bottom:1px #f0f0f0 solid;/* background:url(../img/list.gif) ;*/
}
.list h3 { /* タイトル */
	padding:5px 5px;
}
ul.free_listbox {
	text-align:left;
	padding:0px;
	list-style:none;
}
ul.listbox {
	text-align:left;
	padding:0px;
	list-style:none;
}
li.ca1 {
margin-bottom:1px;
	width:180px;
}
li.ca2 {
	padding:0;
	margin-bottom:1px;
	width:180px;
	background:#DED2BF;
	/*border-bottom:1px #E9E9E9 solid;*/
}
li.ca1 a {
	line-height:2em;
	width: 180px;
	height:2em;
	padding:5px 3px 5px 20px;
	padding:0;
	display:block;
	color:#2E789B;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	background:#DED2BF;
	text-decoration:underline;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
}
li.ca1 a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:#A9C087;
}
li.ca2 a {
	text-indent:1em;
	line-height:2em;
	background:#EAE0D5;
	padding:3px 3px 3px 30px;
	padding:0;
	width: 175px;
	margin-left:5px;
	height:2em;
	display:block;
	color:#2E789B;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	text-decoration:underline;
	overflow: hidden;	
}
li.ca2 a:hover {
	color:#030303;
	text-decoration:none;
	background:#7EB1C1;
}
li.ca3 {
	padding:2px 0px;
	border-bottom:1px #CCCCCC solid;
}
li.ca3 a {
	padding:5px 3px 5px 20px;
	display:block;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}
li.ca3 a:hover {
	color:#FF4200;
	font-weight:bold;
	text-decoration:none;
}
li.ca4 {
	padding:2px 0px;
	border-bottom:1px #E9E9E9 solid;
}
li.ca4 a {
	padding:3px 3px 3px 30px;
	display:block;
	color:#003366;
	text-decoration:none;
}
li.ca4 a:hover {
	color:#FF7800;
	text-decoration:none;
}
.sline1 { /* サイドバー下ライン */
	padding:0px;
	height:1px;
}
.sline2 { /* サイドバー下ライン */
	padding:0px;
	height:1px;
	background-color:#f0f0f0;/* background:url(../img/sline2.gif) ;*/
}
/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
/* background:url(../img/sidemain1.gif) ;*/
}
.sidemain1 p {
	line-height:120%;
}
.sidemain1 ul { /* リスト設定 */
	list-style:none;
}
.sidemain1 li {
	display:block;
	color:#334d55;
}
/* カレンダー */
caption { /* 年月タイトル */
	text-align:center;
	padding:3px;
	color:#333333;
}
caption a {
	color:#333333;
	text-decoration:underline;
}
caption a:hover {
	color:#FF5400;
	text-decoration:underline;
}
#container .carender { /* カレンダー テーブル*/
	border-collapse:collapse;
	padding:0px;
	text-align:center;
	width: 175px;
}
#container .carender table {
	width:175px;
	margin-left: 2px;
}
#container .carender tr {
	display:table-row;
}
#container .carender td {
	border-collapse:collapse;
	text-align:right;
	border:1px solid #CCCCCC;
	width: auto;
}
#container .carender th, .chert th {
	width: auto;
	padding:2px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
th.day { /* ヘッダ平日 */
	color:#333333;
	background:#EEEEEE;
	text-align:center;
}
th.sun { /* ヘッダ日曜 */
	color:red;
	background:#FDDFFC;
	text-align:center;
}
th.sat { /* ヘッダ土曜 */
	color:blue;
	background:#D0E8FF;
	text-align:center;
}
.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:84%;
}
.chert td {
	border-collapse:separate;
	border:2px solid #FFFFDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: table-cell;
	white-space: nowrap;
	width: 50%;
}
/*	height:1px;
	border-bottom:#CCCCCC 1px solid;} */

#rss {
/ * RSS設定 */  padding:5px;
}
#count {
/ * カウンター */  padding:5px;
}
/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;/* background:url(../img/blogbox.gif) ;*/
}
.entry_title { /* ブログエントリータイトル h2 */
	padding:5px 0px 10px 0px;
	display:block;
	font-size:116%;
	color:#3B3B3B;/* background:url(../img/entry_title.gif) ;*/
}
.entry_date {
	display:block;
	padding:10px 0px 3px 0px;
	color:#406E04;
	text-align:right;
}
.state { /* ブログステータス */
	padding:2px 0px;
	text-align:right;
	border-top:#ded9c5 1px dashed;
}
.subtitle {/* h3 ブロックサブタイトル */
	padding:2px 0px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:110%;
	color:#626262;
	border-bottom:#626262 2px solid;/* background:url(../img/subtitle.gif) ;*/
}
p.label { /* ブログコメントタイトル */
	font-weight:bold;
}
.tb_url { /* トラックバックurl */
	font-weight:bold;
	margin-bottom:10px;
}
/********************************************************************/
/* カート */

.point {
	font-size:120%;
	color:#FF0000;
	font-weight:900;
}
.pointline {
	font-size:100%;
	color:#003366;
	font-weight:900;
	padding:3px;
	background-color:#C0EB88;
}
/* ナビゲーション （固定）*/
.step_navi01, .step_navi02, .step_navi03, .step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}
.step_navi01 {
	background-image:url(../img/navi01.gif);
	background-repeat:no-repeat
}
.step_navi02 {
	background-image:url(../img/navi02.gif);
}
.step_navi03 {
	background-image:url(../img/navi03.gif);
}
.step_navi04 {
	background-image:url(../img/navi04.gif);
}
/* 商品詳細オプション*/
#kate {
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}
#kate li {
	width:35%;
	height:130px;
	float:left;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
#kate p {
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	line-height:130%;
}
#kate .name {
	font-weight:bold;
	padding:0 5px 0 0;
}
/* お箸名入れページ*/
#hashi {
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}
#hashi li {
	width:25%;
	height:180px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}
#hashi p {
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	line-height:130%;
}
#hashi .name {
	font-weight:bold;
	padding:0 5px 0 0;
}
/*名入れページ*/
#naire {
	background:#f0f0f0;
	width:680px;
	position:relative;
	min-height:100%;
}
#naire .clear {
	width: 650px;
	clear:both;
	line-height: 2;
	margin-left: 20px;
	padding-top: 0;
	text-align: left;
}
#naireHead {
	width:680px;
	height: 200px;
	margin-bottom:10px;
}
#naireHead h2 {
	width: 680px;
	height:200px;
}
#naire ul, #naire ol {
	list-style-type:none;
}
#naire li {
	display: block;
}
#naire img {
	border: none;
}
#naire a {
	text-decoration:none;
	font-weight: bold;
}
#naireIntro {
	width: 680px;
	text-indent: 1em;
	line-height: 1.2;
}
#naireIntro li {
	width: 340px;
	float: left;
}
#naire p {
	line-height:1.5;
	margin-bottom:10px;
}
#naireIntro li {
	text-indent: 0;
}
#naireIntro p {
	margin: 0.5em;
}
.naireSidebar {
	width: 180px;
	float: right;
	padding-top: 5px;
	text-align: center;
}
.naireSidebar h4 {
	height:24px;
	margin-bottom:10px;
	text-align: center;
}
#naireMain {
	float:left;
	width: 478px;
}
#naireUpper {
	float: left;
	position: relative;
	background:url(http://yosegi.jp/img/naire/naire_bg.jpg) no-repeat;
	width:478px;
	padding-top:31px;
	margin-bottom: 3em;
}
#naireShotai h4 {
	margin-left:2px;
	width:122px;
}
#naireShotai {
	overflow: hidden;
	margin-left:24px;
	width:122px;
}
#naireShotai li {
	padding-left: 2px;
	height:30px;
	width: 120px;
	overflow: hidden;
}
#naireShotaiBottom {
	background:url(http://yosegi.jp/img/naire/shotai_bottom.jpg) no-repeat left bottom;
	padding-bottom:15px;
}
#naireShousai {
	overflow: hidden;
	width:244px;
	top:169px;
	left:236px;
	position:absolute;
	background:url(http://yosegi.jp/img/naire/naire_ul_bg.jpg) repeat-y;
	z-indenx: 1;
}
#naireShousaiInner {
	width:244px;
	background:url(http://yosegi.jp/img/naire/naire_pattern.jpg) no-repeat left top;
}
#naireShousaiInner h4 {
	line-height: 2;
	font-size: 100%;
	font-weight: bold;
	text-indent: 10px;
}
#naire h3 {
	line-height: 2;
	padding:0 15px;
}
#naireShousaiInner li, #strapIntro h4, #strapIntro p {
	line-height: 1.2;
	padding:0 15px;
}
#naireShousaiBottom {
	padding-bottom:80px;
	background:url(http://yosegi.jp/img/naire/naire_ul_bottom.jpg) no-repeat left bottom;
}
#strap {
	width: 680px;
}
#strap h3 {
	width:478px;
	padding-left: 145px;
	margin-top:20px;
}
#strapShousai {
	width: 478px;
	float: left;
	height: 220px;
}
#strapShousai h4 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 145px;
}
#strapShousai p {
	background:url(http://yosegi.jp/img/naire/strap_bg.jpg) no-repeat left bottom;
	padding-left: 145px;
	line-height: 1.2;
	text-indent: 1em;
	margin: 0.5em 0;
	padding-top: 220px;
	top: -220px;
	position:relative;
}
#strapList {
	width:478px;
	height:488px;
	position: relative;
	top: -220px;
	background:url(http://yosegi.jp/img/naire/strap.jpg) no-repeat;
}
#strapList li {
	position:absolute;
}
#strapList a {
	display:block;
	text-indent: -9999px;
	overflow: hidden;
}
#strapList a:hover {
	background:url(http://yosegi.jp/img/naire/strap_hover.jpg) no-repeat;
}
#mokuzougan {
	left:27px;
	top:64px;
	width: 72px;
	height: 68px;
}
#mokuzougan a {
	width: 72px;
	height: 68px;
}
#mokuzougan a:hover {
	background-position: -27px -64px;
}
#ukashibori {
	left:116px;
	top:56px;
	width: 95px;
	height: 78px;
}
#ukashibori a {
	width: 95px;
	height: 78px;
}
#ukashibori a:hover {
	background-position: -116px -56px;
}
#oohuda {
	left:361px;
	top:14px;
	width: 85px;
	height: 84px;
}
#oohuda a {
	width: 85px;
	height: 84px;
}
#oohuda a:hover {
	background-position: -361px -14px;
}
#kohuda {
	left:269px;
	top:30px;
	width: 92px;
	height: 68px;
}
#kohuda a {
	width: 92px;
	height: 68px;
}
#kohuda a:hover {
	background-position: -269px -30px;
}
#keyaki {
	left:45px;
	top:226px;
	width: 48px;
	height: 62px;
}
#keyaki a {
	width: 48px;
	height: 62px;
}
#keyaki a:hover {
	background-position: -45px -226px;
}
#karin {
	left:140px;
	top:226px;
	width: 48px;
	height: 62px;
}
#karin a {
	width: 48px;
	height: 62px;
}
#karin a:hover {
	background-position: -140px -226px;
}
#mizuki {
	left:93px;
	top:226px;
	width: 47px;
	height: 62px;
}
#mizuki a {
	width: 47px;
	height: 62px;
}
#mizuki a:hover {
	background-position: -93px -226px;
}
#yaeasa {
	left:36px;
	top:356px;
	width: 69px;
	height: 60px;
}
#yaeasa a {
	width: 69px;
	height: 60px;
}
#yaeasa a:hover {
	background-position: -36px -356px;
}
#kirichigaiA {
	left:105px;
	top:356px;
	width: 92px;
	height: 60px;
}
#kirichigaiA a {
	width: 92px;
	height: 60px;
}
#kirichigaiA a:hover {
	background-position: -105px -356px;
}
#kirichigaiB {
	left:364px;
	top:356px;
	width: 90px;
	height: 60px;
}
#kirichigaiB a {
	width: 90px;
	height: 60px;
}
#kirichigaiB a:hover {
	background-position: -364px -356px;
}
#kawariyabane {
	left:197px;
	top:356px;
	width: 92px;
	height: 60px;
}
#kawariyabane a {
	width: 92px;
	height: 60px;
}
#kawariyabane a:hover {
	background-position: -197px -356px;
}
#karamimasu {
	left:289px;
	top:356px;
	width: 75px;
	height: 60px;
}
#karamimasu a {
	width: 75px;
	height: 60px;
}
#karamimasu a:hover {
	background-position: -289px -356px;
}
#strapLink a {
	display:block;
	padding-left:10px;
	word-break: break-all;
}
#zouganMaking {
	width:180;
	height:580px;
	position:relative;
}
#zouganMaking li {
	width:180px;
}
#zougan01 {
	top: 12px;
}
#zougan02 {
	top: 155px;
}
#zougan03 {
	top: 297px;
}
#zougan04 {
	top: 440px;
}
#naireFoot {
	width:100%;
	clear:both;
	text-align:center;
}
a.jumper {
	display:block;
	width: 100%;
	clear: both;
	text-align: center;
}
/*名入れストラップ商品一覧*/
.itemList {
	width: 680px;
}
.itemList .item {
	width: 170px;
	margin-top: 10px;
	float:left;
}
.itemList h2 {
	display:inline;
}
.itemList h3 {
	width: 160px;
	margin: 0 5px;
}
.itemList .item a {
	display: block;
	width: 150px;
	background-position: center top;
	background-repeat:no-repeat;
	padding-top: 101px;
}
.itemList .price {
	width: 150px;
	text-indent: 1em;
	font-weight: bold;
}
.itemList:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*名入れ手順解説*/
#naireflowIntro p {
	padding: 20px;
}
#naireflow {
	width: 670px;
	margin:0 5px;
	background: url(http://yosegi.jp/img/workflow/naireworkflowbg.png) repeat-y;
}
#naireflow01 {
	background: url(http://yosegi.jp/img/workflow/naireworkflow01.png) no-repeat left center;
}
#naireflow02 {
	background: url(http://yosegi.jp/img/workflow/naireworkflow02.png) no-repeat left center;
}
#naireflow03 {
	background: url(http://yosegi.jp/img/workflow/naireworkflow03.png) no-repeat left center;
}
#naireflow04 {
	background: url(http://yosegi.jp/img/workflow/naireworkflow04.png) no-repeat left center;
}
#naireflow01 h3 {
	background: url(http://yosegi.jp/img/workflow/naireworkflowtop.png) no-repeat left top;
	padding-top: 10px;
}
#naireflow02 h3, #naireflow03 h3, #naireflow04 h3 {
	background: url(http://yosegi.jp/img/workflow/naireworkflowmid.png) no-repeat left top;
	padding-top: 20px;
}
.naireflow h3 {
	padding-left:210px;
}
.naireflow ul, .naireflow ol {
	list-style-type: none;
}
#naireflow04 p {
	background: url(http://yosegi.jp/img/workflow/naireworkflowbottom.png) no-repeat left bottom;
	padding-bottom:10px;
}
.naireflow h4, .naireflow p, .naireflow ul, .naireflow ol {
	padding-left: 210px;
}
.naireflow em {
	font-weight: bold;
	color: #ff0000;
	font-style: normal;
}
.naireflow .button {
	display: inline-block;
	background: #725734;
	border: 1px solid #453116;
	color: #ffffdd;
	font-size: smaller;
	padding: 1px;
}
#zougan {
	background-image: url(http://yosegi.jp/zougan_h3.jpg);
	background-repeat: no-repeat;
	width: 680px;
	text-align: right;
	padding-top: 382px;
	position: relative;
}
#zougan .left {
	float: left;
	height: 231px;
	width: 320px;
}
#zougan .zougan {
	width: 640px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0;
}
#zougan .zougan:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#zougan .zougan p {
	line-height: 1.2em;
	font-size: larger;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	text-indent: 1em;
	padding: 0.5em;
	margin: 0;
}
#zougan .right {
	float: right;
	height: 231px;
	width: 320px;
}
#zougan h3 {
	position: absolute;
	width: 660px;
	top: 10px;
	right: 10px;
	font-size: xx-large;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	text-align: right;
}
#zougan .zougan strong {
	font-size: larger;
	color: #CC0000;
}
#zougan .zougan em {
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
}
#footer-inner h4 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	background: #AD3140 url(http://yosegi.jp/img/title2_bg.png);
	border-bottom:2px solid #422C41;
	border-top:2px solid #422C41;
	color:#f0f0f0;
}
#footer-inner {
	width: 100%;
	background-color: #f0f0f0;
}
.contents {
	text-align: left;
	width: 90%;
}
.clear {
	clear: both;
	width: 100%;
	text-align: center;
}
.clear a {
	display: block;
	font-size: smaller;
	line-height: 1.2;
}
#footer-inner #footerRight #toiawase dt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	line-height: 1.5em;
}
#footer-inner #footerRight #toiawase dd {
	margin-top: -1.5em;
	margin-left: 6em;
	text-align: center;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	line-height: 1.5em;
}
#tanegi {
	color: #030303;
	background-color: #f0f0f0;
	width: 680px;
	text-align: center;
}
#tanegi #tanegi01 {
	background-image: url(http://yosegi.jp/img/tanegi.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 330px;
	margin-top: 10px;
	padding-top: 110px;
	margin-right: 165px;
	margin-left: 165px;
}
#tanegi #tanegi02 {
	float: left;
	width: 320px;
}
#tanegi #tanegi03 {
	background-image: url(http://yosegi.jp/img/circle_pad.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 320px;
	padding-top: 60px;
}
#tanegi h3 {
	line-height: 1.5em;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663399;
	border-right-color: #663399;
	border-bottom-color: #663399;
	border-left-color: #663399;
	font-size: large;
	width: 100%;
	font-weight: bold;
	border-right-width: 2px;
	border-left-width: 2px;
}
#tanegi p {
	text-align: left;
	font-weight: bold;
}
#tanegi #tanegi04 {
	clear: both;
	width: 680px;
}
#tanegi #tanegi01 p {
	background-image: url(http://yosegi.jp/img/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 70px;
}
#tanegi #tanegi02 p {
	background-image: url(http://yosegi.jp/img/circle_tansu.png);
	padding-top: 150px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#tanegi #tanegi03 p {
	padding-left: 10px;
	padding-top: 100px;
	background-image: url(http://yosegi.jp/img/circle_dustbox.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tanegi #tanegi03 #tanegi03_inner {
	background-image: url(http://yosegi.jp/img/circle_box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 10px;
	padding-bottom: 140px;
}
#tanegi #tanegi02 #tanegi02_inner {
	background-image: url(http://yosegi.jp/img/circle_himitsu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
	padding-bottom: 100px;
}
#tanegi #tanegi_inner {
 width: 670px  margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tanegi strong {
	font-size: larger;
	color:#ff0000;
}
.mainCont {
	width: 100%;
	background-color:#f0f0f0;
}
.mainCont object {
	width:480px;
	margin:0 5px;
}
#name {
	width: 480px;
	background-color: #f0f0f0;
	margin:0 5px;
}
#name #naireimage {
	float: right;
	width: 191px;
}
#name p {
	padding:0.5em;
}
#name ul {
	width: 480px;
	list-style-type:none;
}
#name li.naireItem {
	display: block;
	float: left;
	width: 120px;
	height: 80px;
}
#name .clearfix {
	display: block;
	clear: both;
	width: 480px;
	text-align: center;
	margin: 0;
	padding:0.5em 0;
}
#banner {
	width: 480px;
	margin:0 5px;
	list-style-type:none;
}
#banner .halfBanner {
	float: left;
	width: 240px;
}
#banner .fullBanner {
	clear: both;
	width: 480px;
}
#banner li {
	margin-bottom: 5px;
}
#container #center3 .header_area {
	position: static;
	width: 675px;
}
.layoutFrame .auto tr {
	display: table-row;
	position:static;
}
.layoutFrame table {
	display: table;
}
.layout1 table {
	width: 160px;
}
#rightSide .layout1 table {
	width: 170px;
}
#footerLeft {
	float: left;
	width: 49%;
}
#footerRight {
	float: right;
	width: 49%;
}
#container #leftSide .sidebox #eshop_rank a {
	display: block;
	background-color: #CCCC9A;
	background-image: url(http://img.e-shops.jp/vt/img219.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 15px;
	text-align: center;
	line-height: 1.5em;
	border-style: outset;
	border-width: 1px;
	border-color: #CCCC9A;
}
#container #leftSide .sidebox #eshop_rank img {
	display: block;
}
#container #center1 .footer_area h3 {
	line-height: 2em;
	text-align: center;
}
#center2 table, #center3 table, #center3 .centerbox {
	position: static;
}
#center3 .centerbox {
	width:680px;
}
#container #leftSide .sidebox .sidemain1 #items a {
	display: block;
	width: 100%;
	font-size: smaller;
}
div.scroller {
	margin-top: 10px;
	width: 675px;
	overflow: hidden;
}
div.scroller div.section {
	width:675px;
	overflow:hidden;
	float:left;
}
div.scroller div.section:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.scroller div.section img {
	float:left;
	margin:0 10px;
}
div.scroller div.section p {
	font-size: 100%;
	text-indent: 1em;
}
div.scroller div.content {
	width: 10000px;
}
div.scroller div.controls {
	width: 490px;
	clear: both;
	text-align: right;
	line-height: 2;
}
#categolyLink {
	width: 680px;
}
#categolyLink li.alpha {
	width: 680px;
	clear: both;
	margin-bottom: 10px;
}
#categolyLink li.beta {
	width: 220px;
	float: left;
	margin-bottom: 10px;
}
#leftSide #eshop_rank {
	width: 180px;
}
#leftSide p {
	text-align: center;
	width: 180px;
}
#leftSide #shopLink {
	width: 180px;
}
#leftSide #shopLink a {
	line-height: 1.5em;
	padding: 0.2em;
	font-size: smaller;
}
#rightSide p {
	padding:0.5em;
}
#container .categoryMenu {
	width: 600px;
	margin:10px auto;
}
#container .categoryMenu .sub_category {
	float: left;
	width: 150px;
}
#container .categoryMenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container .categoryMenu .sub_category a {
	line-height: 2em;
	background-color: #EBE7E1;
	text-align: center;
	display: block;
	width:149px;
	margin-left:1px;
	margin-bottom: 1px;
	font-size:80%;
}
#container .categoryMenu .sub_category a:hover {
	background-color: #DED2BF;
	color:#990000;
}
#container #leftMenu a {
	height: 40px;
	width:180px;
	display: block;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#container #leftMenu li,#container .souryou li {
	width: 180px;
	margin:5px 0;
}
#container #leftMenu a:hover {
background-position:-180px 0;
}
#container #leftMenu #abload{
background-image:url(http://yosegi.jp/img/abload.png)
}
#container #leftMenu #sakuhin{
background-image:url(http://yosegi.jp/img/sakuhin.png)
}

#container #leftMenu #shokunin{
background-image:url(http://yosegi.jp/img/shokunin.png)
}
#container #leftMenu #koutei{
background-image:url(http://yosegi.jp/img/koutei.png)
}

#container #leftMenu #housou{
background-image:url(http://yosegi.jp/img/housou.png)
}

#container #leftMenu #douga{
background-image:url(http://yosegi.jp/img/douga.png)
}
#point p{
line-height: 1.2;
text-indent:1em;
width:100%;
}

#point strong{
color: #BE0032;
}

#souryou_banner{
text-align:center;
margin:5px 0;
}

#souryou_banner li{
display:block;
width:180px;
height:54px;
margin:0 auto 5px;
}

#footer-inner p {
	padding: 0.5em;
	line-height: 1.2;
}

#souryou #kaigai a{
display:block;
width:180px;
height:54px;
background-image:url(http://yosegi.jp/img/kaigai.png);
background-repeat:no-repeat;
text-indent:-9999px;
}

#souryou #kaigai a:hover{
background-position:0 -54px;
}