
/**********************           基本           ********************/

.main {
	width: 860px;
}

#container {
	width: 860px;
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: crosshair;
	color: #333333;
}

table{ /* 基本テーブル設定（固定）*/
	border: 0px none;
	text-align: left;
	border-collapse: collapse;
}

th {	border: 0px none;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
	vertical-align:top;
}


td {
	border: 0px none;
	border-collapse: collapse;
	vertical-align: top;
}


th {white-space:nowrap;} 



/* 基本タイトル（固定）*/

h1,h2,h3,h4 {
	padding: 0px; 
	margin: 0px; 
	font-size: 100%;
	text-align:left;
}



h2{
	width: 96%;
}




/* 基本のリンク （固定）*/

a{
	color: #4b4b4b; text-decoration: underline}
a:hover {
	color: #4b4b4b; text-decoration: none}



/* 基本のリスト （固定）*/

ul{
	list-style-type: square; }

ul ul{	list-style-type: none;}


/* イメージボーダー指定 */

img{ border:0px;}

form {	padding: 0px; display: inline;}

p{ line-height:150%; margin:5px 0px;padding:2px 0px;}




/********************        table関係        ********************/

/**    中央テーブル上アキ    **/
table.ta_top{
	margin: 15px 0px 0px 0px;
	}



.line_ba1{
	margin: 0px 5px 0px 0px;
}

.line_ba2{
	margin: 0px 0px 0px 0px;
}

/* センター td （2列）*/

#center1 {
	width: 670px;
	padding: 5px 10px 10px 10px;
	background: #FFFFFF;
}


.center2 {
	width: 670px;
	padding: 20px 10px 10px 20px;
	background: #FFFFFF;
}


.center01 {
	width: 690px;
	padding: 0px;
	background: #FFFFFF;
}




/*****************        画像回り込み /clear/        *****************/

.clear_both {
	cleftlear: both; 
	font-size: 1px; 
	visibility: hidden; 
	overflow: hidden; 
	height: 1px; 
	text-align: center
}




/*****************        inputボタン設定        *****************/

.button1{ 
	color: #ffffdd;
	background: #d02b14;
	border: 1px solid #fa5923;
	/* border-top-color: #FA5923; */
	/* border-right-color: #FA5923; */
	/* border-bottom-color: #FA5923; */
	/* border-left-color: #FA5923; */
	font-weight:bold;
                cursor:hand;
}




/*****************      テキスト関連_フォント_色     ************/

/* フォントズーム */
.no2{font-size: 90%;} 

/* フォントボールド */
.strong{ font-weight:bold;}

/* フォント赤 */
.red{color: #CC0000;}

/* フォントオレンジ */
.orange{color: #FF9900;}

/* フォント青 */
.blue{color: #0000FF;}

/* フォント緑 */
.green{color: #006600;}

/* フォントグレー */
.glay{color: #666666;}

/* テキストエリアデザイン設定 */
.text1 {border:1px solid #CCCCCC;}


/**   font   **/

.fs70{	font-size: 70%;}
.fs70_b{	font-size: 70%; font-weight: bold;}
.fs75{	font-size: 75%;}
.fs75_b{	font-size: 75%; font-weight: bold;}
.fs80{	font-size: 80%;}
.fs80_b{	font-size: 80%; font-weight: bold;}
.fs80_bred{	font-size: 80%; font-weight: bold; color: #FF0000;}
.fs90{	font-size: 90%;}
.fs90_b{	font-size: 90%; font-weight: bold;}
.fs90_bred{	font-size: 90%; font-weight: bold; color: #FF0000;}

.fs100_bred{	font-weight: bold; color: #FF0000;}
.fs110_bred{	font-size: 110%; font-weight: bold; color: #FF0000;}

.b{	font-weight: bold;}

table.line_80{	line-height: 80%;}

.line_110{	line-height: 110%;}



.f_b{	font-weight: bold;}

.f_gray{	color: #666666;}
.f_bl{		color: #000000;}
.f_red_d{		color: #CC0000;}
.f_dablue{	color: #636394;}
.f_cha{	color: #6B4D30;}
.f_w{	color: #ffffff;}
.f_gray2{	color: #a4a4a4;}
.f_gray3{	color: #cccccc;}


/**   テキスト_text   **/

.text1 {border:1px solid #CCCCCC;}


/**  リンク文字白下線ナシ   **/

.fw_no	a { text-decoration: none}
.fw_no	a:link		{color: #ffffff;}
.fw_no	a:active	{color: #ffffff;}
.fw_no	a:visited	{color: #Ffffff;}
.fw_no	a:hover 	{color: #FEF372;}




/*************************     アキ・位置合わせ    *********************/

.pad_l15 {
	padding-left:15px;
}


.pad_t15 {
	padding-top:15px;
}

.pad_t5 {
	padding-top:5px;
}

/* センター */
.center{ text-align:center;}

/* 左 */
.right{ text-align:right;}

/* 右 */
.left{ text-align:left;}

/* テキスト縦中央 */
.middle{ vertical-align:middle;}

/* テキスト縦下 */
.buttom{ vertical-align:buttom;}



/*************************       float    *********************/

.float_r {

	float: right;
	padding: 10px;
}

.float_r2 {
	width: 46%;
	float: right;
	padding: 0px;
}

.float_l {
	float: left;
	padding: 0px;
}

.float_l2 {
	width: 46%;
	float: left;
	padding: 0px;
}

.float_right{ float:right;}
.float_left{ float:left;}



.clear{
	clear: both;
}




/*************************       パンクズ     *********************/

#bread{ /* パンクズ */
	margin: 0px;
	padding: 3px 10px;
	color: #555555;
	text-align:left;
	font-size: 80%;
	background:#ffffff;
}
#bread 
a:link		{color: #555555;}
a:active	{color: #555555;}
a:visited	{color: #555555;}
a:hover 	{color: #CC0000;}




/*************************       ヘッダ     ***********************/

/* サイトロゴブロック（設定の場合） */

.shoplogo{
	padding: 0px; 	margin: 0px 0px 0px 0px; width: 100%;
}


#header{
        background-position: ; 
	height: 80px;
}

#headMenu {
	width: 100%;
}


/*  ヘッダメニュー部分  */

.headnavi {
	background: url(http://www.watch-fantasy.com/obi_c.jpg) repeat-x;
	padding: 5px 10px 5px 0px;
	border-top: 1px solid #6B4D30;
	border-right: 1px none #6B4D30;
	border-bottom: 1px solid #6B4D30;
	border-left: 1px none #6B4D30;
	font-size: 8pt;
	text-align:right;
	color: #666666;
}


.headnavi  a:link{	color: #000000; text-decoration:none;}
.headnavi  a:active{	color: #000000; text-decoration:none;}
.headnavi  a:visited{	color: #000000; text-decoration:none;}
.headnavi  a:hover{	color: #C60000; text-decoration:none;}


.navi01 {
	padding: 0px;
	margin 0px;
}


/**********************       フッター     ********************/

.footer_area {
	text-align: left;
	width:650px;
	margin:0px 5px 0px 5px;
	padding:0px;
}


#footer {
	padding: 0px;
	margin: 0px;
	width: 99％;
	/* background: #5f4942; */
	text-align: center;
	

}

.footer_l{
	margin: 0px;
	font-weight: bold;
	text-align:left;
	border-top: 1px solid #666666;
}

.footer_l	a { text-decoration: none; }
.footer_l	a:link		{color: #6B4D30;}
.footer_l	a:active	{color: #6B4D30;}
.footer_l	a:visited	{color: #6B4D30;}
.footer_l	a:hover 	{color: #CC0000;}


.footer_l2{
	text-align:left;
	font-size: 80%;
}

.footer_2{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size: 80%;
}

.footnavi {
	padding: 5px 20px 5px 20px;
	background: #888888;
	font-size: 80%;
	color: #FFFFFF;
}

.footnavi a{ color: #FFFFFF;text-decoration: none; }
.footnavi a:hover { color: #FFFFFF;text-decoration: underline; }


#copyright {
	padding: 5px;
	margin: 0px;
	width: auto;
	font-size: 85%;
	color: #FFFFFF;
	background: #444444;
	text-align: center;
	/* background: url(../img/copyright.gif) ; */
}




/**********************       左メニュー     *****************/

/* 商品検索 */

#search {
	padding: 6px 5px 12px 5px; 
	margin: 0px;
	width: auto;
}

#search label{
	padding: 0px;
	margin: 0px;
	color:#6B4D30;
	font-weight:bold;
}


/* サイド用ブロック */

#leftSide {
	width: 160px;
	color: #6B4D30;
	background-color: #FADE1F;
	padding: 10px 5px 10px 5px;
}

.sidebox {
	margin: 0px;
}


.list {
	padding: 0px 0px;
}


ul.listbox{
	text-align: left;
	padding: 0px;
	margin:0px;
	list-style:none;
}


li.ca1 {
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #6B4D30;
	background-color: #FEF372;
	color: #6B4D30;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;	
}


li.ca1 a { text-decoration: none; }
li.ca1 a:link		{color: #6B4D30;}
li.ca1 a:active		{color: #6B4D30;}
li.ca1 a:visited	{color: #6B4D30;}
li.ca1 a:hover		{color: #ffffff; background-color: #6B4D30;}



.ca1 {
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #6B4D30;
	background-color: #FEF372;
	color: #6B4D30;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;	
}


.ca1 a { text-decoration: none; }
.ca1 a:link		{color: #6B4D30;}
.ca1 a:active		{color: #6B4D30;}
.ca1 a:visited	{color: #6B4D30;}
.ca1 a:hover		{color: #ffffff; background-color: #6B4D30;}






li.ca2 {
	margin: 0px 0px 0px 10px;
	color: #6B4D30;
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}



li.ca2 a { text-decoration: none; }
li.ca2 a:link		{color: #6B4D30;}
li.ca2 a:active		{color: #6B4D30;}
li.ca2 a:visited	{color: #6B4D30;}
li.ca2 a:hover		{color: #ffffff; background-color: #6B4D30;}





.ca2 {
	margin: 0px 0px 0px 10px;
	color: #6B4D30;
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}


.ca2 a { text-decoration: none; }
.ca2 a:link		{color: #6B4D30;}
.ca2 a:active		{color: #6B4D30;}
.ca2 a:visited	{color: #6B4D30;}
.ca2 a:hover		{color: #ffffff; background-color: #6B4D30;}


.menu_1{
	padding: 1px 3px 1px 10px;
	margin: 10px 0px 10px 0px;
	background-color: #6B4D30;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
}


.shop_obi{
	background-color: #6B4D30;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
}


.shop_ga{
	margin: 0px 0px 5px 0px
}


.ba {
	margin: 5px 0px 0px 0px
}




/***********************************　第二階層以下↓　*******************************/

/**********  ヘッダ　第二階層から使用  *********/

.header_area {
	text-align: left;
	margin:10px 10px 10px 10px;
	padding:0px;
}

.siteName {
	/* margin: 0px;
	padding: 28px 10px 0px 10px; */
	color: #8d8060;
	font-size: 120%;
	position: absolute;
	top: 22px;
	left: 185px;
	
}

.siteName a { color: #8d8060;text-decoration: none;}
.siteName a:hover { color: #8d8060;text-decoration: underline;}


/* 装飾用　*/

#center3 {
	vertical-align: top;	
	background: #ffffff;
	font-size: 90%;
	width:100%;
	/* background: url(../img/center3.gif) ; */
}




/* サイトコピー h2 ロゴがテキストの場合使用*/

.sitecopy{
	/* padding: 0px 10px 0px 10px; 
	margin: 0px; */
	color: #8d8060;
	font-weight: thin;
	font-size: 90%;
	position: absolute;
	top: 47px;
	left: 185px;
	width: 80%;
}

.sitecopy a {color: #8d8060;text-decoration: none;}
.sitecopy a:hover {color: #8d8060;text-decoration: underline;}



/**********  フッター　第二階層から使用  *********/


/* ページTOPへ戻る */


.pageTop { /* ページトップ */
	padding: 3px 5px 0px 17px;
	margin:10px 5px;
	background: url(../img/icon_top.gif) no-repeat;
	font-size:76%;
	font-weight:bold;
	float: right;
}
.pageTop a{ color:#FF6600;text-decoration: none;}
.pageTop a:hover{ color:#FF9900;text-decoration: none;}



/**********  左サイドメニュー  *********/


/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin: 0px;
	padding: 0px;
	/* background: url(../img/sidemain1.gif) ; */
}

.sidemain1 p {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	line-height:120%;
}

/**    リスト設定    **/

.sidemain1 ul {
	text-align: left;
	padding: 0px;
	margin:0px;
	list-style:none;
} 


.sidemain1 li {
	margin: 0px 0px 0px 10px;
	color: #6B4D30;
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}


li.sidemain1 a:link		{color: #6B4D30;}
li.sidemain1 a:active		{color: #6B4D30;}
li.sidemain1 a:visited	{color: #6B4D30;}
li.sidemain1 a:hover		{color: #ffffff; background-color: #6B4D30;}




/*　未使用？　*/

.fieldarea{padding:5px 0px 5px 0px; virtical-align:center;}

.list h3 { /* タイトル */
	padding: 5px 5px;
	margin: 0px; 
}

ul.free_listbox{
	text-align: left;
	padding: 0px;
	margin:0px;
	list-style:none;
}




/**********  センター用ブロック（幅設定）  *********/


.centerbox {
	margin: 0px;
	padding: 0px;
	/* background: url(../img/centerbox.gif) ; */
}



/* メインコンテンツ */

.mainCont {

	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	font-size: 90%;
	color: #555555;
	/* background: url(../img/maincont.gif) ; */
}



/* ソート */

#sortList{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: auto;
	color:#333333;
	float: right;
}


p.title	{ margin: 3px 0px; 	
	padding: 2px 0px;
	color: #669933;
	border-bottom:1px dotted;
	font-weight:bold;
}



/***************　　商品基本関係　　**************/


/* レイアウト */


.layoutFrame{　/* 大枠 table */
	margin: 10px 0px 0px 0px;
	padding: 2px;
	width: 99%;
	/* background: url(../img/layoutframe.gif) ; */
}

.layoutFrame td{
	text-align: center;
	margin: 0px;
	padding: 1px;
	vertical-align:top;
}




.layout1{
	margin: 1px;
	padding: 3px;
	/* background: url(../img/layout1.gif) ; */
}

.layout1 td{
	margin: 0px;
	padding: 3px;
	text-align: center;
}



/*　商品画像　*/


.item img{
	height: auto;
	padding: 5px;
	margin: 0px;
	background: #cccccc;
	text-align: center;
}


/*　商品説明文　*/

.expl{
	text-align: left;
	color:#555555;
}
.expl a{color:#484893;	text-decoration:none;}
.expl a:hover{color:#484893;text-decoration:underline;}



/*　商品価格　*/


.price{
	color: #CC0000;
	font-size: 90%;
	font-weight: bold;
	text-align:left;
}


/* 商品名 （商品一覧）*/

h2.goods

a{
	color:#484893;
	text-decoration:underline;
	font-weight:bold;
	line-height: 130%;
	text-decoration:underline;
	font-size: 95%;
}
a:hover{color:#484893;text-decoration:underline;}


/* タイトル1 h3 */

.title1{ /* タイトル1 h3 */
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #ffffff;
	background: url(http://www.watch-fantasy.com/obi_shousai.jpg) repeat-x;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
}
.title1 
a:link		{color: #6B4D30;}

.title1 a:hover{color:#885513;text-decoration:underline;}



/* 商品　未使用？　*/

.price.zoom{ /* 商品価格 （商品詳細） */
	font-size: 125%
	font-weight:bold;
}



.fixed{ /* 商品定価 */
	color: #444444;
	text-align:left;
}




/*************　　商品詳細ページ(第三階層)　　************/


.mainFrame{ /* メイン大枠 */
	margin: 0px;
	padding: 5px;
	background: #ffffff;
	/* background: url(../img/mainframe.gif) ; */
}



/**********　　商品詳細　問い合わせ(第四階層)　　*********/

/* エラーメッセージ */
.caution{ font-weight:bold; color:#FF0000;}

.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #999999;}




/***************　　マイページ　　**************/

#enter {
	width: 100%;
	text-align:left;
	background: /* url(../img/enter.gif) */ #f0ede5;
	border:1px solid #c9c6bf;
}




/***************　　サイトマップ　　**************/


ul.map{ /* サイトマップリスト設定 */
	text-align: left;
	padding: 0px 20px;
	margin: 0px;
	color: #9d0101;
}
li.sm1 { margin: 4px ; display: block;}
li.sm2 { margin: 0px 0px 0px -35px; display: block;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	padding: 5px 25px;
	color: #9d0101;
	background: url(../img/icon_sitemap.gif) no-repeat ;
	background-position: left center;
}




/***************　　ショッピングカート　　**************/

/* カート説明ナビ番号 */

.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);
}



/* カート */

.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #999999;}
.bordlayoutp3 td { padding:3px;border:1px solid #999999;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */


.backcolor1 { background:#555555;color:#FFFFFF;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF; vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#E0E0C2;padding:10px 0px;} /* カート部分 */


/* 登録ページ */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}


/* 不明 */
.point {font-size:120%;color:red;font-weight:900;}
.pointline {font-size:100%;color:red;font-weight:900;padding: 3px;background-color: #D6C692;}




/***********************************　第二階層以下↑　*******************************/













/*******************************　中央三段組用（未使用↓）　*************************/


#rightSide { /* 右サイドtd （3列）*/
	width: 170px;
	padding: 0px;
	margin: 0px;
	background: #d7d1cf;
	vertical-align: top;
	border: 1px solid #d7d1cf;
	/* background: url(../img/rightside.gif) ; */
}

#rightSide { /* 右サイドtd （3列 ブログ）*/
	width: 170px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	/* background: url(../img/rightside2.gif) ; */
}


#center2 { /* センターtd （3列）*/
	width: 520px;
	padding: 0px; 
	margin: 0px;
	vertical-align: top;
	background:#FFFFFF;
	/* background: url(../img/center2.gif) ; */
}

/*******************************　中央三段組用（未使用↑）　*************************/


/**************************　カレンダー・ブログ（未使用↓）　*************************/



/* カレンダー */
caption { /* 年月タイトル */
	 font-weight: bold;
	 text-align: center;
	 padding:3px;
	 color:#80644e;
}
caption a{ color:#80644e; text-decoration:underline;}
caption a:hover{ color:#80644e;	 text-decoration:underline;}

.carender { /* カレンダー テーブル*/
	 border-collapse: collapse;
	 padding:5px 0px;
	 margin:0px;
	 text-align:center;
}

.carender td {
	padding:2px;
	border-collapse: collapse;
	text-align:right;
	border:1px solid #978d73;	
}

.carender th {
	padding:2px;
	border-collapse: collapse;
	border:1px solid #978d73;	
}

th.day { /* ヘッダ平日 */
	font-weight: bold;
	color: #696969;
	background: #d1d2d1;
	text-align: center;
}

th.sun { /* ヘッダ日曜 */
	color: #dd5e2f;
	background: #dc9ea5;
	text-align: center;
}

th.sat { /* ヘッダ土曜 */
	color: 375b88;
	background: #c1bce3;
	text-align: center;
}

.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:84%;
}
.chert td {
	border-collapse: separate;
	padding:0px 0px 0px 5px;
	border:2px solid #f0ede5;
}

.line01{ border: #4b4b4b 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: #432A22; 
	/* background: url(../img/entry_title.gif) ; */
}

.entry_date{
	display: block; 
	padding: 10px 0px 3px 0px; 
	color: #9B4016; 
	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:#885513;
	border-bottom: #885513 2px solid;
	/* background: url(../img/subtitle.gif) ; */
}

 p.label { /* ブログコメントタイトル */
	font-weight: bold;
}

.tb_url{ /* トラックバックurl */
	font-weight: bold; margin-bottom: 10px;
}

/**************************　カレンダー・ブログ（未使用↑）　*************************/

/*******************************　不明（未使用の可能性大↓）　************************/

.spacebox{/* スペース設定  */ 
	height: 50px;
}

/* ヘッダー */

.sou{
	background-color: #6B4D30;
	padding: 2px;
	margin: 0px 3px 10px 0px;
	font-size: 80%;
	color: #FEF372;
}


.ca_obi1{
	background: url(obi_c2.jpg) repeat-x;
	margin: 15px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #999999;
	color: #4ACBCE;
	font-size: 85%;
	font-weight: bold;
}

.ca_obi{
	background: url(obi_c2.jpg) repeat-x;
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #999999;
	color: #ffffff;
	font-size: 85%;
	font-weight: bold;
}

/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin: 0px ;
	padding:0px;
}

.topIMG td{
	margin: 0px;
	padding:0px;
	background: #676767;
}

.shopCopy { /* サイト説明 */
	margin: 0px;
	padding: 3px 10px 3px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding: 8px 0px 0px 30px;
	margin: 0px;
	font-size: 11pt;
	font-weight: 700;
	color: #885513;
	width: auto;
	height:22px;
	background: url(../img/title_bar01.gif) repeat; 
	line-height:100%;
	vertical-align:middle;
}



.title2{ /* タイトル2 h3 */
	padding: 8px 0px 0px 30px;
	margin: 0px;
	width: auto;
	font-size: 11pt;
	font-weight: 700;
	color:#963737;
	height:22px;
	background: url(../img/title_bar02.gif) repeat;
	line-height:100%;
	vertical-align:middle;
}
.title2 a{color:#963737;text-decoration:none;}
.title2 a:hover{color:#963737;text-decoration:underline;}

.title3{ /* タイトル3 h3 */
        padding: 8px 0px 0px 30px;
        margin: 0px;
        width: auto;
        font-size: 11pt;
        font-weight: 700;
        color:#963737;
        height:22px;
        background: url(../img/title_bar02.gif) repeat;
        line-height:100%;
        vertical-align:middle;
}

.rank{/* ランキングアイコン */
        text-align: left;
}

.contbox { /* メインコンテンツ内項目ボックス*/
	padding: 10px 0px; 
	margin: 0px; 
	width: auto; 
}


ul.news{ /* 最新情報リスト設定 */
	text-align: left;
	padding: 0px 0px 0px 12px;
	margin:0px;
	list-style:square;
	color: #9d0101;
}

li.p3{padding: 3px;}

ul.free_list{ /* リスト設定 */
	text-align: left;
	padding: 5px 5px;
	margin: 0px;
	list-style: square;
	color: #9d0101;
}

ul.list{ /* リスト設定 */
	text-align: left;
	padding: 5px 5px;
	margin: 0px;
	list-style: square;
	color: #9d0101;
}

/* 第二階層 */


h4.title{
	margin: 5px 0px; 
	padding: 2px 0px;
	color: #D02B14;
	border-bottom:1px solid;
}


/* メールマガジンアイコン設定 */
.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;
}

li.ca3 {
	margin: 0px;
	border-bottom: 1px #d1caae solid;	
}

li.ca3 a{
	padding: 5px 3px 5px 15px;
	display: block; 
	color: #89724b;
	font-weight: bold;text-decoration: none; 
	background: url(../img/icon_eye01.gif) no-repeat #f0ede5;
}

li.ca3 a:hover{ color:#FFFFFF; font-weight: bold;text-decoration: none;
	background: url(../img/icon_eye01_ov.gif) no-repeat #89724b;
}

li.ca4 {
	margin: 0px;
	border-bottom: 1px #d1caae solid;
}

li.ca4 a{
	padding: 3px 3px 3px 20px;
	display: block;
	color:#865555;
	font-weight: bold;text-decoration: none;
	background: url(../img/icon_eye02.gif) no-repeat #f0ede5;
}

li.ca4 a:hover{ color:#FFFFFF; font-weight: bold;text-decoration: none;
	background: url(../img/icon_eye02_ov.gif) no-repeat #865555;
}



.sline2 { /* サイドバー下ライン */
	padding: 0px;
	margin: 0px;
	height: 0px;
	/* background: url(../img/sline2.gif) ; */
}

/*******************************　不明（未使用の可能性大↑）　************************/
















/********************       index.html　中央部分     *****************/

/**    トップ中央バナー群    **/
.line_ba01{
	margin: 0px 15px 10px 0px;
}


.line_ba02{
	margin: 0px 15px 5px 0px;
}


.line_ba03_l{
	margin: 0px 5px 5px 0px;
}


.line_ba03_r{
	margin: 0px 0px 5px 0px;
}


.line_ba04_l{
	margin: 0px 5px 0px 0px;
}

.line_ba04_r{
	margin: 0px 0px 0px 0px;
}




/**    トピックス     **/

.topi_l	a:link		{color: #555555;}
.topi_l	a:active	{color: #555555;}
.topi_l	a:visited	{color: #555555;}
.topi_l	a:hover 	{color: #CC0000;}



.topi_ga{
	margin: 15px 0px 10px 0px;
}

.topi_lrkei{
	padding: 0px 10px 0px 10px;
	border-top:0px solid #999999;
	border-right:1px solid #999999;
	border-bottom:0px solid #999999;
	border-left:1px solid #999999;
}


.topi_bott1{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 10px 0px;
	border-top:0px solid #999999;
	border-right:0px solid #999999;
	border-bottom:1px solid #999999;
	border-left:0px solid #999999;
}



.topi_bott2{
	margin: 10px 0px px 0px;
}


.topi_up{
	padding: 10px 0px 0px 0px;
}


td.topi_td{
	margin: 3px 0px 3px 0px;
}



.jake_ga{
	margin: 15px 0px 5px 0px;
}




/**     おすすめ商品      **/

table.pick{
	color: #6B4D30;
}

.pick{
	color: #6B4D30;
	font-size: 80%;
	font-weight: bold;
}


.pick_f{
	margin: 3px 0px 3px 0px;
}

.pick_l	a { text-decoration: none}
.pick_l	a:link		{color: #333333;}
.pick_l	a:active	{color: #333333;}
.pick_l	a:visited	{color: #333333;}
.pick_l	a:hover 	{color: #4ACBCE;}









/******************              ここより独自ページ用               *****************/

.te1{
	color: #6B4D30;
	font-size: 85%;
	line-height: 140%;
}

.su_link{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
}

.su_add{
	line-height: 130%;
	font-size: 80%;
}



/******************              ここより特集用               *****************/

.ca_back{
	background: url(http://www.watch-fantasy.com/camp_dona.jpg) no-repeat;
	padding: 15px 10px 5px 390px;
	font-size: 75%;
	font-weight: bold;
	line-height: 130%;
	color: #ffffff;
}

.footer_camp{
	padding: 0px 10px;
}


.kago{
	margin: 5px 0px 0px 0px;
}


.ca_waku{
	margin: 10px 25px 15px 25px;
}

/**  左右アキ  **/

.ca_ml15{
	margin: 0px 0px 0px 25px;
}

.ca_mt5{
	margin: 5px 0px 0px 0px;
}

.ca_m5{
	margin: 5px;
}

.ca_m10{
	margin: 10px;
}



/**   font   **/

.f_l130{
	line-height: 130%;
}


.ca_do a { text-decoration: none; }
.ca_do a:link		{color: #ffffff;}
.ca_do a:active	{color: #ffffff;}
.ca_do a:visited	{color: #ffffff;}
.ca_do a:hover 	{color: #CC0000;}
