/* StockList Sytle Sheet */
/*******************************************************************************/
/* 現行ストックリスト定義  (一覧、詳細）                                       */
/*******************************************************************************/
BODY {
	BACKGROUND-COLOR: #ffffff
}
BODY {
	FONT-SIZE: 10px; COLOR: #000000
}
TD {
	FONT-SIZE: 10px; COLOR: #000000
}
.color1 {
	BACKGROUND-COLOR: #bbbbbb
}
.color1b {
	BACKGROUND-COLOR: #bbbbbb
}
.color2 {
	BACKGROUND-COLOR: #dddddd
}
.color3 {
	BACKGROUND-COLOR: #333333
}
.color4 {
	BACKGROUND-COLOR: #ffffff
}
.color5 {
	BACKGROUND-COLOR: #999999
}
.page {
	FONT-SIZE: 10px; COLOR: #000000; LINE-HEIGHT: 120%
}
.title {
	FONT-SIZE: 10px; COLOR: #ffffff; LINE-HEIGHT: 120%; BACKGROUND-COLOR: #777777
}
.dan {
	FONT-SIZE: 12px; COLOR: #ff0000; LINE-HEIGHT: 120%; BACKGROUND-COLOR: #bbbbbb
}
.photo {
	FONT-SIZE: 12px; COLOR: #ffffff; LINE-HEIGHT: 120%; BACKGROUND-COLOR: #555555
}
.link1:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link1:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link1:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link1:hover {
	COLOR: #00ffff; TEXT-DECORATION: underline
}
.link2:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link2:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link2:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link2:hover {
	COLOR: #00ffff; TEXT-DECORATION: underline
}
H1 {
	FONT-SIZE: 18px; MARGIN: 0px; BORDER-BOTTOM: #999999 2px solid; COLOR: #666666; LINE-HEIGHT: 20px
}
H2 {
	FONT-SIZE: 18px; MARGIN: 0px; COLOR: #666666; LINE-HEIGHT: 20px
}

/*******************************************************************************/
/* 新ストックリスト定義  （詳細画面）                                          */
/*******************************************************************************/
/*ページ背景色（追加）*/
.newbgcolor {
	BACKGROUND-COLOR: #FFFFFF
}
/*パンクズリスト*/
.pankuzu {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 5px;
	COLOR: #666666;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #f6f6f6;
	TEXT-ALIGN: left
}
/*フッター*/
.footer:link {
	TEXT-DECORATION: none
}
.footer:visited {
	TEXT-DECORATION: none
}
.footer:hover {
	TEXT-DECORATION: none
}
.footer:active {
	TEXT-DECORATION: none
}
.footer {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	LINE-HEIGHT: 110%
}

/*コピーライト*/
.copyrighttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.copyrighttxt:link {
	text-decoration: none;
	color: #000000;
}
.copyrighttxt:visited {
	text-decoration: none;
	color: #000000;
}
.copyrighttxt:hover {
	text-decoration: underline;
	color: #000000;
}
.copyrighttxt:active {
	text-decoration: underline;
	color: #000000;
}

/*テーブル*/
table {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 120%
}
/*ページ上部H1タグ（定義名変更）*/
.h1_head {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	MARGIN: 0px;
	COLOR: #333333
}
/*店舗情報領域*/
.shopdetail_table {
	background-color: #E5E5E5;
}
.shopdetail_img {
	border: 1px solid #FFFFFF;
}
.shopdetail_info_title {
	font-size: 11px;
	font-weight: normal;
	background-color: #E5E5E5;
	text-align: left;
	color: #333333;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.shopdetail_info_left {
	font-weight: normal;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}
