@charset "SHIFT_JIS";

/*
	01. HELP BASIC
	02. TOP PAGE LAYOUT
	03. 2ND PAGE LAYOUT
	04. TEXT ELEMENTS
	05. STEP
	06. FAQ
	07. TABLE_PATTERN
	08. FREESTYLE PAGES
	09. ADDITIONAL CLASSES
*/


/*01. HELP BASIC
-------------------------------------------*/

/*contents area for help pages*/

#contentsHelp {
	background: #FFFFFF;
	width: 980px;
	margin:12px 0px 0px 0px;
	 border:1px solid #C00;
	}
		#contentsHelp:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
		}
		/*\*/
		* html #contentsHelp {
		height: 1em;
		overflow: visible;
		}
		/**/
		#contentsHelp{
		display:inline-table;
		}



/*全幅用ページタイトル*/

h1#help{
	background:url(../images/parts/pgs/ptbg.gif) repeat-x top left;
	padding:0px 0px 0px 0px;
	margin:0px;
	width:980px;
	height:40px;
	clear:both;
}

h1#help{
	background:url(../images/parts/pgs/privacy.gif) repeat-x top left;
	padding:0px 0px 0px 0px;
	margin:0px;
	width:980px;
	clear:both;
}


#contents #helpfull{
	text-align:left;
		float: left;
		width: 950px;
		border-style: none;
		padding:0px 15px 40px 15px !important;
		padding:0px 0px 40px 15px;
		font-size:1em;
}


/*02.TOP PAGE LAYOUT
-------------------------------------------*/
/*リード*/
div.firstLead{
	float:left;
	width:500px;
	font-weight:bold;
	color:#000000;
	margin:20px 0 0;
}

/*リード右検索エリアADD20091023*/
div.leadSearch{
	float:right;
	width:400px;
	margin:20px 0 0;
	text-align:right;
}

div.leadSearch input.faqsearch{
	width:248px;
	height:24px;
	font-size:1em;
}

/*左右フレーム*/
div#lefthelp{
	margin:20px 0px 20px 0px;
	width:688px;
	float:left;
}
div#righthelp{
	margin:20px 0px 20px 0px;
	width:230px;
	float:right;
}
/*左フレーム内左右ブロック*/
#lefthelp .helpMenuL{
	float:left;
	width:334px;
}
#lefthelp .helpMenuR{
	float:right;
	width:334px;
}

/*項目1ブロック*/
.helpBlock{
	margin:0px;
	padding:0px;
}

.helpBlock ul{
	margin:0px 0px 36px 13px;
	padding:0;
	list-style: none;
}

.helpBlock li{
	margin-right:4px;
	padding:4px 0 4px 0;
	border-bottom:1px dotted #CCC;
	font-weight:bold;
}
.helpBlock li.sub{
	margin-right:4px;
	margin-left:12px;
	border-bottom:1px dotted #CCC;
	font-weight:normal;
}

/*カテゴリタイトル*/
.subBeg{
	background:url(../images/sub_beginner.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subSrc{
	background:url(../images/sub_search.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subOrd{
	background:url(../images/sub_order.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subMbr{
	background:url(../images/sub_member.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subDel{
	background:url(../images/sub_delivery.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subCcl{
	background:url(../images/sub_cancel.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subPur{
	background:url(../images/sub_purchase.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subPS{
	background:url(../images/sub_privacy.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}
.subInfo{
	background:url(../images/sub_information.gif) no-repeat top left;
	margin:0px 0px 8px 0px;
	padding:0px;
	line-height:0.1em;
	font-size:6px;
	width:334px;
	height:33px;
	text-indent:-9999px;
	display:block;
}


/*よくあるご質問エリア*/
#qaMenu{
	background:url(../images/qabg.gif) repeat-y top left;
	width:230px;
	padding:0px;
}

#qaMenu:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
		}
		/*\*/
		* html #qaMenu {
		height: 1em;
		overflow: visible;
		}
		/**/
		#qaMenu{
		display:inline-table;
		}
#qahead{
	background:url(../images/qaheader.gif) no-repeat top left;
	width:230px;
	height:59px;
	padding:0px;
	text-indent:-9999px;
	display:block;
	font-size:1em;
	line-heihgt:0.1em;
}
#qabtm{
	background:url(../images/qabottom.gif) no-repeat top left;
	width:230px;
	heihgt:11px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	display:block;
	font-size:1em;
	line-heihgt:0.1em;
}
#qaMenu #FaQwrapper{
	padding:2px 0px 12px 25px;	
}

#qaMenu #FaQwrapper ul{
	list-style:none;
	margin:0;
	padding:0;
}


#qaMenu #FaQwrapper ul li a{
	background:url(../images/qicon.gif) no-repeat 0 2px;
	text-indent:0px !important;
	text-indent:0px;
	padding:0 0 12px 18px;
	height:12px;
}

#qaMenu #FaQwrapper02{
	padding:2px 0px 12px 25px;
        width:190px;	
}

#qaMenu #FaQwrapper02 ul{
	list-style:none;
	margin:0;
	padding:0;
}


#qaMenu #FaQwrapper02 ul li a{
	background:url(../images/qicon.gif) no-repeat 0 2px;
	text-indent:0px !important;
	text-indent:0px;
	padding:0 0 12px 18px;
	display:block;
}

/*03. 2ND PAGE LAYOUT
-------------------------------------------*/

/*カテゴリ見出し*/
#helpfull h2{
	background:url(../images/tt_base_f.gif) no-repeat top left;
	padding:10px 0px 0px 13px;
	margin:0px 0px 8px 0px;
	line-height:1em;
	font-weight:bold;
	width:950px;
	height:33px;
	vertical-align:middle;
	float:left;
	clear:both;
}

/*ナビエリア*/
#naviFrame{
	background:url(../images/navi_bg.gif) repeat-x top left;
	height:43px;
	padding:0 17px 0px 15px;
	margin-bottom:20px;
}

/*パンクズ*/
#naviFrame .brcrm{
	float:left;
	width:500px;
	padding:16px 0 0;
}

