@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	background: #eeeeee url(../images/bg.gif) center repeat-y;
}
img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	width:1020px;
	margin: 0 auto 10px;
}
#header:after {
    display: block;
    clear: both;
    content: " ";
}
#header h1 {font-size:13px;color:#555555;line-height:16px;font-weight:normal;padding:3px;margin:0;}
#header h2 {font-size:13px;color:#555555;line-height:16px;font-weight:normal;padding:3px;margin:0;}
#subheader {
/*	width: 267px;*/
}
#logo {
	float:left;
}
#logo IMG {
	padding:0;
	margin:0;
}
#g-searchbox {
	float:right;
	width: 260px;
}

/* ナビゲーション
---------------------------------------------*/
#headNav {
	clear:both;
	margin:0 0 5px;
	background: #fff url(../images/Nav-bg_right.gif) right top no-repeat;
}
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	margin:0;
	background: url(../images/Nav-bg_left.gif) left top no-repeat;
}
#globalNav li {
	float: left;
	width: 15em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 3.1em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: tranceparent;/*#E8E8E8 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;*/
}
#globalNav li a:hover {
	color: #CC0000;
	background: tranceparent;/*#50B622 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;*/
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 1020px;
	padding: 5px 0 25px;
	margin: 0 auto;
/*	background: #F8F2CB url(../images/contentWrapper-bg.jpg) left top repeat-x;
*/
}
#footer {
	clear: both;
	width: 1020px;
	padding: 10px 0;
	margin: 0 auto;
	border-top: 3px solid #CCCCCC;
	text-align: center;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 1020px;
	}
	#top-content {
		float: left;
		width: 820px;
	}
	#advertisement {
		float: right;
		width: 200px;
		text-align: center;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 1020px;
		min-height: 600px;
		margin-left: -200px;
/*		background: url(../images/primary-bg.jpg) center 269px no-repeat;
*/
	}
	#top-primary {
		float: right;
		width: 820px;
		min-height: 600px;
		margin-left: -200px;
	}
	* html #primary {
		height: 800px;
	}
	#secondary {
		float: left;
		width: 200px;
		margin-left:0;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 0 0 220px;
	}
	#primary * * {
		margin: 0;
	}
	#top-primary * {
		margin: 0 0 0 220px;
	}
	#top-primary * * {
		margin: 0;
	}


/* 記事本文
---------------------------------------------*/
#primary {
	line-height: 1.5;
}
#top-primary {
	line-height: 1.5;
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list {
		margin-bottom: 20px;
	}
	#secondary .list {
		padding:0;
		margin:0;
		padding-bottom: 20px;
		background: url(../images/leftside-bottom_bg.gif) left bottom no-repeat;
	}
	#secondary .list ul {
		padding:3px 0 8px 0;
		margin:0;
		background: url(../images/leftside_bg.gif) left top repeat-y;
	}
	#primary .list li {
		margin: 5px 0 0 5px;
		padding-left: 16px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list li {
		line-height:21px;
		margin: 5px 5px 0 10px;
		padding-left: 16px;
		background: url(../images/arrow.gif) left center no-repeat;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary h1 {
		font-size:20px;
		font-weight:bold;
		padding:5px 0 0 5px;
		margin-bottom:px;
		margin-bottom:10px;
		border-left:6px solid #001873;
	}
	#primary h2 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 5px;
		margin-top:10px;
		border-left:6px solid #001873;
		background: #EFEFEF;
	}
	#primary h3 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 5px;
		border-left:6px solid #d60000;
		background: #FAEFF4;
	}
	#primary h4 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 8px;
		margin-bottom:10px;
		border-bottom:1px solid #d60000;
	}
	#primary h5 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 8px;
		border-bottom:1px solid #999999;
	}

	#primary #m1 {
		font-size:14px;
		font-weight:bold;
		line-height:28px;
		padding-left:30px;
		background:url(../images/m1_bg.gif) no-repeat;
	}

	#primary p {
		font-size: 100%;
		clear: both;
		margin-top: 1em; 
		margin-bottom: 1em; 
		/*\*/
		letter-spacing: 0.1em;
		/**/
	}
	/* 見出し
	---------------------------------------------*/
	#top-primary h1 {
		font-size:20px;
		font-weight:bold;
		padding:5px 0 0 5px;
		margin-bottom:px;
		margin-bottom:10px;
		border-left:6px solid #001873;
	}
	#top-primary h2 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 5px;
		margin-top:10px;
		border-left:6px solid #001873;
		background: #EFEFEF;
	}
	#top-primary h3 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 5px;
		border-left:6px solid #d60000;
		background: #FAEFF4;
	}
	#top-primary h4 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 8px;
		margin-bottom:10px;
		border-bottom:1px solid #d60000;
	}
	#top-primary h5 {
		font-size:16px;
		font-weight:bold;
		padding:5px 0 0 8px;
		border-bottom:1px solid #999999;
	}

	#top-primary #m1 {
		font-size:14px;
		font-weight:bold;
		line-height:28px;
		padding-left:30px;
		background:url(../images/m1_bg.gif) no-repeat;
	}

	#top-primary p {
		font-size: 100%;
		clear: both;
		margin-top: 1em; 
		margin-bottom: 1em; 
		/*\*/
		letter-spacing: 0.1em;
		/**/
	}


	#secondary .list h2 {
		line-height:0;
		padding:0;
		margin:0;
	}

