@charset 'UTF-8';

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #999999;
	scrollbar-darkshadow-color: #333333;
	text-align: center;
	color: #333333;
	font-size: 90%;
	line-height: 16px;
	letter-spacing: 1px;
/*
	font-family:"MS PGothic", "Osaka";
*/
	font-family: Arial ,"ＭＳ Ｐゴシック",sans-serif ;
}
td {
	color: #333333;
	font-size: 90%;
	text-align: left;
	letter-spacing: 1px;
	line-height: 16px;
}
p {
	color: #333333;
	font-size: 90%;
	line-height: 16px;
	text-align: left;
	letter-spacing: 1px;
}
li {
	font-size: 90%;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
img {
	border: none;
}



.go_to_top {
	width: 100%;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
}



/***** テキスト装飾　*****/
.tx_bold {
	font-weight: bold;
}
.tx_blue{
	color: #003366;
}
.tx_blue_bold {
	color: #003366;
	font-weight: bold;
}
.tx_red {
	color: #FF0000;
}
.tx_orange {
	color: #FF6600;
}




/*****　フレーム　*****/
#flame {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-image:  url(../img/default/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#flame_02 {
	width: 810px;
	margin: 0px auto;
	padding: 0px;
}
#flame_03 {
	width: 810px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-image:  url(../img/default/main_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}




/******　ヘッダー　******/
#header {
	width: 810px;
	margin: 0px;
	padding: 0px;
}
#header table{
	width: 810px;
	height: 81px;
	margin: 0px;
	padding: 0px;
}
#header form{
	margin: 0px;
	padding: 0px;
}
#header input {
	font-size: 11px;
	height: 18px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header select {
	font-size: 11px; 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header #searchbox {
/*	font-size: 11px; */
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
/*	height: 15px;*/
}




/******　メニュー　******/
#menu {
	width: 810px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

#side_menu {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.side_content_01 {
	width: 140px;
	margin: 0px 10px 10px 10px;
}
.side_content_02 {
	width: 130px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
/*
	font-size: 80%;
*/
	font-size: 70%;
}
.side_content_02 a {
	font-weight: bold;
}
.side_content_02 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	font-weight: bold;
}



/******　メイン　******/
#main {
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}
.main_content_01 {
	margin: 0px 0px 10px 0px;
}
.main_content_text_01 {
	width: 630px;
	margin: 10px 0px 0px 0px;
	color: #333333;
	font-size: 90%;
	text-align: left;
}
.main_content_01 h1 {
	margin: 0px 0px 10px 0px;
	background-image:  url(../img/default/t_02.gif);
	background-repeat: no-repeat;
	background-color: #cccccc;
	width: 600px;
	padding: 6px 10px 6px 20px;
	font-size: 90%;
	text-align: left;
}
.main_content_header_01 {
	background-image:  url(../img/dj-chart/icon_01.jpg);
	background-repeat: no-repeat;
	height: 16px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.main_content_header_text_01 {
	height: 13px;
	margin: 0px;
}
.main_content_02 {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 120px;
}
.main_content_text_02 {
	margin: 30px 5px 0px 5px;
	text-align: left;
	width: 115px;
}




.main_content_text_02 a:link {
	color: #FF6600;
	text-decoration: underline;
}
.main_content_text_02 a:visited {
	color: #FF6600;
	text-decoration: underline;
}
.main_content_text_02 a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.main_content_text_02 a:active {
	color: #FF6600;
	text-decoration: underline;
}


.main_content_03 {
	margin: 0px 0px 10px 0px;
/*	float: left;*/
	width: 620px;
	background-color: #E7E7E7;
}
.main_content_text_03 {
	width: 600px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
.main_content_03 h1 {
	background-image:  url(../img/default/t_02.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	width: 470px;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 20px;
	color: #333333;
	font-size: 90%;
	text-align: left;
}
.main_content_text_03 img {
/*	float: right;*/ /* 200802_修正 */
	margin: 5px 5px 5px 0px;
}



/******　フッター　******/

#footer_01 {
	width: 100%;
	height: 91px;
	margin: 0px auto;
	padding: 0px;
	background-image:  url(../img/default/footer.jpg);
	background-repeat: repeat-x;
}
#footer_02 {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 14px;
	letter-spacing: 0px;
}
#footer_02 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#footer_02 li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#footer_02 a {
	margin: 0px 5px 0px 3px;
	padding: 0px;
}
#footer_02 p {
	color: #FFFFFF;
	line-height: 12px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	clear: left;
}
#footer_01 a:link {
	color: #FFFFFF;
}
#footer_01 a:visited {
	color: #FFFFFF;
}
#footer_01 a:hover {
	color: #00FF00;
}
#footer_01 a:active {
	color: #FFFFFF;
}