/*パンクズ右検索エリアADD20091023*/
div.leadSearchBrcm{
	float:right;
	width:400px;
	margin:0;
	padding:10px 0 0;
	text-align:right;
}

div.leadSearchBrcm input.faqsearch{
	width:248px;
	height:24px;
	font-size:1em;
}

#naviFrame .bkidx{
	float:right;
	/*width:150px;*/
	text-align:right;
}

.bkidx span.link_l{
	padding:0px;
	margin:0px;
	background: url(../images/parts/arrow_l.gif) no-repeat left top;
	text-indent: 20px;
	display:block;
	text-align:left;
	height:16px;
}


/*ヘルプ1ブロック分*/
.helpCnt{
	width:937px;
	padding-left:13px;
}


.helpCnt:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
		}
		/*\*/
		* html .helpCnt {
		height: 1em;
		overflow: visible;
		}
		/**/
		.helpCnt{
		display:inline-table;
		}
		

.helpCnt ol{
	margin:0px;
	padding-left:2em;
	padding-bottom:10px;
}

.helpCnt ol li{
	zoom: normal;
}

		
/*リード部分2分割*/
.areaLeft{
	margin:10px 0px 20px 0px;
	width:458px;
	float:left;
	margin-right:2px;
}

.areaRight{
	margin:10px 0px 20px 0px;
	width:460px;
	float:right;
}


/*インデントエリア*/
.indentFrameHlp{
	margin:0 0 16px 16px;
	
}

/*ページトップ*/
.pagetop{
	float:right;
	padding:0px;
	margin:20px 0px 16px 0px;
	background: url(../images/pagetop.gif) no-repeat left top;
	text-indent: 18px;
	display:block;
	text-align:left;
	height:15px;
	clear:both;
}


/*画像ミニ*/
.figmini{
	width:70px;
	float:left;
}

.cap{
	float:left;
}

/*04. TEXT ELEMENTS
------------------------------------------------------------*/
/*基本テキスト指定（1ブロック分）下20pxアキ（幅930px全幅）*/
.txtcontents{
	margin:0px 0px 20px 0px;
	width:930px;
	clear:both;
}

.txtcontents01{
	margin:5px 0px 5px 0px;
	width:920px;
	clear:both;
}

.txtcontents02{
	margin:0px 0px 20px 15px;
	width:850px;
	clear:both;
	line-height:125%;
	font-size:15px;
}

.txtcontents03{
	margin:0px 0px 0px 15px;
	width:850px;
	clear:both;
	line-height:125%;
	font-size:15px;
	color:#333333;
}

.txtcontents_ol{
	margin:0px 0px 5px 0px;
	width:930px;
	clear:both;
}


/*基本テキスト指定　下12pxアキ　（細かい段落区切りの場合）*/
.txtHlp{
	padding:0px 0px 12px 0px;
}
/*基本テキスト指定　テーブル内画像とテキストが上下にならぶ場合の下テキスト*/
.tbltxtfig{
padding:5px 0px 0px 0px;
}
/*基本テキスト指定　テーブル内画像とテキストが上下にならぶ場合の上テキスト*/
.tbltxtfig02{
padding:0px 0px 5px 0px;
}


/*基本画像指定*/
.figHlp{
	padding:6px 0px 16px 0px;
	text-align:center;
}

/*画像左側*/
.figLeft{
	padding:6px 0px 12px 0px;
	float:left;
}

/*画像右側*/
.figRight{
	padding:6px 0px 12px 0px;
	float:right;
}


/*見出し-大（色：青）*/
.titleHlpLrg{
	color:#333399;
	font-weight:bold;
	padding:12px 0px 8px 0px;
}

/*見出し-中（色：黒）*/
.titleHlpMlm{/*使用箇所あとで調べる*/
	font-weight:bold;
	padding:6px 0px 8px 0px;
}

/*見出し-小（色：グレー）*/
.titleHlpSml{
	font-weight:bold;
	padding:12px 0px 0px 0px;
	color:#666666;
}

/*見出し-中（色：黒）*/
.titleHlplist{
	font-weight:bold;
	padding:5px 0px 0px 10px;
}

/*注釈*/
/*注意度大*/
.titleHlpNote01{
	color:#990000;
	padding:0px 0px 6px 0px;
}

/*注意度中*/
.titleHlpNote02{
	color:#990000;
	padding:0px 0px 6px 0px;
	font-size:0.9em;
}

/*補足*/
/*補足重要度大*/
.titleHlpAdd01{
	color:#666666;
	padding:0px 0px 6px 0px;
}

/*補足重要度中*/
.titleHlpAdd02{
	color:#666666;
	padding:0px 0px 6px 0px;
	font-size:0.9em;
}

/*文章中赤文字*/
span.red{color:#CC0000;}

/*注意喚起文章*/
.caution{
	color:#660000;
	margin:12px 0 10px 0;
}

/*05. STEP
------------------------------------------------------------*/
/*ステップ*/
.stepbg{
	clear:both;
	margin-top:8px;
}

.stepCont{
	margin:12px 0px 28px 0px;
}

.stepCont:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
		}
		/*\*/
		* html .stepCont {
		height: 1em;
		overflow: visible;
		}
		/**/
		.stepCont{
		display:inline-table;
		}

/*ステップ項目でステップ画像が右側にある場合の左側のテキスト指定*/
.steptxt{
	float:left;
	width:210px;
	font-weight:bold;
}
/*ステップ項目でステップ画像が右側にある場合の画像指定*/
.stepfig{
	float:right;
	width:710px;
}

/*ステップ項目でステップ画像が左側にある場合の右側のテキスト指定*/
.steptxt_right{
	float:right;
	width:410px;
	font-size:14px;
	font-weight:bold;
        line-height:150%;
        color:#e60012;
        margin:10 0 0 5px;
}
/*ステップ項目でステップ画像が左側にある場合の画像指定*/
.stepfig_left{
	float:left;
	width:500px;
        margin:0 0 0 2px;
}