/* ---------------------------
地区リスト
--------------------------- */
#area_list {
	width:92%;
	padding-bottom:23px;
	margin:0 10px 20px;
	background: #fff;
}
#area_list:after {
    display: block;
    clear: both;
    content: " ";
}
#area_list ul {
	margin:16px 16px;
}
#area_list ul li {
	float:left;
	font-size:25px;
	font-weight:bold;
	white-space: nowrap;
	padding: 6px 26px 2px 5px;
}

#area_list li A {
	text-decoration:none;
}

/* ---------------------------
店舗リスト
--------------------------- */
#shop_list {
	padding-bottom:23px;
	margin:0 10px 20px;
	background: #fff;
}
#shop_list:after {
    display: block;
    clear: both;
    content: " ";
}
#shop_list ul {
	margin:16px 16px;
}
#shop_list ul li {
	clear:left;
	font-size:13px;
	font-weight:bold;
	white-space: nowrap;
	padding: 6px 26px 2px 5px;
	border-bottom: 2px dotted #cccccc;
}

#shop_list li A {
	text-decoration:none;
}

#shop_list .s-name {
	line-height:42px;
	padding-left: 46px;
	background: url(../images/shoplist-nameicon.gif) left top no-repeat;
}
#shop_list A .s-name {
	font-size:16px;
	font-weight:bold;
}
#shop_list .s-address {
	float:left;
	line-height:41px;
	padding-left: 46px;
	background: url(../images/shoplist-addressicon.gif) left top no-repeat;
}
#shop_list .s-address A {
	font-size:16px;
}
#shop_list .s-tel {
	margin-left: 360px;
	line-height:41px;
	padding-left: 46px;
	background: url(../images/shoplist-telicon.gif) left top no-repeat;
}
#shop_list .s-tel A {
	font-size:16px;
}

/* ---------------------------
店舗説明
--------------------------- */


/*---------------------------
  product_info用
---------------------------*/

#products_info {
	color : #333333;
	clear:both;
}
#products_info H2 {
	font-size:18px;
	color: #333333;
	font-weight:bold;
	text-align:left;
	border-left: 8px solid #555555;
	padding:3px 5px 1px 5px;
	margin:20px 0 15px;
	background: #f9f9f9;
}