/******　タイトル　******/
#title {
	width: 630px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#title_l {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 37px;
}

#title_r {
	float: right;
	width: 450px;
	height: 37px;
	background-image:  url(../img/default/title_right.jpg);
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0px;
}



/******　絞り込み　******/
.refine {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
}

.refine a:link {
  color:#333333;
  text-decoration:underline;
  font-weight:normal;
}
.refine a:visited {
	color: #333333;
  text-decoration:underline;
}
.refine a:hover {
  color:#00FF00;
  text-decoration:underline;
}
.refine a:active {
  color:#00FF00;
  text-decoration:underline;
}
.refine b {
	color: #FF6600;
}


/******　ページリンク　******/
.pagelink_top {
	width: 430px;
	float: right;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0px;
}

.pagelink_top b {
	color: #FF6600;
}

#pagelink_bottom {
	width: 100%;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 10px 0px;
	letter-spacing: 0px;
}

#pagelink_bottom b {
	color: #FF6600;
}


/*****　検索プルダウン、関連アーティスト　******/

.t_01 {
	width: 630px;
	height: 26px;
	background-image:  url(../img/default/t_01.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
.t_01_text {
	padding: 6px 0px 0px 10px;
}
.t_01_body {
	border-left: 2px solid #CCFF66;
	border-right: 2px solid #99FF00;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 12px;
}
.t_01_body td {
	font-size: 11px;
}
.t_01_bottom {
	width: 630px;
	height: 12px;
	background-image:  url(../img/default/t_01_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.t_01 form {
/*	width: 122px; */
	margin: 0px;
	padding: 3px 0px 0px 3px;
	float: left;
	line-height: 12px;

}
.t_01 select {
	font-size: 12px; 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.t_02_text {
	width: 70px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 12px;
}


.t_01_body a {
	margin: 0px 5px 0px 0px;
	letter-spacing: 0px;
}
.t_01_body a:link {
	color: #333333;
	text-decoration: underline;
}
.t_01_body a:hover {
	color: #00FF00;
	text-decoration: underline;
}



/****** トップページ ******/

#chart {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#chart td {
	vertical-align: top;
}
.chart_list {
	margin: -15px 0px -10px -10px;
	padding: 0px;
}
.chart_list ol {
	list-style-type: decimal;
}


#news {
	width: 200px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}
#news ul {
	width: 185px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
#news li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}



#new_release {
	width: 420px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
#new_release table {
	width: 420px;
	margin: 5px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dotted #999999;
}
#new_release th {
	width: 130px;
	height: 120px;
	text-align: left;
}
#new_release td {
	height: 15px;
}
.new_release_genre {
	height: 14px;
	text-align: right;
	padding: 0px;
	border-bottom: 1px solid #333333;
}
.comment {
	height: 60px;
	vertical-align: top;
}


/****** アーティスト一覧 ******/
.artist {
	width: 630px;
	list-style-type: none;
	margin: 0px;
}
.artist ul {
	width: 300px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
}
.list_title {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.list_title a {
	color: #003366;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
}


/****** ジャンル毎 ******/
.genre {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
.genre table {
	width: 630px;
	>width: 620px;
	height: 90px;
	font-size: 13px;
}
.genre th {
	width: 100px;
	text-align: left;
}
.genre td {
	height: 18px;
}
#t_genre {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
#genre_pagelink_bottom {
	width: 100%;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 10px 0px 10px 0px;
	letter-spacing: 0px;
}



/****** リンク ******/
.link_list {
	list-style-type: none;
}


/****** 商品詳細 ******/
.detail {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
}
.detail table {
	padding-top: 5px;
	width: 630px;
	height: 120px;
	font-size: 13px;
	border-top: 1px dotted #CCCCCC;
}
.detail th {
	width: 130px;
	text-align: left;
}
.detail td {
	height: 20px;
}
.detail img {
	margin: 0px 10px 0px 0px;
}
.music_list {
	margin: 0px 0px 0px 10px;
	font-size: 12px;
}
.page_back {
	text-align: right;
	font-size: 12px;
}


/**-----　レーベル表示20071201　-----**/

.item_info a:link {
	color: #333333;
	text-decoration: underline;
}
.item_info a:visited {
	color: #333333;
	text-decoration: underline;
}
.item_info a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.item_info a:active {
	color: #333333;
	text-decoration: underline;
}


/*--==-- 20080830 ▼ 検索結果絞込み追加 --==--*/
.more_search {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Verdana";
	font-size: 11px;
	line-height: 1.2em;
	color: #cc0000;
	margin-right: 0px;
	text-align: right;
	padding: 3px 0px 4px 0px;

}

/*--==-- 20080830 ▲ 検索結果絞込み追加 --==--*/





/*-----=====----- 20091027 ▼ TOP BANNER 追加対応 -----=====-----*/
#head_banner_area {
	height: 175px;
	text-align: left;
	background:  url(../img/default/banner_back.gif) repeat-y #ffffff;
	padding: 10px 0px 17px 10px;
	margin: 0px 0px 0px 0px;
}
#category_title {
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 10px 0px;
}