/*ステップ項目のリスト画像指定*/
.li_01{
	list-style-image:url(../images/list01.gif);
        list-style-position:outside;
}

.li_02{
	list-style-image:url(../images/list02.gif);
        list-style-position:outside;
}

.li_03{
	list-style-image:url(../images/list03.gif);
        list-style-position:outside;
}

.li_04{
	list-style-image:url(../images/list04.gif);
        list-style-position:outside;
}

.li_05{
	list-style-image:url(../images/list05.gif);
        list-style-position:outside;
}

.stepfig02{
	float:right;
        position:absolute;
        left:600px;
        top:510px;
}

.stepfig03{
	float:right;
        position:absolute;
        left:70px;
        top:550px;
}


/*06. FAQ
------------------------------------------------------------*/
/*FAQ質問ページ*/
.FAQFrm{/*これは共通*/
	width:935px;
	margin-bottom:32px !important;
	margin-bottom:0px;
	padding:6px 0 24px 0;
	clear:both;
}
.FAQTtl{
	color:#0066cc;
	font-weight:bold;
	float:left;
	width:210px;
}

.FAQQR{
	background: url(../images/qfrmicon.gif) no-repeat left top;
	float:right;
	width:710px;
	margin:5px 0px;
}

.FAQAR{
	background: url(../images/afrmicon.gif) no-repeat left top;
	float:right;
	width:710px;
	margin:5px 0px;
}

p.QTxt{
	float:right;
	width:680px;
	display:block;
	text-alignt:left;
	margin:0px 0px;
}

.dot{
	background: url(../images/dot.gif) repeat-x left top;
	width:935px;
	margin:8px 0 0px 0;
	clear:both;
}


/*FAQ答えページ*/
.question{
	background: url(../images/qfrmicon.gif) no-repeat left 3px;
	font-weight:bold;
	float:left;
	width:330px;
}
.question p.QTxt{
	float:right;
	width:310px;
	display:block;
	text-alignt:left;
	padding-top:5px;
}


.answer{
	background: url(../images/afrmicon.gif) no-repeat left top;
	float:right;
	width:585px;
	margin:5px 0px;
}

.answer p.ATxt{
	float:right;
	width:565px;
	display:block;
	text-alignt:left;
}


/*FAQリニューアル質問ページ*/
#renewal_wrapper{
	margin:0 20px;
	width:940px;
	height:300px;
	background:red;
}

#renewal_container{
	position:relative;
}

#renewal_primary{
	margin:20 0 10 0px;
	position:absolute;
	left:215px;
	width:470px;
	background:yellow;

}

#renewal_secondary{
	margin:20 0 10 0px;
	position:absolute;
	left:5px;
	width:200px;
	background:green;

}

#renewal_tertiary{
	margin:0 0 10 0px;
	position:absolute;
	left:695px;
	width:230px;
	background:blue;
}

.renewal_text{
	padding:5 0 5 10px;
	font-size:14px;
}


/*07. TABLE_PATTERN
-----------------------------------------------------*/
.table{
	margin-bottom:8px;
}

/*メディアフォーマット*/
table.mediaF{
	width:935px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

table.mediaF th{
	background-color:#EEEECC;
	padding:4px;
	border:1px solid #CCC;
}

table.mediaF th.tab01{
	width:90px;
}

table.mediaF th.tab02{
	width:206px;
}
table.mediaF th.tab03{
	width:192px;
}
table.mediaF th.tab04{
	width:800px;
}
table.mediaF th.tab05{
	width:350px;
}

table.mediaF th.tab06{
	width:585px;
}


table.mediaF td{
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #CCC;
}


/*質問アンド答え*/
table.qa{
        width:935px;
	border:1px solid #ffffff;
	background-color:#ccccff;
	border-collapse:collapse;
}


table.qa td.tab01{
	background-color:#FFFFFF;
	width:350px;
}


table.qa td.tab02{
	background-color:#FFFFFF;
	width:585px;


}


/*在庫状況*/
table.stock{
	width:935px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

table.stock th{
	background-color:#EEEECC;
	padding:4px;
	border:1px solid #CCC;
	width:226px;/*236*/
	text-align:left;
}

table.stock td{
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #CCC;
	width:690px;/*236*/
}


/*08.FREESTYLE PAGES
----------------------------------------*/
/*テンプレートフリーエリア静的ページ用*/

#freeTplWrapper{
	width:935px;
	margin:20px 0px 20px 0px;
}

/*テンプレートフリーエリア静的ページ小窓用*/
#freeTplWrapperSwin{
	width:576px;
	margin:20px 12px 20px 12px;
}



/*09. ADDITIONAL CLASSES
----------------------------------------*/


#hlpFrame{/* 改訂版未使用*/
	padding-left:13px;
	width:682px;
}


ul.list{
	list-style:none;
}

ul.list li{
	padding:4px 0px;
}

ul.cautionlist{
	list-style:none;
	border:1px solid #CCC;
	padding:6px;
}

ul.cautionlist li{
	padding:2px 0px;
	color:#333333;
}


/*静的ページのトピックス*/
#topics_wrapper {
         wigth:904px;
}


#topics_primary {
         position:absolute;
         left:10px;
         top:300px;
         wigth:184;
}


#topics_secondary {
         position:absolute;
         left:194px;
         top:300px;
         wigth:710px;
}
/*静的ページのゲーム機お問い合わせ*/
table.stock02{
	width:935px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

table.stock02 th{
	background-color:#EEEECC;
	padding:4px;
	border:1px solid #CCC;
	text-align:center;
}

table.stock02 td{
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #CCC;
}

.td_ad{
	text-align:center;
}

/*オトナ買い静的ページ*/
#otonagai_category{
        margin:20px 0px 0px 0px;
        float:left;
        width:240px;
}
#otonagai_50category{
        margin:50px 0px 0px 0px;
        float:left;
        width:680px;
}