#shop_right_content {

	width: 300px;
	padding: 0;
	margin: 0;
}
#shop_info {
	width: 660px;
	padding:0;
	margin:0 auto;
	background: #ffffff;
}
#shop_info_header {
	width: 660px;
	padding:0;
	margin:20px auto 0;
}
#shop_info_header IMG {
	padding:0;
	margin:0;
}
.shop_info_description {
	padding: 10px 0 20px 20px;
}
#shop_info_line {
	clear: left;
}
#shop_info_line .label {
	float: left;
	line-height:45px;
}
#shop_info_line .label IMG {
	padding:0;
	margin:0;
}
#shop_info_line .description {
	color: #333333;
	font-size: 16px;
	line-height:45px;
	margin-left: 41px;
	background: #fefefe;
}
#shop_information {
	float: right;
	width: 680px;
	padding: 0;
	margin: 0;
}
#shop_information ul {
	list-style: none;
	height:25px;
	padding: 0;
	margin: 0;
	background: url(images/shop_information_head_bg.gif) repeat-x;
}
#shop_information ul li {
	float: left;
}
#shop_information_space {
	padding: 2px;
	border-width: 0 1px 1px 1px;
	border-color: #cccccc;
	border-style: solid;
}
#map {
	margin:10px;
}
#cate {
	clear: both;
	padding: 0 10px;
}
#shop_information_bottom {
	clear:both;
	padding:0;
	margin:0;
}
.reviewspace_wrapper {
	float:left;
	width:860px;
}
#review_list {
	padding: 5px;
	margin: 5px;
}
.review_right_banner {
	float: right;
	width: 130px;
	border-left: 1px solid #cccccc;
	text-align: right;
	margin-top: 20px;
}
.review_list_header {
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
*>.review_list_header {
	height: 60px;
}
.review_list_header IMG {
	float:left;
}
#review_info {
	padding: 20px 10px;
}
#review_info_title {
	padding: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
	background: #FAFAC9;
}
#comment_list {
	color: #555555;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-left: 10px;
	border-bottom: 1px solid #cccccc;
}
#comment_info {
	margin-left: 10px;
}
.comment_head {
	clear: right;
	padding: 3px;
	margin-top: 10px;
	border-bottom: 1px dotted #cccccc;;
}
.comment_text {
	padding: 5px 10px;
	background: #ffffff;
}
.comment_date {
	float: right;
	padding-right: 10px;
	margin-top: -18px;
}

#container ul { list-style: none; margin: 0; padding: 0 0 0 4px;}
#container ul li { float: left; margin: 0 0 0 3px; min-width: 84px; /* be nice to Opera */}
#cat_container ul { list-style: none; margin: 0; padding: 0 0 0 1px;}
#cat_container ul li {float: left; margin: 0 0 0 2px; min-width: 40px; /* be nice to Opera */;}

/* 商品一覧
---------------------------------------------*/
#productList {
	margin-top: 10px;
	width: 600px;
	line-height:1.2;
}
#productList:after{
    display: block;
    clear: both;
    content: " ";
}
#productList h2 {
	border-top: 1px solid #CCCCCC;
}
#productList li {
	float: left;
	width: 185px;
	height: 220px;
	margin: 10px 10px 0 0;
	text-align: center;
}
#productList h3 span {
	display: block;
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: normal;
	background: #222222;
}
#productList dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList dt {
	padding: 2px 0;
	text-align: center;
	background: #E5DACA;
	border-top: 1px solid #DABF9A;
}
#productList dd {
	padding: 2px 0;
}

/* listtypeA
---------------------------------------------*/
#listtypeA {
	text-align:left;
	margin-top: 10px;
	width: 598px;
	line-height:1.2;
}
#listtypeA:after {
    display: block;
    clear: both;
    content: " ";
}
#listtypeA h3 {
	line-height:1;
	padding:0;
	margin:0;
	border:0;
	background:none;
}
#listtypeA ul {
	padding:6px;
}
#listtypeA li {
	clear:left;
	width: 100%;
	margin: 10px 0 0;
}
#listtypeA li:after{
    display: block;
    clear: both;
    content: " ";
}
#listtypeA li IMG {
	float:left;
	padding: 0 10px 6px 0;
}
#listtypeA li .listcomment {
	margin-left:186px;
	padding: 3px 0 5px 5px;
	line-height:1.4;
}