/* ----------------------------------------------- */
#side_banner {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
#side_banner ul {
	line-height:0;
	list-style: none;
	padding: 0;
	margin: 0;
}
#side_banner ul li {
	font-size:0;
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0;
}
#side_banner ul li img {
	line-height:0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ----------------------------------------------- */
.chart_list_clubt {
	padding: 0;
	margin: 0 0 10px 0;
}

.chart_list_clubt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.chart_list_clubt ul li {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}
#chart_no {
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 5px 0;
}
#chart_jk {
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 5px 0;
}
#chart_title {
	float: left;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
}
#tab_clear {
	clear: both;
}

/* ----------------------------------------------- */
#flame_03_top {
	width: 810px;
	background: url(../img/default/main_back.gif) repeat-y #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*-----=====----- 20091027 ▲ TOP BANNER 追加対応 -----=====-----*/




/*--==-- 20091126 ▼/ 中古商品表示 ▼/ --==--*/
#useditem_detail {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
#useditem_detailinfo {
	color: #cc0000;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#useditem_detailinfo_link {
	color: #339900;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#useditem_detailinfo_link a:link {
	font-weight: normal;
	text-decoration: none;
}
#useditem_detailinfo_link a:visited {
	font-weight: normal;
	text-decoration: none;
}
#useditem_detailinfo_link a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#useditem_detailinfo_link a:active {
	font-weight: normal;
	text-decoration: underline;
}

#useditem_detail ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#useditem_detail ul li {
	list-style: none;
	border-bottom: 1px solid #999999;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

/*--==--  --==--*/
#useditem_list {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
}
#useditem_list ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#useditem_list ul li {
	list-style: none;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*--==-- 20091126 /▲ 中古商品表示 /▲ --==--*/


/*--==-- 20100118 ▼/ NEWS表示追加 ▼/ --==--*/
#news ul li span.news_date {
	font-weight: bold;
}
#news ul {
	border-bottom: 1px dotted #999999;
}
.main_content_01 #news_jk {
	width: 35px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#tab_clear {
	clear: both;
}

/*--==-- 20100118 /▲ NEWS表示追加 /▲ --==--*/



/*--==-- 20100303 ▼/ ADD FAV_ARTIST ▼/ --==--*/
#search_artist {
	width: 605px;
	padding: 10px 0 3px 10px;
	margin: 0 0 0 0;
	border-bottom: 1px #444444 dotted;
}
#search_artist ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul li.artist_name {
	list-style: none;
	float: left;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
}
ul li.add_fav_artist {
	list-style: none;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#tab_clear {
	clear: both;
}

/*--==-- 20100303 /▲ ADD FAV_ARTIST /▲ --==--*/



