/* ブラウザースタイル初期化設定 */
*{
margin:0px;
padding:0px;
}
fieldset{
border:none;
}
blockquote,li,dt,dd{
margin-left:1em;
}
li{
list-style:none;
}
input,textarea{
font-size:1em;
}

body{
font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
margin:5px auto;
padding:0px;
font-size:14px;
line-height:140%;
background-color:#eee;
}

table {
text-align:left;}

th,td {
vertical-align:top;
}

a{ /* 基本のリンク */
color:#36f;
text-decoration:none;
}
a:hover {
color:#096;
text-decoration:underline;
}

ul,li{ /* 基本のリスト */
list-style-type:none;
}

img{ /* イメージ */
border:0px;
}

form {
padding:0px;
display:inline;
}

p{
line-height:150%;
margin:5px 0px;
padding:2px 0px;
}

.clear_both { /* 画像の周り込み解除 */
clear:both;
font-size:1px;
visibility:hidden;
overflow:hidden;
height:1px;
text-align:center
}

.button1{ /* inputボタン設定 */
cursor:hand;
color:#630;
background:#fcc;
border:1px solid #c3bebe;
font-weight:bold;
}

.text1{ /* テキストエリアデザイン設定 */
border:1px solid #ccc;
}
.caution{ /* エラーメッセージ */
font-weight:bold;color:#f00;
}

.no2{ /* フォントズーム */
font-size:110%;
}
.strong{ /* フォントボールド */
font-weight:bold;
}
.red{ /* フォント赤 */
color:#c00;
} 
.orange{ /* フォントオレンジ */
color:#f90;
} 
.blue{ /* フォント青 */
color:#00f;
} 
.green{ /* フォント緑 */
color:#060;
}
.glay{ /* フォントグレー */
color:#666;
} 

.item img{ /* 商品画像枠  */ 
height:auto;
padding:5px;
margin:0px;
background:#fff;
text-align:center;
}

.spacebox{/* スペース設定  */ 
height:50px;
}

/********************************************************************/
/* 大枠テーブル */
#container {
width:860px;
margin:0px  auto;
text-align:left;
border:1px solid #999;
background:#fff;
}

/* マイページ、ポップアップ画面 */
#enter {
width:100%;
text-align:left;
background:#fff;
border:1px solid #729519;
}

/* ヘッダー */
#header{
width:100%;
height:286px;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//headerbk.gif) no-repeat;
}

td>#header { /* IE7 Safari Firefox 用 */
height:auto;
min-height:286px;
}

.siteName { /* サイト名 h1（テキストの場合使用） */
padding:3px 5px 0px 760px;
width:auto;
font-size:14px;
line-height:1em;
}
.siteName a { color:#630;text-decoration:none;}
.siteName a:hover { color:#f69;text-decoration:underline;}

.sitecopy{ /* サイトコピー */
padding:110px 30px 3px;
color:#096;
font-size:14px;
font-weight:normal;
line-height:1em;
}
.sitecopy a { color:#096;text-decoration:none;}
.sitecopy a:hover { color:#f69;text-decoration:underline;}

/* ヘッダーメニュー */
#headMenu {
width:100%;
height:25px;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//headmenu.gif) ;
clear:both;
}

.headnavi { /* ヘッダーメニューテキスト */
padding:3px 20px 0px;
color:#630;
font-weight:bold;
text-align:right;
}
.headnavi a{
color:#630;
text-decoration:none;
}
.headnavi a:hover{
color:#f69;
text-decoration:underline;
}

/* ヘッダー下装飾ライン */
.hline {
border:2px solid #c1bfbf;
}

/********************************************************************/

#leftSide { /* 左サイドtd */
width:170px;
padding:5px 0px;
margin:0px;
vertical-align:top;
}

#rightSide { /* 右サイドtd （3列）*/
width:170px;
padding:5px 0px;
margin:0px;
vertical-align:top;
}

#center1 { /* センター td （2列）*/
width:690px;
padding:0px;
margin:0px;
vertical-align:top;
}

#center2 { /* センターtd （3列）*/
width:520px;
padding:0px;
margin:0px;
vertical-align:top;
}

#cartcenter {/* カート内レイアウトテーブル */
width:690px;
margin:0px auto;
}

.header_area { /* ヘッダのフリーエリア */
text-align:left;
width:680px;
margin:0px 5p;
padding:0px;
}

.footer_area { /* フッタのフリーエリア */
text-align:left;
width:680px;
margin:0px 5px;
padding:0px;
}

.sidebox { /* サイド用ブロック（幅設定） */
padding:1px 1px 5px;
margin:0px;
}

.centerbox { /* センター用ブロック（幅設定） */
margin:0px;
padding:10px;
}