.otonagai_tableline{
              border-collapse: collapse;
              border: 1px solid rgb(192,192,192);
}

.otonagai_50category_moji{
              font-size:13px;

}

.otonagai_td_right{
              text-align: right;
              padding:10px;
}


#box_top{
	background: url(../images/otonagai_bg_top.gif) no-repeat;
	width:230px;
	height:35px;
}

#box_middle{
	background: url(../images/otonagai_bg_middle.gif) repeat-y;
	width:230px;
}

#box_bottom{
	background: url(../images/otonagai_bg_bottom.gif) no-repeat;
	width:230px;
	height:10px;
	text-indent:-9999px;
}

.categorytitle_text{
	padding:5 0 0 15px;
	font-size:14px;
	font-weight:bold;
}

.category_text{
	padding:0 0 0 20px;
	font-size:14px;
	line-height:135%;
}

.otonagai_50category_text{
	text-align:right;
	padding:10 15 5 0px;
	font-size:13px;
}
/*静的ページのGW配送遅延*/
table.stock03{
	width:935px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	font-size:15px;
	line-height:125%;
}

table.stock03 th{
	padding:2 4px;
	border:1px solid #CCC;
	text-align:center;
}

table.stock03 td{
	padding:2 4px;
	border:1px solid #CCC;
}

.td_ad{
	text-align:center;
}

/*静的ページの年末年始配送遅延*/
table.stock04{
	width:935px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	font-size:15px;
	line-height:120%;
}

table.stock04 td{
	padding:2px 0px;
	border:1px solid #CCC;
}

/*ご利用ガイド画像位置*/
.guideimages{
	padding:0 0 0 15px;
}

/*検索のコツ*/
.header_image{
	margin-top:20px;
}

.search_text{
	margin:0px;
	padding:0 0 15 45px;
	font-size:14px;
	line-height:125%;
}

.pointindex_table {
	margin-top:15px;
	margin-bottom:5px;
	background-color:#F2F2F2;
}

.pointindex_text {
	padding:15 15 5 15px;
	font-size:16px;
	font-weight:bold;
}

.pointindex_text02 {
	margin:0px;
	padding:5 15 15 45px;
	font-size:15px;
	line-height:135%;
}

.pointindex_text03 {
	padding:5 10px;
	font-size:14px;
	line-height:135%;
}

.point_table {
	background: url(../images/search_point_bg.gif) no-repeat;
}

.point_table02 {
	margin:10 0 10 35px;
	border-collapse:collapse;
}

.tensakutable{
	margin:5 0 10 15px;
	border: 1px #999999 solid;
	border-collapse:collapse;
	color:#333333;
}

.tensakutable_td{
	border: 1px #999999 solid;
	color:#333333;
}

.tensakutable02{
	margin:5 0 10 25px;
	border-collapse:collapse;
	color:#333333;
}

.tensakutable_td02{
	color:#333333;
	background-color:#F4F4F4;
}

.search_text01{
	padding:3 10px;
	font-size:13px;
	line-height:125%;
}

.search_text02{
	margin:0px;
	padding:5 0 5 20px;
	font-size:12px;
	line-height:125%;
}

.search_text03{
	padding:10 5 5 10px;
	font-size:13px;
	line-height:125%;
	vertical-align:top;
}

.search_text04{
	padding:3 10px;
	font-size:13px;
	line-height:135%;
}

.search_text05{
	padding:3px;
	font-size:12px;
	line-height:135%;
}

.search_text06{
	padding:5 13px;
	font-size:18px;
	line-height:125%;
	color:#CC0000;
	font-weight:bold;
}


/*買取専用ダンボール*/
#scb_wrapper{
	margin:0 90px;
	background: url(../images/scb_bg.jpg) no-repeat;
	width:800px;
}

#scb_container{
	position:relative;
	width:100%;
}

.scb_btn01{
	padding:108 0 0 492px;
}

.scb_btn02{
	padding:10 0 0 492px;
}

.scb_tablelayout{
	padding:65 0 10 0px;
}

.scb_table{
	border-collapse:collapse;
	margin:10 10px;
}

.scb_tdtext_b{
	font-weight:bold;
	color:#ffffff;
	padding:5 0 5 0px;
	font-size:16px;
}

.scb_tdtext{
	color:#333333;
	padding:5px;
	font-size:14px;
	line-height:135%;
}

.scb_ul{
	padding:0 0 0 17px;
	margin:0px;
}

#scb_pagetop{
	text-align:right;
	padding:30px 0px 30px 0px;
}

/*タメシ買いリニューアルページ*/
#tameshigai_re_wrapper{
	text-align:left;
	margin:0 70 0 70px;
}

#tameshigai_re_container{
	position:relative;
	width:100%;
}

#tameshigai_re_header{
	text-align:left;
	margin:15 0 10 0px;
}

#tameshigai_re_bg_header01{
	background: url(../images/tameshigai_re_bg01_header.gif) no-repeat;
	width:840px;
	height:62px;
	margin:10 0 0 0px;
}

#tameshigai_re_bg_header02{
	background: url(../images/tameshigai_re_bg02_header.gif) no-repeat;
	width:840px;
	height:62px;
	margin:10 0 0 0px;
}

#tameshigai_re_bg_header03{
	background: url(../images/tameshigai_re_bg03_header.gif) no-repeat;
	width:840px;
	height:62px;
	margin:10 0 0 0px;
}

#tameshigai_re_bg_header04{
	background: url(../images/tameshigai_re_bg04_header.gif) no-repeat;
	width:840px;
	height:62px;
	margin:10 0 0 0px;
}

#tameshigai_re_bg_main{
	background: url(../images/tameshigai_re_bg_middle.gif) repeat-y;
	width:840px;
	margin:0 0 0 0px;
}

