@charset "shift_jis";

/* 全体
---------------------------------------- */
html {
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	background: #FFF9E1 url(../images/body_back.jpg) center top repeat-y;
	/*border: 1px solid #555555;*/
}
body {
	position:relative;
	padding:0;
	filter:expression('');
	text-align: center;
	margin: 0 auto;
	margin-top:0px;margin-bottom:0px;
	/*background: #FFF9E1 url(../images/body_back.jpg) center top repeat-y;*/
	height:100%;
	width:100%;
	/*border: 1px solid #cc0000;*/
}
html>body{
height:auto;
}
#wrapper {
	position:relative;
	text-align: left;
	margin: 0 auto;
	height:100%;
	width: 1000px;
	color: #555;			/* 文字色：グレー */
}

/* ヘッダー
---------------------------------------- */
#fixed-header {
	position:fixed !important;
	_position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	padding: 0;
	width: 100%;
	background: #FFF9E1 url(../images/body_back.jpg) center top repeat-y;
	/*height: 67px;*/
	margin: 0 auto;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
	_left:expression(
		document.documentElement && document.documentElement.scrollLeft || 
		document.body && body.scrollLeft || 0
		+ 0 + 'px'
	);
	/*border: 0.1px solid #fff;*/
}
#fixed-header #center-header {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	/*overflow: hidden;*/
	border: 0.1px solid #fff;
}
#fixed-header .text {font-size: 10px}
#fixed-header table {color: #555;}
/** html #fixed-header table#tbl1 {position:relative; top:-48px;}
* html #fixed-header iframe{width:760px; height:48px}*/
/* メニュー
---------------------------------------- */
#fixed-menu {
	width: 150px;
	float: left;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	margin-top:67px;
}

#fixed-menu p{margin:0 0 2px 0;}

.text-space{padding:5px 0px 5px 17px;}

/*
#fixed-menu a:link {color:#555555; text-decoration:none;}
#fixed-menu a:visited {color:#555555; text-decoration:none;}
#fixed-menu a:hover {color:#FF6600; text-decoration:underline;}
*/
/* メインと右エリアを束ねるエリア
---------------------------------------- */
#scrol-right-area {
	float: right;
	width: 845px;
	position:relative;
}
/* メイン
---------------------------------------- */
#scrol-main {
	background:#FFF;
	float: left;
	margin-top:67px;
	z-index:1;
	width: 600px;
	padding: 0px;
	margin-left: 5px;
}

/* 右エリア
---------------------------------------- */
#scrol-right-info {
	position:absolute;
	background:#FFF;
	top:71px;
	left:610px;
	z-index:3;
	width: 200px;
	padding: 0px;
	margin-left: 20px;
}

/* ヘッダ
---------------------------------------- */
/* 基本(budget_setting,cancel,catalog,claim,confirm,direct,find,history,inquiry,member,original,point,return,shoping,thank_you) */
#header {
	padding-top:5px;
	padding-left:5px;
}
/* 画像(budget_setting,cancel,catalog,claim,confirm,direct,find,history,inquiry,member,original,point,return,shoping,thank_you) */
#header img {
	padding:0px;
	vertical-align:bottom;
}

/* 枠
-----------------------*/
/* 枠中部 */
#waku_area {
	clear: both;
	background: url(../images/common_waku_m.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}
/* 枠上部 */
#waku_title {
	background: url(../images/common_waku_t.gif) no-repeat;
	padding: 20px 10px 0px;
}
/* 枠下部  */
#waku_description {
	background: url(../images/common_waku_u.gif) no-repeat left bottom;
	padding: 5px 0px 10px;
	margin: 0;
}
/* 短い枠中部 */
#s_waku_area {
	clear: both;
	background: url(../images/common_s_waku_m.gif) repeat-y;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