/* 位置関係 */
.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{ /* 商品価格 */
	color:#003300;
	text-align:left;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size:125%;font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align:left;
	color:#333333;
}
.expl a{color:#333333;	text-decoration:none;}
.expl a:hover{color:#333333;text-decoration:underline;}

.fixed{ /* 商品定価 */
	color:#333333;
	text-align:left;
}

h2.goods /* 商品名 （商品一覧）*/
a{color:#DD4400;font-weight:bold;text-decoration:underline;}
a:hover{color:#E07E18;text-decoration:underline;}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
margin:0px ;
padding:0px;
}

.topIMG td{
margin:0px;
padding:0px;
background:#9c9;
}

.shopCopy { /* サイト説明 */
margin:0px;
padding:3px 10px;
color:#fff;
font-weight:bold;
text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:8px 0px 0px 40px;
	margin:0px;
	color:#DD4400;	width:auto;
	height:22px;
	background:url(../img/title_bar01.gif) repeat;
	line-height:100%;
	vertical-align:middle;
}

.title1,.title2,.title3{ /* タイトル1 h3 */
padding:8px 0px 0px 40px;
margin:0px;
font-size:14px;
color:#f69;
width:auto;
height:22px;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//title01.gif) repeat;
line-height:100%;
vertical-align:middle;
}
.title1 a{
color:#f69;
text-decoration:none;
}
.title1 a:hover{
color:#f69;
text-decoration:underline;
}
.title2 a{
color:#f69;
text-decoration:none;
}
.title2 a:hover{
color:#f69;
text-decoration:underline;
}
.title3 a{
color:#f69;
text-decoration:none;
}
.title3 a:hover{
color:#f69;
text-decoration:underline;
}

.rank{/* ランキングアイコン */
text-align:left;
}

.mainCont { /* メインコンテンツ */
padding:10px;
margin:0px;
width:auto;
background:#ffff;
}

.contbox { /* メインコンテンツ内項目ボックス*/
padding:10px 0px;
margin:0px;
width:auto;
}

ul.news{ /* 最新情報リスト設定 */
text-align:left;
padding:0px;
margin:0px;
list-style:square;
color:#d40;
}

li.p3{
padding:3px;
}

ul.free_list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#336600;
}

ul.list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#336600;
}

ul.map{ /* サイトマップリスト設定 */
	text-align:left;
	padding:0px 20px;
	margin:0px;
	color:#EF4E00;
}
li.sm1 { margin:4px ;display:block;}
li.sm2 { margin:0px 0px 0px -35px;display:block;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	padding:5px 25px;
	color:#DD4400;
	background:url(../img/icon_sitemap.gif) no-repeat ;
	background-position:left center;
}


/* テーブル余白設定 */
.layoutp5 {
padding:5px 0px;
}
.layoutp5 th{
height:30px;
padding:10px 0px 0px 25px;
margin:10px 0px;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//icon3.gif) no-repeat;
font-size:14px;
font-weight:bold;
color:#f69;
}
.layoutp5 td{
padding:10px 0px 0px 10px;
color:#630;
}

.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #CCCCCC;}

/* テーブル余白設定 */
.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #CCCCCC;}
.bordlayoutp3 td { padding:3px;border:1px solid #CCCCCC;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#F9EECC;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#F9EECC;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor3 { background:#F9EECC;padding:10px 0px;} /* カート部分 */

/* 商品レイアウト（トップ
ページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
margin:10px 0px 0px;
padding:2px;
width:99%;
background:#c3bebe;
}
.layoutFrame td{
text-align:center;
margin:0px;
padding:1px;
vertical-align:top;
}

.layout1{ /* レイアウト */
margin:1px;
padding:3px;
background:#fff;
}
.layout1 td{
margin:0px;
padding:3px;
text-align:center;
}

/* 第二階層 */

#bread{ /* パンクズ */
margin:0px;
padding:3px 10px;
color:#630;
font-weight:bold;
text-align:left;
background:#ffff;
}
#bread a {
color:#36f;
text-decoration:none;
}
#bread a:hover{
color:#096;
text-decoration:underline;
}

h4.title{
	margin:5px 0px;	
	padding:2px 0px;
	color:#DD4400;
	border-bottom:1px solid;
}

.mainFrame{ /* メイン大枠 */
margin:0px;
padding:5px;
background:#fff;
}

p.title	{ margin:3px 0px;	
	padding:2px 0px;
	color:#669933;
	border-bottom:1px dotted;
	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{ /* ソート */
	margin:0px;
	padding:10px 3px 5px 3px;
	width:auto;
	color:#333333;
	float:right;
}

.pageTop { /* ページトップ */
width:75px;
height:20px;
padding:0px 0px 0px 25px;
margin:10px 0px;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//icon1.gif) no-repeat;
font-size:12px;
font-weight:bold;
float:right;
}
.pageTop a{
color:#630;
text-decoration:none;
}
.pageTop a:hover{
color:#f69;
text-decoration:none;
}


/********************************************************************/
/*フッターーメニューレイアウト設定*/
#footer {
padding:0px;
margin:0px;
width:auto;
height:100px;
background:#D9E5A1;
text-align:center;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//footer.gif) no-repeat;
}

td>#footer { /* IE7 Safari Firefox 用 */
height:auto;
min-height:100px;
}

.footnavi { /*フッターメニューテキスト設定*/
padding:5px 20px 5px 20px;
color:#630;
font-weight:bold;
}
.footnavi a{
color:#630;
text-decoration:none;
}
.footnavi a:hover {
color:#f69;
text-decoration:underline;
}