.shopdetail_info_right {
	font-size: 11px;
	font-weight: normal;
	background-color: #F5F5F5;
	text-align: left;
	color: #333333;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.url:link {
	text-decoration: none;
	color: #333333;
}
.url:visited {
	text-decoration: none;
	color: #333333;
}
.url:hover {
	text-decoration: underline;
	color: #006699;
}
.url:active {
	text-decoration: underline;
	color: #006699;
}
/*詳細画面内H1タグ*/
.h1_stockdetail {
	FONT-SIZE: 16px;
	MARGIN: 0px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: 0px solid;
}
/*戻るリンク*/
.back_stockdetail {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.back_stockdetail:link {
	text-decoration: none;
	color: #333333;
}
.back_stockdetail:visited {
	text-decoration: none;
	color: #333333;
}
.back_stockdetail:hover {
	text-decoration: underline;
	color: #FF6600;
}
.back_stockdetail:active {
	text-decoration: underline;
	color: #FF6600;
}
/*詳細情報領域*/
.detail_info {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
.stockdetail_table_left {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #F7F5EE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.stockdetail_table_right {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.stockdetail_price {
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ECE9D8;
}
.stockdetail_price_s {
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.stockdetail_price_tx {
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ECE9D8;
}
.qrcode {
	border: 1px solid #E8E8E8;
}
.qrcode_tx {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-left: 10px;
}
.stockdetail_table_upper {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #F7F5EE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}.stockdetail_table_lower {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
.tag_stockdetail {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #ECE9D8;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.print_out_edge {
	border: 1px solid #336699;
}

/*******************************************************************************/
/* 新ストックリスト定義  （一覧画面）                                          */
/*******************************************************************************/
/*ボディー（追加）*/
.list_body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
}
.list_category {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.list_category:link {
	text-decoration: none;
	color: #FFFFFF;
}
.list_category:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.list_category:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.list_category:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.list_table_bg {
	background-color: #FFFFFF;
}
.list_bg_color1 {
	background-color: #F4F4F4;
}
.list_bg_color2 {
	background-color: #EEEEEE;
}
.list_tx {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}
.list_tx:link {
	text-decoration: none;
	color: #333333;
}
.list_tx:visited {
	text-decoration: none;
	color: #333333;
}
.list_tx:hover {
	text-decoration: underline;
	color: #333333;
}
.list_tx:active {
	text-decoration: underline;
	color: #333333;
}
.list_partition {
	background-color: #CCCCCC;
}
.found_number {
	font-size: 12px;
	line-height: 18px;
	color: #CC6666;
}
.list_page_number {
	font-size: 11px;
	color: #999999;
	background-color: #F1F1F1;
	text-align: center;
	line-height: 15px;
}
.list_page_number_focus {
	font-size: 11px;
	color: #CC6666;
	background-color: #DDDDDD;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}
.list_page_number:link {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
.list_page_number:visited {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
.list_page_number:hover {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}
.list_page_number:active {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}
.list_navi_table {
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	background-color: #F1F1F1;
}
form {
	margin: 0px;
}
.img_list_edge {
	border: 1px solid #CCCCCC;
}
.img_list_ph {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}
.img_list_free_comment {
	font-size: 11px;
	line-height: 15px;
	color: #CC0000;
	font-weight: bold;
}
.img_list_manen {
	font-size: 11px;
	line-height: 12px;
	color: #CC0000;
	text-align: right;
}
.img_list_manen2 {
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	padding-bottom: 3px;
	font-weight: normal;
}
.img_list_price {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.img_list_price2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.img_list_price3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.img_list_price:link {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price:visited {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price:hover {
	text-decoration: underline;
	color: #CC0000;
}
.img_list_price:active {
	text-decoration: underline;
	color: #CC0000;
}
.img_list_price3:link {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price3:visited {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price3:hover {
	text-decoration: underline;
	color: #CC0000;
}
.img_list_price3:active {
	text-decoration: underline;
	color: #CC0000;
}
.list_icon_new_e {
	background-image: url(/vcs_general/images/icon/stocklist_icon_new_e.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_j {
	background-image: url(/vcs_general/images/icon/stocklist_icon_new_j.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_pricedown_e {
	background-image: url(/vcs_general/images/icon/stocklist_icon_pricedown_e.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_pricedown_j {
	background-image: url(/vcs_general/images/icon/stocklist_icon_pricedown_j.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_baiyakuzumi_e {
	background-image: url(/vcs_general/images/icon/stocklist_icon_baiyakuzumi_e.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_baiyakuzumi_j {
	background-image: url(/vcs_general/images/icon/stocklist_icon_baiyakuzumi_j.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_shodanchu {
	background-image: url(/vcs_general/images/icon/stocklist_icon_shodanchu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* add by t.uchiumi@fip.fujitsu.com 2007.09.27 start ステータスアイコン追加 */
.list_icon_complete_car {
	background-image: url(/vcs_general/images/icon/complete_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_custom_car {
	background-image: url(/vcs_general/images/icon/custom_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_dealer_car {
	background-image: url(/vcs_general/images/icon/dealer_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_guarantee {
	background-image: url(/vcs_general/images/icon/guarantee.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_limited_car {
	background-image: url(/vcs_general/images/icon/limited_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_maker_guarantee {
	background-image: url(/vcs_general/images/icon/maker_guarantee.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_car {
	background-image: url(/vcs_general/images/icon/new_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_guarantee {
	background-image: url(/vcs_general/images/icon/new_guarantee.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_import {
	background-image: url(/vcs_general/images/icon/new_import.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_model {
	background-image: url(/vcs_general/images/icon/new_model.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_used {
	background-image: url(/vcs_general/images/icon/new_used.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_non_registration {
	background-image: url(/vcs_general/images/icon/non_registration.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_one_owner {
	background-image: url(/vcs_general/images/icon/one_owner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_rare_car {
	background-image: url(/vcs_general/images/icon/rare_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_show_car {
	background-image: url(/vcs_general/images/icon/show_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_u_car {
	background-image: url(/vcs_general/images/icon/u_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_used_car {
	background-image: url(/vcs_general/images/icon/used_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_vintage_car {
	background-image: url(/vcs_general/images/icon/vintage_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_with_record {
	background-image: url(/vcs_general/images/icon/with_record.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* add by t.uchiumi@fip.fujitsu.com 2007.09.27 end */

/* ステータスアイコン追加 2009.12.14 start */
.list_icon_campaign {
	background-image: url(/vcs_general/images/icon/stocklist_icon_campaign.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_fair {
	background-image: url(/vcs_general/images/icon/stocklist_icon_fair.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_genzei {
	background-image: url(/vcs_general/images/icon/stocklist_icon_genzei.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_hybrid {
	background-image: url(/vcs_general/images/icon/stocklist_icon_hybrid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_mishiyou {
	background-image: url(/vcs_general/images/icon/stocklist_icon_mishiyou.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_outlet {
	background-image: url(/vcs_general/images/icon/stocklist_icon_outlet.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_shitadori {
	background-image: url(/vcs_general/images/icon/stocklist_icon_shitadori.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ステータスアイコン追加 2009.12.14 end */

.footer_line {
	background-color: #666666;
}
select {
	font-size: 10px;
	line-height: 15px;
}

/*******************************************************************************/
/* 登録画像11枚以上のストックリスト定義  （詳細・サムネイル・拡大画像 画面）   */
/*******************************************************************************/

/* 詳細画面 */

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン１） */
#all_img01 {
	margin: 0px;
	height: 50px;
	width: 506px;
	display: block;
	/* background: url(/vcs_general/images/icon/bt_all_img01.gif) no-repeat center top; */
}
#all_img01 a:link {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img01_1.gif) no-repeat center top;
}
#all_img01 a:visited {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img01_1.gif) no-repeat center top;
}
#all_img01 a:active {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img01_2.gif) no-repeat center top;
}
#all_img01 a:hover {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img01_2.gif) no-repeat center top;
}

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン２） */
#all_img02 {
	margin: 0px;
	height: 50px;
	width: 203px;
	display: block;
	/* background: url(/vcs_general/images/icon/bt_all_img02.gif) no-repeat center top; */
}
#all_img02 a:link {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.0em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img02_1.gif) no-repeat center top;
}
#all_img02 a:visited {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.0em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img02_1.gif) no-repeat center top;
}
#all_img02 a:active {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
	letter-spacing: 0.0em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img02_2.gif) no-repeat center top;
}
#all_img02 a:hover {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
	letter-spacing: 0.0em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img02_2.gif) no-repeat center top;
}

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン３） */
#all_img03 {
	margin: 0px;
	height: 50px;
	width: 720px;
	display: block;
	/* background: url(/vcs_general/images/icon/bt_all_img03.gif) no-repeat center top; */
}
#all_img03 a:link {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img03_1.gif) no-repeat center top;
}
#all_img03 a:visited {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img03_1.gif) no-repeat center top;
}
#all_img03 a:active {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img03_2.gif) no-repeat center top;
}
#all_img03 a:hover {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img03_2.gif) no-repeat center top;
}

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン４） */
#all_img04 {
	margin: 0px;
	height: 50px;
	width: 266px;
	display: block;
	/* background: url(/vcs_general/images/icon/bt_all_img04.gif) no-repeat center top; */
}
#all_img04 a:link {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img04_1.gif) no-repeat center top;
}
#all_img04 a:visited {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img04_1.gif) no-repeat center top;
}
#all_img04 a:active {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img04_2.gif) no-repeat center top;
}
#all_img04 a:hover {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
	background: url(/vcs_general/images/icon/bt_all_img04_2.gif) no-repeat center top;
}


/* サムネイル・拡大画像 画面 */

/* サムネイルエリア */
#thumbnail {
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: center;
}

/* 拡大画像エリア */
#zoom_pic {
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 3px;
	margin-right: auto;
	text-align: center;
}

/* ツールバーエリア */
#toolbar {
	margin-top: 3px;
	margin-left: auto;
	margin-bottom: 3px;
	margin-right: auto;
	text-align: center;
}

/* 拡大画像画面 の写真の枠色 */
/* スライドショー再生時のドット抜け解消の為、写真の背景色は黒(#000000) */
.zoom_pic_border {
	border: 1px solid #999999;
	padding: 0px;
	background: #000000;
}

/* 拡大画像画面 のコメントテキストの色 */
.zoom_pic_tx {
	padding: 3px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

/* サムネイル画面 の写真の枠色 */
.zoom_ph_border {
	border: 1px solid #999999;
	padding: 1px;
}

/* サムネイル画面／拡大画像画面 の背景色 */
.zoom_base_bg {
	background: #FFFFFF;
}

/* サムネイル画面／拡大画像画面 のツールバー背景柄 */
.zoom_toolbar_bg {
	background: url(/vcs_general/images/icon/zoom_toolbar_bg.gif) repeat-x top;
}

/* サムネイル画面／拡大画像画面 のツールバー背景柄（左） */
.zoom_toolbar_bg_left {
	background: url(/vcs_general/images/icon/zoom_toolbar_bg_left.gif) no-repeat left top;
}

/* サムネイル画面／拡大画像画面 のツールバー背景柄（右） */
.zoom_toolbar_bg_right {
	background: url(/vcs_general/images/icon/zoom_toolbar_bg_right.gif) no-repeat right top;
}

/* サムネイル画面／拡大画像画面 のボタンエリア背景柄 */
.zoom_bt_area_bg {
	background: url(/vcs_general/images/icon/zoom_bt_area_bg.gif) repeat-x top;
}

/* サムネイル画面／拡大画像画面 のボタンエリア背景柄（左） */
.zoom_bt_area_bg_left {
	background: url(/vcs_general/images/icon/zoom_bt_area_bg_left.gif) no-repeat left top;
}

/* サムネイル画面／拡大画像画面 のボタンエリア背景柄（右） */
.zoom_bt_area_bg_right {
	background: url(/vcs_general/images/icon/zoom_bt_area_bg_right.gif) no-repeat right top;
}

/* サムネイル画面／拡大画像画面 のボタン（画像一覧に戻る） */
#bt_list {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_list a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list1.gif) no-repeat center top;
}
#bt_list a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list1.gif) no-repeat center top;
}
#bt_list a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list2.gif) no-repeat center top;
}
#bt_list a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（前の画像を見る） */
#bt_back {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_back a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back1.gif) no-repeat center top;
}
#bt_back a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 246x;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back1.gif) no-repeat center top;
}
#bt_back a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back2.gif) no-repeat center top;
}
#bt_back a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（スライドショーを再生する） */
#bt_play {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_play a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play1.gif) no-repeat center top;
}
#bt_play a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play1.gif) no-repeat center top;
}
#bt_play a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play2.gif) no-repeat center top;
}
#bt_play a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（スライドショーを停止する） */
#bt_stop {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_stop a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop1.gif) no-repeat center top;
}
#bt_stop a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop1.gif) no-repeat center top;
}
#bt_stop a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop2.gif) no-repeat center top;
}
#bt_stop a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（次の画像を見る） */
#bt_next {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_next a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next1.gif) no-repeat center top;
}
#bt_next a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next1.gif) no-repeat center top;
}
#bt_next a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next2.gif) no-repeat center top;
}
#bt_next a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（閉じる） */
#bt_close {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_close a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close1.gif) no-repeat center top;
}
#bt_close a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close1.gif) no-repeat center top;
}
#bt_close a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close2.gif) no-repeat center top;
}
#bt_close a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close2.gif) no-repeat center top;
}