/* listtypeB
---------------------------------------------*/
#listtypeB {
	margin-top: 10px;
	width: 598px;
	line-height:1.2;
}
#listtypeB:after{
    display: block;
    clear: both;
    content: " ";
}
#listtypeB h3 {
	line-height:1;
	padding:0;
	margin:0;
	border:0;
	background:none;
}
#listtypeB ul {
	padding:6px;
	border:1px solid #999999;
}
#listtypeB li {
	float:left;
	width: 284px;
	min-height:130px;
	margin: 10px 8px 0 0;
	border-bottom: 1px solid #cccccc;
}

#listtypeB li IMG {
	float:left;
	width:120px;
	padding: 0 10px 5px 0;
}
#listtypeB .listcomment {
	padding: 3px 0 5px 5px;
	margin-left:125px;
	background: #ececec;
}

/* listtypeC
---------------------------------------------*/
#listtypeC {
	margin-top: 10px;
	width: 598px;
	line-height:1.2;
}
#listtypeC h3 {
	line-height:1;
	padding:0;
	margin:0;
	border:0;
	background:none;
}
#listtypeC ul {
	padding:6px;
	border:1px solid #999999;
}
#listtypeC ul:after{
    display: block;
    clear: both;
    content: " ";
}
#listtypeC li {
	float: left;
	width: 180px;
	height: 220px;
	margin: 10px 0 0;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
#listtypeC .listcomment {
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: normal;
	background: #222222;
}
hr.clear {clear:both;height:1px;border:1px solid #ffffff;}
#suball {clear:both;margin-top:10px;margin-bottom:10px;}
#suball:after {
    display: block;
    clear: both;
    content: " ";
}
#suball_left {
	float:left;
	width:295px;
	margin-right: 6px;
}
#suball_right {
	float:right;
	text-align:left;
	width:295px;
}
#suball #campaign {
	clear:left;
	margin-top:10px;
	padding-bottom:20px;
	background:url(../images/dotted-border_bg.gif) bottom repeat-x;
}
#suball #campaign:after {
    display: block;
    clear: both;
    content: " ";
}
#suball #campaign IMG {float:left;margin-right:5px;}
#suball .campaign-text {
	margin-left:5px;
}
#suball .campaign-text h3 {
	font-size:120%;
	line-height: 1.4;
	padding:0 0 8px 0;
	border:0;
	background:none;
}
#suball .servercompany {font-size:94%;color:#555555;}

#suball .campaign-text li {
	padding-bottom:8px;
	background: url(../images/plist-marker.gif) left 6px no-repeat;
}
#suball .campaign-text li A {
	padding-left:10px;
}

#subleft {
	float:left;
	width:280px;
	margin-right: 6px;
}
#subright {
	float:right;
	text-align:left;
	width:310px;
}
#subleft dl {clear:left;padding:10px 2px;}
#subleft dt {float:left;font-weight:bold;color:#555555;width:48px;padding-bottom:6px;}
#subleft dd {margin-left:52px;padding-bottom:6px;}

#subright dl {clear:left;padding:5px 2px;}
#subright dt {font-weight:bold;color:#555555;padding:5px 5px 2px 5px;border:1px solid #cccccc;}
#subright dd {padding:6px 3px 10px 3px;}


#pagelist {clear:both;}
#pagelist ul {margin-bottom:10px;height:1%;}
#pagelist ul:after {
    display: block;
    clear: both;
    content: " ";
}
#pagelist li {
	float:left;
	width: 180px;
	min-height: 407px;
	padding: 5px 5px 0;
	margin-top:10px;
	margin-right:8px;
	border:1px solid #cecece;
}
* html #pagelist li {
	width: 170px;
	height: 412px;
}
#pagelist li h3 img {
	padding:0;
	margin:0 5px;
}
#pagelist li h3 {
	font-size:100%;
	border:0;
	line-height:1;
	background:none;
	overflow:hidden;
	width:170px;
	height:212px;
}
#pagelist li h3 span {
	font-size:100%;
	font-weight:bold;
	line-height:1.3;
}
#pagelist dt {
	padding:3px 2px 1px 10px;
	background: #efefef;
}
#pagelist dd {
	padding:3px 2px 3px 13px;
	line-height:20px;
}