#tameshigai_re_bg_footer{
	background: url(../images/tameshigai_re_bg_footer.gif) no-repeat;
	width:840px;
	height:30px;
	text-indent:-9999px;
	margin:0 0 0 0px;
}

.tameshigai2_FAQQR{
	background: url(../images/qfrmicon.gif) no-repeat left top;
	float:left;
	margin:5 0 1 70px;
}

.tameshigai2_FAQAR{
	background: url(../images/afrmicon.gif) no-repeat left top;
	float:left;
	margin:3 0 15 70px;
}

.tameshigai2_QTxt{
	float:left;
	width:650px;
	text-alignt:left;
	margin:0 0 0 25px;
}

.tameshigai2_image{
	display:block;
	width:108px;
	height:139px;
	padding:0;
	margin:0;
	position:absolute;
	bottom:420px;
	left:655px;
	background:url(../images/tameshigai2_image04.gif)  no-repeat;
	text-indent:-9999px;
	background-position:0 0;
}

#naviFrametameshigai2{
	background:url(../images/navi_bg.gif) repeat-x top left;
	height:43px;
	padding:16px 17px 0px 28px;
}

#naviFrametameshigai2 .brcrm{
	float:left;
	width:770px;
}

#naviFrametameshigai2 .bkidx{
	float:right;
	/*width:150px;*/
	text-align:right;
}

.tameshigai2_endimage01{
	display:block;
	width:109px;
	height:119px;
	padding:0;
	margin:0;
	position:absolute;
	top:600px;
	left:600px;
	background:url(../images/tameshigai2_end.gif)  no-repeat;
	text-indent:-9999px;
	background-position:0 0;
}

.tameshigai_re_text{
	padding:5 0 10 75px;
	font-size:16px;
	width:740px;
	line-height:130%;
}

.tameshigai_re_text02{
	padding:5 0 10 75px;
	font-size:16px;
	width:740px;
	line-height:130%;
}

.tameshigai_re_text03{
	padding:5 0 5 0px;
	font-size:16px;
	text-align:center;
}

#tameshigai_pagetop{
	text-align:right;
	padding:30px 40px 30px 0px;
}

/*CSRページ*/
#csr_wrapper{
	margin:0 70px;
	width:840px;
}

#csr_container{
	position:relative;
	width:100%;
}

#csr_main{
	width:840px;
}

#csr_indextable{
	background: url(../images/csr_indexbg.gif) no-repeat;
	width:410px;
	height:320px;
}

#csr_indextable02{
	background: url(../images/csr_indexbg02.gif) no-repeat;
	width:410px;
	height:230px;
}

.padding_text{
	padding-top:10px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:10px;
}

.csr_indextext{
	font-size:13.5px;
	line-height:130%;
	letter-spacing:1px;
	padding-top:5px;
}

.csr_indextext02{
	font-size:15px;
	line-height:130%;
	letter-spacing:1px;
}

.csr_image{
	margin:15 0 30 0px;
}

#csr_su_table{
	background: url(../images/csr_image02.jpg) no-repeat;
	width:695px;
	height:210px;
}

#csr_vo_table{
	background: url(../images/csr_image03.jpg) no-repeat;
	width:695px;
	height:210px;
}

.csr_su_tabletext{
	font-size:16px;
	line-height:150%;
	letter-spacing:1.5px;
	padding-right:10px;
}

.csr_vo_tabletext{
	font-size:16px;
	line-height:150%;
	letter-spacing:1.5px;
	padding-left:20px;
}

.csr_table{
	border-collapse:collapse;
	border-color:#999999;
}

.csr_tabletext_b{
	font-size:18px;
	line-height:150%;
	padding:10 0 0 10px;
}

.csr_tabletext{
	font-size:14px;
	line-height:130%;
	letter-spacing:1.5px;
	padding:0 10px;
}

.csr_induiry{
	margin:15 0 0 30px;
}

.csr_induirytext_b{
	font-size:18px;
	letter-spacing:1.5px;
	padding:0 0 5 0px;
	font-weight:bold;
}

.csr_induirytext{
	font-size:16px;
	letter-spacing:1.5px;
	line-height:130%;
	padding:0 0 0 25px;
}

.csr_float{
	width:183px;
	float:right;
	margin-left:1em;
}

.csr_tablelayout{
	zoom: normal;
}

/*CSRページ参加企業の声*/
#csr_intromain{
	width:816px;
	margin:0 12px;

}

#csr_intro_bg_top01{
	background: url(../images/csr_comintro_top01.gif) no-repeat;
	width:816px;
	height:100px;
	margin:10 0 0 0px;
}

#csr_intro_bg_top02{
	background: url(../images/csr_comintro_top02.gif) no-repeat;
	width:816px;
	height:100px;
	margin:10 0 0 0px;
}

#csr_intro_bg_top03{
	background: url(../images/csr_comintro_top03.gif) no-repeat;
	width:816px;
	height:100px;
	margin:10 0 0 0px;
}

#csr_intro_bg_main{
	background: url(../images/csr_comintro_middle.gif) repeat-y;
	width:816px;
	margin:0 0 0 0px;
}

#csr_intro_bg_footer{
	background: url(../images/csr_comintro_bottom.gif) no-repeat;
	width:816px;
	height:60px;
	text-indent:-9999px;
	margin:0 0 0 0px;
}

.csr_intro{
	margin:0 0 0 65px;
	padding:5px 0;
}

.csr_intro_text01{
	padding:0 10px;
	font-size:13px;
	color:#333333;
	line-height:110%;
}

.csr_intro_text01b{
	padding:0 10px;
	font-size:15px;
	color:#333333;
	line-height:110%;
}

.csr_intro_text02{
	padding:7px 10px 0 12px;
	font-size:13px;
	color:#666666;
	line-height:105%;
}

.csr_intro_text03{
	padding:5px 5px 10px 5px;
	font-size:14px;
	width:670px;
	color:#333333;
	line-height:125%;
}

.csr_intro_ul{
	list-style-type:none;
	line-height:135%;
	margin:0px;
	padding:0px;
}