/* 短い枠上部 */
#s_waku_title {
	background: url(../images/common_s_waku_t.gif) no-repeat;
	padding: 20px 10px 0px;
}
/* 短い枠下部  */
#s_waku_description {
	background: url(../images/common_s_waku_u.gif) no-repeat left bottom;
	padding: 5px 0px 10px;
	margin: 0;
}
/* タイトル
---------------------------------------- */
/* 基本 (budget_setting,cancel,catalog,change,confirm,direct,find,history,inquiry,member,original,point,return,shoping)*/
#title_budget_setting,#title_cancel,#title_catalog,#title_change,#title_claim,#title_confirm,#title_direct,#title_find,#title_history,#title_inquiry,#title_original,#title_point,#title_return,#title_shoping,#title_return,#title_member,#title_member2,#title_member3,#title_member4 {
	margin:10px 0px 0px;
	padding-bottom: 20px;
}
/* 画像設定(budget_setting.cancel,catalig,change,claim,confirm,direct,find,history,inquiry,member,original,point,return,shoping)  */
#title_budget_setting img,#title_cancel img,#title_catalig img,#title_change img,#title_claim img,#title_confirm img,#title_direct img,#title_find img,#title_history img,#title_inquiry img,#title_original img,#title_point img,#title_return img,#title_shoping img,#title_member img,#title_member2 img,#title_member3 img,#title_member4 img {
	float: left;
	vertical-align:bottom;
}
/* タイトル位置(budget_setting,cancel,catalig,change,claim,confirm,direct,history,inquiry,member,point,return,shoping)*/
#title_budget_setting h1,#title_catalig h1,#title_change h1,#title_direct h1,#title_member h1,#title_member2 h1,#title_member3 h1,#title_member4 h1 {
	margin:0;
	width:100%;
}
/* タイトル位置(find,original,direct)*/
#title_find h1,#title_original h1,#title_direct h1 {
	margin: 0;
	float: left;
	width: 469px;
}
/* タイトル位置(find,original,direct)*/
#title_cancel h1,#title_claim h1,#title_confirm h1,#title_history h1,#title_inquiry h1,#title_point h1,#title_return h1,#title_shoping h1 {
	margin: 0 0 15px;
	float: left;
	width: 469px;
}
/* キャプションリスト(budget_setting,member2)*/
#title_budget_setting ol,#title_member2 ol {
	margin:0px;
	width:590px;
	float: left;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
/* キャプションリスト(budget_setting,member2)*/
#title_budget_setting li,#title_member2 li {
	margin-bottom: 5px;
	list-style-type: none;
	text-align: left;
	line-height: 1.3em;
}
/* カートボタン(cancel,catalig,claim,confirm,direct,find,history,inquiry,original,return) */
#title_cancel a,#title_catalig a,#title_claim a,#title_confirm a,#title_direct a,#title_find a,#title_history a,#title_inquiry a,#title_original a,#title_return a {
	float: left;
	width: 117px;
	height:26px;
	vertical-align:top;
	text-indent:-9999px;
	display:block;
	background: url(../images/common_cart_bt.gif);
}
#title_direct a:hover,#title_find a:hover,#title_original a:hover{
	float: left;
	background: url(../images/common_cart_bt_on.gif);
}
/* キャプション(cancel,catalig,confirm,history,inquiry,return) */
#title_cancel p,#title_catalig p,#title_confirm p,#title_history p,#title_inquiry p,#title_return p {
	clear: both;
}
/* キャプション (direct,find,original)*/
#title_direct p,#title_find p,#title_original p {
	margin:0 0 10px 25px;
	width:530px;
	float: left;
	padding: 0px;
}
/* キャプション(member1,5) */
#title_member p {
	margin:0px;
	width:590px;
	float: left;
	color:#CC0000;	/* 文字色：赤 */
	font-size: 10px;
	padding-top: 5px;
	padding-left: 23px;
}
/* キャプション(member2) */
#title_member2 p {
	margin:0px;
	width:590px;
	float: left;
	padding-left: 10px;
}
/* キャプション(member3,4)  */
#title_member3 p {
	margin:0px;
	width:590px;
	float: left;
	color:#CC0000;	/* 文字色：赤 */
	font-size: 10px;
	padding-top: 20px;
	padding-left: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* キャプション(member6)  */