/*--==-- 20100408 ▼/ セール情報 ▼/ --==--*/
.discount_info_list {
	color: #FF0000;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
.discount_info_detail {
	color: #FF0000;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
/*--==-- 20100408 /▲ セール情報 /▲ --==--*/




/*---------- ▼// 20100405 STOCK STAUS 追加 ▼// ----------*/
#stock_status_detail {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}
#stock_status_detail ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0px 0 0px 0;
}
#stock_status_detail ul li {
	font-size: 100%;
	line-height: 1.2;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#stock_status_detail ul li.stock {
	list-style: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
}
#stock_status_detail ul li.stock img {
	padding: 0;
	margin: 0;
}
#stock_status_detail ul li.sub_stock {
	color:#335C85;
	list-style: none;
	float: left;
	padding: 1px 0 0 0;
	margin: 0 5px 0 0;
}
#detail_addcart {
	float: left;
}
#detail_moreinfo {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#detail_moreinfo img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*-------------------------------*/
#stock_status_listing {
	padding: 0 0 0 0;
	margin: 2px 0 2px 0;
}
#stock_status_listing ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 3px 0 0px 0;
}
#stock_status_listing ul li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#stock_status_listing ul li.stock {
	list-style: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
}
#stock_status_listing ul li.sub_stock {
	color:#335C85;
	font-size: 100%;
	line-height: 1.2;
	list-style: none;
	float: left;
	padding: 1px 0 0 0;
	margin: 0 0 0 0;
}

/*-------------------------------*/
.tab_clear {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.tab_clear_clubt {
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*-------------------------------*/
#pos_code {
	color: #ffffff;
	font-size: 10px
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*---------- //▲ 20100405 STOCK STAUS 追加 //▲ ----------*/




/*---------- 20100601 ▼// FT SEARCH 追加 ▼// ----------*/

/* ===---=== /--------------------------------------/ ===---=== */
/* ===---=== /---------- ▼ FTSEARCH AREA ----------/ ===---=== */
#ftsearch_area {
	background: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#ftsearch_area ol {
	width: 630px;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
#ftsearch_area ol li#ftsearch_box {
	list-style: none;
	border-bottom: 1px solid #bbbbbb;
	list-style: none;
	padding: 6px 0 12px 0;
	margin: 0 0 3px 0px;
}
#ftsearch_title {
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	background: url( ../img/ft_point.gif) left top repeat-y;
	list-style: none;
	padding: 5px 0 5px 10px;
	margin: 0 0 7px 0;
}
#ftsearch_jk {
	width: 70px;
	float: left;
	line-height: 1.3;
	padding: 0 0 0 8px;
	margin: 0 0 0 0;
}
#ftsearch_jk img {
	width: 70px;
	height: 70px;
	border: 1px solid #aaaaaa;
	padding: 0;
	margin: 0;
}
/* ===---=== /---------- ▲ FTSEARCH AREA ----------/ ===---=== */
/* ===---=== /--------------------------------------/ ===---=== */



/* ===---=== /-----------------------------------/ ===---=== */
/* ===---=== /---------- ▼ GOODS ONLY ----------/ ===---=== */
#ftsearch_text {
	width: 530px;
	float: right;
	line-height: 1.3;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#ftsearch_text ul {
	list-style: none;
	padding: 0px 5px 5px 0;
	margin: 0 0 0 0;
}
#ftsearch_text ul li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#ftsearch_text ul li.goodsinfo {
	color: #999999;
	font-size: 11px;
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}
#ftsearch_text ul li.goodsinfo a:link {
	color: #999999;
	text-decoration: none;
}
#ftsearch_text ul li.goodsinfo a:visited {
	color: #999999;
	text-decoration: none;
}
#ftsearch_text ul li.goodsinfo a:hover {
	color: #00ff00;
	text-decoration: underline;
}
#ftsearch_text ul li.goodsinfo a:active {
	color: #00ff00;
	text-decoration: underline;
}

#ftsearch_text ul li.goodstext {
	color: #595959;
	font-size: 12px;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#ftsearch_text ul li.goodstext span {
	font-weight: bold;
}
#ftsearch_text ul li.goodstext span.hit_word1,span.hit_word6,span.hit_word11 {
	color: #101010;
	font-weight: bold;
	background-color: #ffff66;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text ul li.goodstext span.hit_word2,span.hit_word7,span.hit_word12 {
	color: #101010;
	font-weight: bold;
	background-color: #a0ffff;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text ul li.goodstext span.hit_word3,span.hit_word8,span.hit_word13 {
	color: #101010;
	font-weight: bold;
	background-color: #99ff99;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text ul li.goodstext span.hit_word4,span.hit_word9,span.hit_word14 {
	color: #101010;
	font-weight: bold;
	background-color: #ff9999;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text ul li.goodstext span.hit_word5,span.hit_word10,span.hit_word15 {
	color: #101010;
	font-weight: bold;
	background-color: #ff66ff;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}

/* ===---=== /---------- ▲ GOODS ONLY ----------/ ===---=== */
/* ===---=== /-----------------------------------/ ===---=== */