BLOCKQUOTE {
	color:#fff;
	padding: 10px 20px;
	background:#000000;
	border:1px solid #cccccc;
}

/* ------------cbook begin--------------- */


#secondary .cbook h4 {
	text-indent:-9999pt;
	font-size: 15px;
	color: #FFFFFF;
	height:60px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	border-bottom:0;
}
* html #secondary .cbook h4 {height:36px;}

#secondary .cbook h4 A{
	display:block;
	height:60px;
	width:200px;
	background:url(../cbook/img/left_h4_bg2.gif) left top no-repeat;
}
#secondary .cbook h4 A:hover{
	background:url(../cbook/img/left_h4_bg2.gif) left -60px no-repeat;

}
#secondary .cbook h4.tpltop A:hover{
	background:url(../cbook/img/left_h4_bg2.gif) left top no-repeat;
}
#secondary .cbook h4.eternal {
	display:block;
	text-indent:-9999pt;
	font-size: 15px;
	color: #FFFFFF;
	height:60px;
	width:200px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	background:url(../cbook/img/left_h4_bg_eternal.gif) left top no-repeat;
}


#secondary .cbook .left_parts {
	width:178px;
	margin:0 0 0 0;
	padding:7px 10px 0;
	border: 1px solid #999999;
	font-size:13px;
	color:#444;
	background-color: #FFFFFF;
}
* html #secondary .cbook .left_parts {width:178px;}

#secondary .cbook ul {
	width: 196px;
	margin:0 0 0 0;
	padding: 0;
/*	border-left: 1px solid #999999;*/
/*	border-right:2px solid #999999;*/
/*	border-bottom: 1px solid #999999;*/
/*	border-top: 1px solid #999999;*/
	font-size:13px;
	color:#444;
	background-color: /*#FFFFCC*/;
}
* html #secondary .cbook ul {width: 196px;}
#secondary .cbook ul li {
	color: #444444;

	margin: 0;
	list-style-type: none;
	padding:0;
}
#secondary .cbook li A {
	display:block;
	width:187px;
	line-height:1.1;
	padding-top:8px;
	padding-left:10px;
	padding-bottom:5px;
	text-decoration:none;
	background:url(../cbook/img/dotted-border_ccc.gif) 0 0 repeat-x;
}
* html #secondary .cbook li A {
	width:177px;
}
#secondary .cbook ul li A:HOVER {
	color:FF4500;
	background:url(../cbook/img/dotted-border_ccc.gif) 0 0 repeat-x;
}


/* ------------cate_path START--------------- */

ul#cate_path {
	width: 197px;
	margin:0 0 0 0;
	padding: 0;
	border-left: 1px solid #666666;
	border-right:2px solid #666666;
	font-size:13px;
	color:#444;
	background-color: /*#FFFFCC*/;
	
}
* html ul#cate_path {width: 197px;}
ul#cate_path li {
	color: #444444;

	margin: 0;
	list-style-type: none;
	padding:0;
}
ul#cate_path li A {
	overflow:hidden;
	display:block;
	width:177px;
	line-height:15px;
	height:27px;
	padding-top:5px;
	padding-left:20px;
	text-decoration:none;
	background:url(../cbook/img/left_menu_bg.jpg) left bottom no-repeat;
}
#secondary .cbook ul#cate_path li A:HOVER {
	color:#CC0000;
	background:url(../cbook/img/left_menu_bg_on.jpg) left bottom no-repeat;
}