.csr_intro_li{
	background:url(../images/csr_comintro_icon.gif)
	left no-repeat;
	text-indent:17px;
	padding-top:2px;
}

/*CSR（ボランティア宅本便）ページ*/
.results{
	margin:20px 0 30px 0;
}

.results table{
	border-collapse:collapse;
	border: 1px solid #333333;
}

.results table td{
	border-collapse:collapse;
	border: 1px solid #666666;
	font-weight:bold;
}

.results_text{
	font-size:16px;
	text-align:center;
	padding:3 15px;
}

.results_text_num{
	font-size:36px;
	text-align:right;
	padding:3px 10px 3px 50px;
}

.results_box{
	border: 1px solid #666666;
	padding:15px 15px 9px 15px;;
	width:640px;
	margin:20px 0 0 100px;
}

.results_float{
	float:left;
	margin:0 15px 50px 0;
}

.results_text00{
	font-size:24px;
	margin:15px 10px 5px 10px;
	line-height:150%;
	font-weight:bold;
	border-bottom:1px solid #999999;
	padding;10px;
	width:820px;
}

.results_text01{
	font-size:16px;
	margin:5px 0;
	font-weight:bold;
}

.results_text02{
	font-size:14px;
	margin-bottom:3px;
	line-height:145%;
}

.vnm_text{
	font-size:20px;
	line-height:150%;
	font-weight:bold;
}

.v_text{
	font-size:14px;
	margin:5px 0px 0px 0;
	line-height:135%;
}

.v_flow{
	margin:30px 0 10px 40px;
	border:1px solid #999999;
	width:760px;
}

.v_flow_in{
	margin:30px;
}

.v_flow_text00{
	font-size:28px;
	line-height:135%;
	font-weight:bold;
}

.v_flow_text01{
	font-size:24px;
	line-height:135%;
	font-weight:bold;
	border-bottom:2px solid #999999;
	margin-top:20px;
}

/*高価買取リストページ*/
#buylist_wrapper{
	margin:0 100px;
	width:780px;
}

#buylist_container{
	position:relative;
	width:100%;
}

#buylist_main{
	width:780px;
}

.buylist_toptext{
	font-size:14px;
	padding:5 0px;
	text-align:right;
}

.buylist_headertext{
	font-size:15px;
	font-weight:bold;
	padding:5 0px;
	color:red;
}

.buylist_btntext{
	font-size:15px;
	padding:5 0px;
	color:#333333;
}

.buylist_table{
	border-collapse: collapse;
}

.buylist_text{
	font-size:14px;
	padding:35 5 0 9px;
	line-height:150%;
	font-weight:bold;
	color:#333333;
}

.buylist_textbox{
	border:1px solid #666666;
	padding:10px;
	line-height:130%;
	font-size:15px;
	color:#333333;
}

.buylist_textbox ul{
	margin:0px;
	padding-left:1.5em;
}

.buylist_textbox ul li{
	zoom:normal;
}


.buylist_text02{
	font-size:14px;
	padding:10 10 10 0px;
	line-height:150%;
}

.buylist_text_l{
	font-size:14px;
	padding:3 10px;
	line-heght:100%;
}

.buylist_text_r{
	font-size:14px;
	padding:3 10px;
	text-align:right;
	line-heght:100%;
}


/*100円ジャンルページ*/
#genreindex_wrapper{
	margin:0 50px;
	width:880px;
}

#genreindex_container{
	position:relative;
	width:100%;
}

#genreindex_main{
	width:880px;
}

#genreindex_table{
	margin:15 0 0 0px;
}

.genreindex_headertext{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding:10px 0;
	line-height:130%;
}

.genreindex_titletext{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding:10 0 0 5px;
}

.genreindex_text{
	font-size:14px;
	color:#333333;
	line-height:175%;
	padding:5 0 5 5px;
}

/*リニューアルガイドページ*/
#reguide_wrapper{
	margin:0 40px;
	width:900px;
	background-color:#FFFFFF;
	color:#333333;
}

#reguide_container{
	position:relative;
	width:100%;
}

#reguide_main{
	width:900px;
}

#reguide_index{
	background: url(../images/reguide_header.gif) no-repeat;
	width:900px;
	height:408px;
}

#reguide_btn{
	float:right;
	margin:30px 7px 0 0px;
	width:529px;
	height:41px;

}

#reguide_btn p{
	margin:0px 0px 5px 0;
}

.reguide_all{
	margin:0 0 5px 0px;
}

.reguide_midashi{
	background:url(../images/reguide_icon.gif) no-repeat;
	text-indent:42px !important;
	text-indent:42px;
	margin-top:5px;
	padding:9px 0px 2px 0;
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height:120%;
	height:39px;
}

.reguide_text_r{
	font-size:11.5px;
	text-align:right;
	padding:5 0 15 0px;
}

.reguide_text_l{
	font-size:15px;
	text-align:left;
	padding:10px 25px 0px 25px;
	line-height:130%;
}

.reguide_text_lr{
	font-size:15px;
	text-align:left;
	padding:10px 0px 0px 15px;
	line-height:130%;
}

.reguide_text{
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	font-size:15px;
	margin:20 30px;
	padding:15px;
	line-height:130%;
}

.reguideml_text_b{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:10px 0px;
}

.reguideml_text{
	font-size:14px;
	text-align:left;
	padding:5px 3px 10px 3px;
}

.reguideml_tbltext{
	font-size:14px;
	text-align:left;
	padding:3px 10px;
	border: 1px solid #666666;
	line-height:115%;
}

/*サイト再開受付フォーム*/
#resume_wrapper{
	margin:0 40px;
	width:900px;
	background-color:#FFFFFF;
	color:#333333;
}

#resume_container{
	position:relative;
	width:100%;
}

#resume_main{
	margin:30px 0 0px 100px;
	width:700px;
	background-color:#FFFFFF;

}