/* ===---=== /----------------------------------/ ===---=== */
/* ===---=== /---------- ▼ NEWS ONLY ----------/ ===---=== */
#ftsearch_text_news {
	width: 610px;
	float: left;
	line-height: 1.3;
	padding: 0 0 0 8px;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul {
	list-style: none;
	padding: 0px 5px 5px 0;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul li.newstext {
	color: #595959;
	font-size: 12px;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul li.newstext span {
	font-weight: bold;
}
#ftsearch_text_news ul li.newstext span.hit_word1,span.hit_word6,span.hit_word11 {
	color: #101010;
	font-weight: bold;
	background-color: #ffff66;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul li.newstext span.hit_word2,span.hit_word7,span.hit_word12 {
	color: #101010;
	font-weight: bold;
	background-color: #a0ffff;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul li.newstext span.hit_word3,span.hit_word8,span.hit_word13 {
	color: #101010;
	font-weight: bold;
	background-color: #99ff99;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul li.newstext span.hit_word4,span.hit_word9,span.hit_word14 {
	color: #101010;
	font-weight: bold;
	background-color: #ff9999;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}
#ftsearch_text_news ul li.newstext span.hit_word5,span.hit_word10,span.hit_word15 {
	color: #101010;
	font-weight: bold;
	background-color: #ff66ff;
	padding: 2px 2px 0 2px;
	margin: 0 0 0 0;
}

/* ===---=== /---------- ▲ NEWS ONLY ----------/ ===---=== */
/* ===---=== /----------------------------------/ ===---=== */
#header select {
	width:140px;
}

/*---------- 20100601 //▲ FT SEARCH 追加 //▲ ----------*/





/*---------- 20100715 ▼// ORDER RELATED GOODS 追加 ▼// ----------*/

/* ===---=== /--------------------------------------------/ ===---=== */
/* ===---=== /---------- ▼ ORDER RELATED GOODS ----------/ ===---=== */
#subinfo_title_head {
	width: 626px;
	height: 1px;
	font-size: 0px;
	line-height: 0;
	padding: 0;
	margin: 30px 0 0 0;
}
#subinfo_title_body {
	width: 626px;
	border-top: 1px dotted #cccccc;
	background: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#subinfo_title_body ul {
	list-style: none;
	padding: 8px 7px 3px 5px;
	margin: 0;
}
#subinfo_title_body ul li {
	color: #111111;
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ---------------------------------------------- */
#subinfo_title_body_used_title {
	width: 626px;
	background: url(/clubt/templates/img/detail/subinfo_title_body.gif) #cccccc top left no-repeat;
	text-align: left;
	padding: 0;
	margin: 0;
}
#subinfo_title_body_used_title ul {
	list-style: none;
	padding: 6px 7px 7px 20px;
	margin: 0;
}
#subinfo_title_body_used_title ul li {
	color: #dd0000;
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ---------------------------------------------- */
#subinfo_title_foot {
	width: 626px;
	height: 1px;
	font-size: 0px;
	line-height: 0;
	padding: 0;
	margin: 0 0 5px 0;
}

/* ------------------------------------------------------------ */
/* 商品移動スイッチ */
#related_goods_prev {
	width: 15px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/toprev.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    left: -14px;
    cursor: pointer;
}
#related_goods_prev.active {
	width: 15px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/toprev_over.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    left: -14px;
    cursor: pointer;
}
#related_goods_prev_loading {
	width: 15px;
	height: 85px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/toprev_loading.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    left: -14px;
}
#related_goods_prev_no {
	width: 15px;
	height: 85px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/toprev_no.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    left: -14px;
}
#related_goods_next {
	width: 15px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/tonext.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    right: -12px;
    cursor: pointer;
}
#related_goods_next.active {
	width: 15px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/tonext_over.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    right: -12px;
    cursor: pointer;
}
#related_goods_next_loading {
	width: 15px;
	height: 85px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/tonext_loading.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    right: -12px;
}
#related_goods_next_no {
	width: 15px;
	height: 85px;
	overflow: hidden;
	background: url(/clubt/templates/img/detail/tonext_no.gif) top left no-repeat;
    position: absolute;
    top: 32px;
    right: -12px;
}

/* ------------------------------------------------------------ */

#related_goods_area *{
    margin:0;
    padding:0;
}