ul#cate_path li.cate_child {
	color: #444444;

	margin: 0;
	list-style-type: none;
	padding:0;
}
ul#cate_path li.cate_child A {
	display:block;
	width:172px;
	line-height:1.1;
	font-size:110%;
	white-space:nowrap;
	height:37px;
	font-weight:bold;
	padding-top:25px;
	padding-left:25px;
	padding-bottom:8px;
	text-decoration:none;
	background:url(../cbook/img/left_menu_bg_act.jpg) left top no-repeat;
}
* html ul#cate_path li.cate_child A {
	width:172px;
}
#secondary .cbook ul#cate_path li.cate_child A:HOVER {
	color:#CC0000;
	background:url(../cbook/img/left_menu_bg_act.jpg) left top no-repeat;
}

ul#cate_path li.cate_bro {
	color: #444444;

	margin: 0;
	list-style-type: none;
	padding:0;
}
ul#cate_path li.cate_bro A {
	display:block;
	width:172px;
	font-size:110%;
	line-height:1.1;
	height:auto;
	font-weight:bold;
	padding-top:25px;
	padding-left:25px;
	padding-bottom:15px;
	text-decoration:none;
	background:url(../cbook/img/left_bro_bg_act.jpg) left top no-repeat;
}
* html ul#cate_path li.cate_bro A {
	width:172px;
}
#secondary .cbook ul#cate_path li.cate_bro A:HOVER {
	color:#CC0000;
	background:url(../cbook/img/left_bro_bg_act.jpg) left top no-repeat;
}

/* ------------cate_path END--------------- */

/* ------------cate_menu START--------------- */

ul#cate_menu {
	width: 196px;
	margin:0 0 10px 0;
	padding: 0 0 5px 0;
	border-left: 2px solid #666666;
	border-right:2px solid #666666;
	border-bottom: 2px solid #666666;
	font-size:13px;
	color:#444;
	background-color: /*#FFFFCC*/;
	background:url(../cbook/img/cate_menu_bg.gif) right repeat-y;
}
* html ul#cate_menu {width: 196px;}
ul#cate_menu li {
	color: #444444;

	margin: 0;
	list-style-type: none;
	padding:0;
}
ul#cate_menu li A {
	display:block;
	width:176px;
	line-height:1.1;
	padding-top:8px;
	padding-left:20px;
	padding-bottom:5px;
	text-decoration:none;
	background:url(../cbook/img/dotted-border_ccc.gif) top repeat-x;
}
* html ul#cate_menu li A {
	width:176px;
}
ul#cate_menu li A:HOVER {
	color:#CC0000;
	background:#efefef url(../cbook/img/dotted-border_ccc.gif) top repeat-x;
}

/* ------------cate_menu END--------------- */

/* ------------amazon_eternal_menu START--------------- */

ul#amazon_eternal_menu {
	width: 196px;
	margin:0 0 10px 0;
	padding: 0 0 5px 0;
	border-left: 2px solid #666666;
	border-right:2px solid #666666;
	border-bottom: 2px solid #666666;
	font-size:13px;
	color:#444;
	background-color: /*#FFFFCC*/;
	background:url(../cbook/img/amazon_eternal_menu_bg.gif) right repeat-y;
}
* html ul#amazon_eternal_menu {width: 196px;}
ul#amazon_eternal_menu li {
	height:27px;
	overflow:hidden;
	color: #444444;
	margin: 0;
	list-style-type: none;
	padding:0;
}
ul#amazon_eternal_menu li A {
	display:block;
	width:176px;
	line-height:1.1;
	padding-top:8px;
	padding-left:20px;
	padding-bottom:5px;
	text-decoration:none;
	background:url(../cbook/img/dotted-border_ccc.gif) top repeat-x;
}
* html ul#amazon_eternal_menu li A {
	width:176px;
}
ul#amazon_eternal_menu li A:HOVER {
	color:#CC0000;
	background:#efefef url(../cbook/img/dotted-border_ccc.gif) top repeat-x;
}

/* ------------amazon_eternal_menu END--------------- */