.resume_headertext{
	font-size:29px;
	padding:10 0 0 0px;
	font-weight:bold;
}

.resume_text_b{
	font-size:26px;
	padding:5 0 0 10px;
	font-weight:bold;
}

.resume_text{
	font-size:16px;
	padding:0 0 0 10px;
	line-height:130%;
}

.bolresumetable{
	background: url(../images/bolre_resumeform01.gif) no-repeat;
	width:600px;
	height:50px;
	padding:10px 0px;
	font-weight:bold;
	font-size:28px;
	color:#333333;
}

#bolresume_top{
	background: url(../images/bolre_resumeform_top.gif) no-repeat;
	width:545px;
	height:25px;
	margin-top:20px;
}

#bolresume_middle{
	background: url(../images/bolre_resumeform_middle.gif) repeat-y;
	width:545px;
}

#bolresume_bottom{
	background: url(../images/bolre_resumeform_bottom.gif) no-repeat;
	width:545px;
	height:10px;
	text-indent:-9999px;
	margin-bottom:20px;
}

.bolresume_text{
	padding:0px 0 5px 10px;
	font-size:16px;
}

.bolresume_text_b{
	padding:15px 0 10px 10px;
	font-weight:bold;
	font-size:42px;
}

.bolresume_text_bb{
	padding:10px 0px;
	font-weight:bold;
	font-size:36px;
}

#resume_footer {
	background: #FFFFFF;
	width: 980px;
	margin:0;
	padding:0px;
	line-height:2em;
	}

#resume_copyright {
width:980px;
color: #333;
text-align: right;
font-size:0.8em;
margin: 0;
padding: 5px 0;
line-height:1.2em;
	border-top: 1px solid #999999;
}

/*リニューアル後のCD DVD予約ページ*/
#newreserve_wrapper{
	margin:0 0 0 15px;
	text-align:left;
	width:950px;
}

#newreserve_container{
	position:relative;
	margin:10px 0;
	width:100%;
}

.nr_headertitle{
	margin:0px 0 0px 5px;
	padding:15px 0 0px 0;
	font-size:26px;
	text-align:left;
	font-weight:bold;

}

#nr_header{
	margin:15px 5px 0px 5px;
	padding:10px;
	font-size:16px;
	text-align:left;
	border:1px solid #999999;
}

.nr_daytext{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:firebrick;
	padding:5px 0 5px 10px;
}

.nr_tblline{
	border-collapse: collapse;
	margin:0 0 10px 5px;
	
}

.nr_tblline td{
	border-collapse: collapse;
}

.nr_title{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	vertical-align:middle;
}

.nr_text{
	font-size:13px;
	vertical-align:middle;
	line-height:125%;
	padding:5px 10px;

}

#nr_pagetop{
	text-align:right;
	padding:10px 0px;
}

/*高価買取リスト ジャンルのボタン*/
#buylist_gnavi01{
	width:770px;
	margin-top:20px;
}
.buylist_gnavi02{
	float:left;
	width:154px;
}

/*デマチメールページ*/
#demachi_wrapper{
	margin:0 90px;
	width:800px;
	background-color:#FFFFFF;
	color:#333333;
}

#demachi_container{
	position:relative;
	width:100%;
}

#demachi_main{
	width:800px;
}

.demachi_midashitext{
	font-size:16px;
	line-height:150%;
	padding:5px 0 10px 20px;
}

.demachi_text{
	font-size:15px;
	line-height:120%;
	padding:5px 20px 5px 25px;
}

.demachi_titletext{
	font-size:18px;
	font-weight:bold;
	padding:15px 0 5px 25px;
}

#demachi_top01{
	background: url(../images/demachi_bg_top01.gif) no-repeat;
	width:794px;
	height:45px;
	margin-top:20px;
}

#demachi_top02{
	background: url(../images/demachi_bg_top02.gif) no-repeat;
	width:794px;
	height:45px;
	margin-top:20px;
}

#demachi_top03{
	background: url(../images/demachi_bg_top03.gif) no-repeat;
	width:794px;
	height:45px;
	margin-top:20px;
}

#demachi_middle{
	background: url(../images/demachi_bg_middle.gif) repeat-y;
	width:794px;
}

#demachi_bottom{
	background: url(../images/demachi_bg_bottom.gif) no-repeat;
	width:794px;
	height:20px;
	text-indent:-9999px;
	margin-bottom:5px;
}

/*最新入荷リストページ*/
#nt_wrapper{
	margin:0px;
	padding:0px;
	text-align:left;
	width:980px;
}

#nt_container{
	position:relative;
	width:100%;
}

#nt_main{
	margin:0 0 0 40px;
	width:900px;
}


.nt-liprice{
	padding:0px 0 10px 10px;
}

.nt-ul{
	width:890px
}

.nt-li{
	width:445px;
	float:left;
	list-style-type:none;
	line-height:140%;
	font-size:14px;
}

.clear{
	clear:both;
} 

.daytext{
	margin:10px 0;
	font-size:16px;
	font-weight:bold;
	color:#392C24;
	text-align:center;
}

.headertext{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin:10px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#392C24;
	text-align:center;
	line-height:200%;
}

.atttext{
	margin:0px 0 10px 0;
	font-size:13px;
	font-weight:bold;
	color:#FF0099;
	text-align:center;
	line-height:125%;
}

.genretext{
	margin:10px 0;
	padding:7px 0;
	font-size:13px;
	text-align:center;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	width:900px;
}

.genretext02{
	margin:10px 0;
	padding:7px 0;
	font-size:13px;
	text-align:center;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	width:900px;
	line-height:140%;
}

.author-name{
font-size:11px;
}

.oldprice{
font-size:11px;
color:#FF0099;
font-weight:bold;
}

.genrettl{
	margin:10px;
	padding:2px 0px 2px 7px;
	font-size:15px;
	font-weight:bold;
	background-color:#f5f5f5;
	width:900px;
	line-height:140%;
	color:#666;
	border-bottom:1px solid #999;
	border-left:5px solid #999;
}