#copyright { /*コピーライト*/
padding:0px;
margin:0px;
width:auto;
height:20px;
color:#666;
text-align:center;
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
height:auto;
min-height:20px;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
padding:6px 5px 12px 5px;
margin:0px;
width:auto;
height:82px;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//search.gif);
}

#search label{
color:#630;
font-weight:bold;
}

.fieldarea{
padding:5px 0px;
virtical-align:center;
}

/*サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
padding:0px;	
display:block;
line-height:130%;
background:#fff;
borde:1px #fff solid;
}

.list h3 { /* タイトル */
	padding:5px 5px;
	margin:0px;
}

ul.free_listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.listbox{
text-align:left;
padding:0px;
margin:0px;
list-style:none;
}

li.ca1 {
margin:0px;
border-bottom:1px #999 dotted;	
}

li.ca2 {
margin:0px;
border-bottom:1px #999 dotted;
}
li.ca1 a{
padding:3px 3px 3px 25px;
display:block;
color:#630;
font-weight:bold;
text-decoration:none;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//icon1.gif) no-repeat;
}

li.ca1 a:hover{
color:#f69;
font-weight:bold;
text-decoration:underline;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//icon1.gif) no-repeat;
}

li.ca2 a{
padding:3px 3px 3px 20px;
display:block;
color:#630;
font-weight:bold;
text-decoration:none;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//icon2.gif) no-repeat;
}
li.ca2 a:hover{
color:#f69;
font-weight:bold;text-decoration:underline;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//icon2.gif) no-repeat;
}

li.ca3 {
	margin:0px;
	border-bottom:1px #D9E5A1 solid;	
}

li.ca3 a{ padding:5px 3px 5px 15px;display:block;
	color:#3E7100;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01.gif) no-repeat #FFFFFF;
}

li.ca3 a:hover{ color:#FFFFFF;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01_ov.gif) no-repeat #3E7100;
}

li.ca4 {
	margin:0px;
	border-bottom:1px #D9E5A1 solid;
}

li.ca4 a{ padding:3px 3px 3px 20px;display:block;
	color:#669900;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #FFFFFF;
}

li.ca4 a:hover{ color:#FFFFFF;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #669900;
}

.sline1 { /* サイドバー下ライン */
padding:0px;
margin:0px;
height:5px;
background-color:#c3bebe;
}

.sline2 { /* サイドバー下ライン */
padding:0px;
margin:0px;
height:5px;
background-color:#c3bebe;
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
margin:0px;
padding:5px;
background:#fff;
}

.sidemain1 p {
padding:3px 0px;
margin:0px;
color:#630;
font-size:12px;
line-height:130%;
}

.sidemain1 ul { /* リスト設定 */
margin:0px;
padding:3px 0px;
list-style:none;
} 

.sidemain1 li {
display:block;
padding:2px 0px 2px 10px;
color:#334d55;
background:url(../img/icon_eye03.gif) no-repeat
}

/* カレンダー */
caption { /* 年月タイトル */
font-weight:bold;
text-align:center;
padding:3px;
color:#333;
}
caption a{
color:#333;
text-decoration:underline;
}
caption a:hover{
color:#333;
text-decoration:underline;
}

.carender { /* カレンダー テーブル*/
width:140px;
border-collapse:collapse;
padding:5px 0px;
text-align:center;
margin:0px auto;
}

.carender td {
padding:2px;
border-collapse:collapse;
text-align:right;
border:1px solid #ccc;	
}

.carender th {
padding:2px;
border-collapse:collapse;
border:1px solid #ccc;	
}

th.day { /* ヘッダ平日 */
font-weight:bold;
color:#333;
background:#eee;
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;
padding:0px 0px 0px 5px;
border:2px solid #ffd;
}

.line01{ border:#DEDBBE 1px dotted;vertical-align:buttom;} 

#rss{ / * RSS設定 */
margin:0px;
padding:5px;
}

#count{ / * カウンター */
margin:0px;
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:#DD4400;
	/* background:url(../img/entry_title.gif) ;*/
}

.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#F69B1A;
	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:#F69B1A;
	border-bottom:#F69B1A 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:red;font-weight:900;}

.pointline {font-size:100%;color:red;font-weight:900;padding:3px;background-color:#D6C692;}



/* ナビゲーション （固定）*/
.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);
}

/* ----- サイド部分 ----- */
#sidemenu{margin:5px;padding:5px 0px;}
#sidemenu ul{
width:auto;
margin:0px 5px;
list-style-type:none;
}
#sidemenu li{
padding:0px 0px 0px 5px;
font-size:12px;
border-bottom:1px dotted #999;
}
#sidemenu a{color:#630;text-decoration:none;}
#sidemenu a:hover{color:#f69;text-decoration:underline;}
.smenu{
padding:5px 25px;
background:url(/USERTHEMEIMG/vol1/3saison.pl.shopserve.jp//icon1.gif) no-repeat;
background-position:left center;
font-size:14px;
}