#related_goods_area {
    width: 595px;
    height: 290px;
    padding: 0 0 0 5px;
	margin: 0 0 10px 15px;
    position: relative;
    word-wrap: break-word;
}

/* ------------------------------------------------------------ */
#related_goods_inner {
    width: 595px;
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0;
}
#related_goods_inner ul {
	float: left;
    display: inline;
}
/* ------------------------------------------------------------ */
#related_goods_inner ul.related_goods {
    width: 590px;
    padding: 10px 0 15px 5px;
    list-style-type: none;
    float: left;
}
#related_goods_inner ul.related_goods li{
	width: 110px;
    float: left;
    margin-right: 7px;
    display: inline;
}
#related_goods_inner ul.related_goods li img{
    border: none;
}
#related_goods_inner ul.related_goods li.pager{
    width: 585px;
	text-align: right;
	float: none;
	display: block;
	padding: 0 0 10px 0;
    margin-right: 10px;
}
/* ------------------------------------------------------------ */
#related_goods_inner ul.related_goods.active {
    width: 590px;
    padding: 10px 0 15px 5px;
    list-style-type: none;
    float: left;
}
#related_goods_inner ul.related_goods.active li{
	width: 110px;
    float: left;
    margin-right: 7px;
    display: inline;
}
#related_goods_inner ul.related_goods.active li img{
    border: none;
}
#related_goods_name {
	color: #223a70;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
	padding: 3px 0 3px 0;
    margin: 0;
}
#related_goods_name a:link {
	color: #223a70;
	font-weight: bold;
	text-decoration: none;
}
#related_goods_name a:visited {
	color: #223a70;
	font-weight: bold;
	text-decoration: none;
}
#related_goods_name a:hover {
	color: #00ff00;
	font-weight: bold;
	text-decoration: underline;
}
#related_goods_name a:active {
	color: #223a70;
	font-weight: bold;
	text-decoration: underline;
}
#related_goods_price {
	color: #666666;
	font-size: 90%;
	line-height: 1.2;
	border-top: 1px dotted #bbbbbb;
	padding: 5px 0 3px 0;
    margin: 0;
}
#related_goods_price_used {
	color: #666666;
	font-size: 90%;
	line-height: 1.2;
	border-top: 1px dotted #bbbbbb;
	padding: 5px 0 0 0;
    margin: 0;
}

#related_goods_inner ul.related_goods.active li.pager {
    width: 590px;
	background: none;
	border-bottom: 1px dotted #cccccc;
	text-align: right;
	display: inline;
	padding: 5px 0 7px 0;
    margin: 20px 0 3px 0;
}
#related_goods_inner ul.related_goods.active li.pager p {
	font-size: 10px;
	line-height: 1.1;
	text-align: right;
	padding: 0 5px 0 0;
    margin: 0;
}

#useditem_detail {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.related_goods li {
	font-family: "ＭＳ Ｐゴシック","Osaka","Verdana", ;
}

/* ===---=== /---------- ▲ ORDER RELATED GOODS ----------/ ===---=== */
/* ===---=== /--------------------------------------------/ ===---=== */

/*---------- 20100715 //▲ ORDER RELATED GOODS 追加 //▲ ----------*/





/*---------- 20110119 ▼// REFINE FORM 追加 ▼// ----------*/

/* ===---=== /--------------------------------------------/ ===---=== */
/* ===---=== /---------- ▼ REFINE FORM ----------/ ===---=== */
.refine form {
	margin: 0;
	padding: 0;
}

/* ===---=== /---------- ▲ REFINE FORM ----------/ ===---=== */
/* ===---=== /--------------------------------------------/ ===---=== */

/*---------- 20100715 //▲ REFINE FORM 追加 //▲ ----------*/





/*---------- 20110121 ▼// DETAIL PRIVILEGE COMMENT 追加 ▼// ----------*/

/* ===---=== /--------------------------------------------/ ===---=== */
/* ===---=== /---------- ▼ PRIVILEGE COMMENT ----------/ ===---=== */
#detail_privilege_comment {
	font-size: 90%;
	line-height: 16px;
	padding: 0;
	margin: 0 0 15px 0;
}

/* ===---=== /---------- ▲ PRIVILEGE COMMENT ----------/ ===---=== */
/* ===---=== /--------------------------------------------/ ===---=== */

/*---------- 20110121 //▲ DETAIL PRIVILEGE COMMENT 追加 //▲ ----------*/