.genrename{
	margin:5px 0 5px 15px;
	font-size:13px;
	font-weight:bold;
	line-height:140%;
	color:#ff8c00;
}

/*20110702に追加：静的ﾍﾟｰｼﾞのパンくず　今後共通
-----------------------------------------------------*/
.page_navi{
	background:none repeat scroll 0 0 transparent;
	clear:none;important;
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.navi1{

}
.navi2{
	text-align:center;
	width:14px;
}
.navi3{

}
.navi4{
	width:240px;
}

/*20110702に追加：静的ﾍﾟｰｼﾞのﾍﾞｰｽ　今後共通
-----------------------------------------------------*/
#cp_wrapper{
	margin:0px;
	padding:0px;
	text-align:left;
	width:980px;
}

#cp_container{
	position:relative;
	width:100%;
}

#cp_main{
	margin:0px 0 0 100px;
	width:780px;
}

.cpname_tdtext{
	color:#333;
	padding:5 0px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.cp_tdtext{
	padding:5px;
	line-height:130%;
	font-size:14px;
	vertical-align:middle;
	color:#333333;
}

.cp_tdtextli{
	padding:5px;
	line-height:130%;
	font-size:14px;
	vertical-align:middle;
	color:#333333;
}

.cp_tdtextli ul{
	margin:0px;
	padding-left:1.5em;
}

.cp_tdtextli ul li{
	zoom:normal;
}

#cp_pagetop{
	text-align:right;
	padding:10px 0px;
}

/*ソフト10点以上買取ページ*/
.soft_text{
	margin:15px 0 0px 0;
	font-size:19px;
	line-height:150%;
	text-align:center;
}

.nagare_text{
	font-size:15px;
	font-weight:normal;
}

.j_Lbox{
	padding:20px 20px 0px 20px;
}

.j_Lbox dl{
	padding:5px 0;
}

.j_Lbox dt{
	font-size:20px;
	padding:5px 0 7px 20px;
	font-weight:bold;
}

.j_Lbox dd{
	color:#333333;
	font-size:15px;
	margin:0px;
}

.j_Lbox-ul{
	width:700px
}

.j_Lbox-li{
	width:350px;
	float:left;
	list-style-type:none;
	line-height:125%;
	font-weight:bold;
}


.j_Lboxtext{
	color:#333;
	font-size:22px;
	line-height:150%;
	border-bottom:2px solid #CCC;
	padding:0px;
	margin:0px;
}

.j_Lboxtext02{
	color:#333;
	font-size:14px;
	line-height:125%;
	padding:10px 0 0px 0px;
}

.takuhonbin_text{
	color:#333;
	font-size:13px;
	line-height:125%;
	padding:3px 10px 3px 5px;
	vertical-align:top;
}

.takuhonbin_text_b{
	color:#333;
	font-size:28px;
	line-height:135%;
	padding:15px 25px;
	border:10px solid #dcdcdc;
	margin:20px 10px;
}

#soft_intro_bg_top{
	background: url(../images/soft_bg_top.gif) no-repeat;
	width:780px;
	height:380px;
	margin:10 0 0 0px;
}

#soft_intro_bg_main{
	background: url(../images/soft_bg_middle.gif) repeat-y;
	width:780px;
	margin:0 0 0 0px;
}

#soft_intro_bg_footer{
	background: url(../images/soft_bg_bottom.gif) no-repeat;
	width:780px;
	height:25px;
	text-indent:-9999px;
	margin:0 0 30px 0px;
}

/*ソフト10点以上買取ページ 買取相場*/
.ten_sellprice{
	font-size:24px;
	line-height:150%;
	border-bottom:3px solid #666;
	vertical-align:bottom;
}

.ten_sellpricetext{
	font-size:15px;
	line-height:125%;
	padding:10px 0;
}

.j_box{
	border:1px solid #666;
	padding:5px 5px 15px 5px;
	margin:20px 10px 35px 10px;
}

.j_box dl{
	padding:5px 0 10px 0;
}

.j_box dt{
	font-size:20px;
	padding:5px 0 7px 20px;
	font-weight:bold;
}

.j_box dd{
	color:#333333;
	font-size:15px;
	margin:0px;
}

.ctgr_nmcd{
	margin-top:15px;
	padding:0 0 5px 0px;
	font-size:16px;
	color:#660066;
	font-weight:bold;
}

.ctgr_nmdv{
	margin-top:15px;
	padding:0 0 5px 0px;
	font-size:16px;
	color:#009900;
	font-weight:bold;
}

.ten_tbl{
	border:1px solid #666;
	border-collapse:collapse;
	font-size:14px;
}

.ten_itm{
	border:1px solid #666;
	border-collapse:collapse;
	padding:3px 0;
	text-align:center;
	background-color:#f5f5f5;
}

.ten_itm_nm{
	border:1px solid #666;
	border-collapse:collapse;
	padding:5px 0 5px 5px;
}

.ten_itm_no{
	border:1px solid #666;
	border-collapse:collapse;
	padding:5px 0px 5px 5px;
	font-size:13px;
}

.ten_itm_prc{
	border:1px solid #666;
	border-collapse:collapse;
	padding:5px 5px 5px 0px;
	text-align:right;
	font-weight:bold;
	color:red;
}

.ten_tbl_ttl{
	border:none;
	border-collapse:collapse;
	font-size:16px;
	margin-bottom:5px;
}

.ten_ttltext{
	border-collapse:collapse;
	padding:5px 0px 0 0;
	text-align:right;
}

.ten_ttltextbtn{
	font-size:12px;
	color:red;
}

.ten_ttlprc{
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px 5px 5px 0px;
	text-align:right;
	font-weight:bold;
	color:red;
	line-height:150%;
}

.ten_sellbtn{
	margin:15px 0 30px 0;
	text-align:center;
	color:red;
	line-height:140%;
	font-size:20px;
	font-weight:bold;
}