#title_member4 p {
	margin:0px;
	width:590px;
	float: left;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}
/* キャプション(shoping5,6,thank_you) */
#title_shoping p {
	margin:0px;
	width:590px;
	float: left;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 50px;
	font-weight: bold;
	color:#CC0000;	/* 文字色：赤 */
	padding-bottom: 10px;
}

/* ボタン(budget_setting,catalog,change3,change8,change9,claim,direct,find,member,return,shoping,thank_you)
---------------------------------------- */
/* ボタンエリア */
#bt_area {
	width:590px;
	margin:10px 0px 0px;
	float: left;
}
/* フッタ
---------------------------------------- */
/* 基本 */
#footer {
	float: left;
	margin:26px 0px 40px;
	padding:0px;
}
/* copyright */
#footer h5{
	text-align:center;
	width:590px;
	margin:0;
	padding:0;
	background-color:#E6E6E6;	/* 背景色：グレー */
	font-size:12px;		/* フォントサイズ：12px */
	padding: 0.4em 0.4em;
	font-weight:normal;
}
/* 共通
---------------------------------------- */
/* フォームサイズ設定 
-----------------------*/
.form_w20 {
	width: 20px;
}
.form_w40 {
	width: 40px;
}
.form_w50 {
	width: 50px;
}
.form_w60 {
	width: 60px;
}
.form_w80 {
	width: 80px;
}
.form_w90 {
	width: 90px;
}
.form_w106 {
	width: 106px;
}
.form_w120 {
	width: 120px;
}
.form_w140 {
	width: 140px;
}
.form_w160 {
	width: 160px;
}
.form_w200 {
	width: 200px;
}
.form_w220 {
	width: 220px;
}
.form_w270 {
	width: 270px;
}
.form_w300 {
	width: 300px;
}
.form_w350 {
	width: 350px;
}
.form_w420 {
	width: 420px;
}
.form_w510 {
	width: 510px;
}
.form_w520 {
	width: 520px;
}
.form_w590 {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
/* ボタン */
.botton_nomal {
	width:160px;
}

/* 文字色 */
span.white {
	color:#ffffff;	/* 文字色：白 */
}
span.red {
	color:#CC0000;	/* 文字色：赤 */
}
span.cha {
	color:#660033;	/* 文字色：茶 */
}
span.gray {
	color:#666666;	/* 文字色：グレー */
}
span.orange {
	color:#CC6600;	/* 文字色：オレンジ */
}                   
span.blue           
{                   
	color:#000099;  /*文字色 : 青 */
}
span.green           
{                   
	color:#090;  /*文字色 : 緑 */
}
span.b {
	font-weight: bold;
}
span.nomal {
	font-weight: normal;
}
/* テキスト位置 */
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
/* フォントサイズ */
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt18 {
	font-size: 18px;
}
.txt22 {
	font-size: 22px;
}
.txt24 {
	font-size: 24px;
}
.txt30 {
	font-size: 30px;
}

/* IMEコントロール */
.ime_active {
	ime-mode: active;	/* 初期値:日本語入力モード */
}
.ime_disable {
	ime-mode: disabled;	/* 英数字入力モード */
}
.ime_inactive {
	ime-mode: inactive;	/* 初期値:英数字入力モード */
}
.ime_auto {
	ime-mode: auto;		/* 自動 */
}
/* 行間 */
.lineheit13 {
	line-height: 1.3em;
}
.lineheit15 {
	line-height: 1.5em;
}
.lineheit18 {
	line-height: 1.8em;
}
/* フロート */
.float_r {
	float: right;
}
.float_l {
	float: left;
}
.float_no {
	float: none;
}
.float_cancell {
	clear: both;
}
/* OFF-LEFT(テキスト表示をページ外位置に配置) */
.nodisp {
	position: absolute;
	left: -999px;
	width: 990px;
}