/* ▼共通▼ */
html, body{
    height:100%;
	margin: 0;
	padding: 0;
    text-align: center; 
}

#container{
	min-height:100%;
	height: auto !important;
	height:100%;
	position:relative;
}

#screen{
    width:800px;
	margin: 0 auto;
    text-align: left; 
	padding-bottom: 50px;
}

a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #FF9966;
}

p{
	margin:0px;
}

#header{
	position:relative;
	bottom:0;
	width:100%;
}

h1{
	font-size:12px;
	font-weight:900;
	color:#FFFFFF;
	padding:5px;
	margin:10px 0px;
	height:12px;
}

.clear{
	clear:both;
	margin-top:5px;
}

ul{
	margin:0px 5px;
	padding-left:0px;
	line-height:150%;
}

li{
	list-style-type:none;
	list-style-image:none;
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:5px;
	padding-left:4px;
	margin-right:4px;
	margin-bottom:5px;
}

.float_left{
	float:left;
}

/* ▲共通▲ */



/* ▼段組▼ */

#menu{
	width:800px;
	height:120px;
	margin:0px auto;
	margin-top:15px;
}

#title{
	width:800px;
	margin:0px auto;
	margin-top:3px;
	margin-bottom:12px;
}

#mainbody{
    width:800px;
	margin: 0 auto;
	padding-bottom: 30px;
    text-align: center;
    height:100%;
}

#leftbody{
	float:left;
	width:115px;
	margin:0 auto;
	height:100%;
}

#rightbody{
	float:left;
	width:685px;
	margin:0 auto;
	height:100%;
}

#footer{
    height:20px;
	width:800px;
    position:relative;
	bottom: 0;
}


/* ▼100A用▼ */
#rightbody1{
	float:left;
	width:685px;
	margin:0 auto;
	height:100%;
}

#rightbody2{
	float:left;
	width:685px;
	margin:0 auto;
	height:100%;
}

.header_brand{
	background-color:#D6D6D6;
	width:670px;
	height:15px;
	padding-top:10px;
	padding-left:0px;
	margin:0px auto;
	margin-top:10px;
}

.header_brand_text{
	font-size      :12px;
	font-family    :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color          :#000000;
	font-weight    :bold;
	text-align     :left;
	padding-top:0px;
	padding-left:5px;
}
/* ▲100A用▲ */


/* ▲段落▲ */



/* ▼レフトボディ▼ */

.sub_menu01{
	width:115px;
	height:420px;
	margin:0px auto;
}


/* ▲レフトボディ▲ */



/* ▼ライトボディ▼ */

/* ルールheader用 */
#rule_header{
	background-color:#D6D6D6;
	width:685px;
	height:20px;
	padding-top:0px;
	padding-left:0px;
}


/*料金画面リンクヘッダー用*/
.rule_header_text{
	font-size      :9px;
	font-family    :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color          :#4E4E4E;
	text-align     :left;
	padding-top:5px;
	padding-left:504px;
}


/*ブランドコンセプトの背景表示*/
/*#concept{
	background-color:#F5F5F5;
	width:685px;
	height:40px;
}*/

/*ブランドコンセプト説明文用*/
/*.concept_text{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:15px;
	padding-right:5px;
	line-height :150%;
	padding-top:8px;
}*/

/*サブタイトル*/
.sub_title1{
	font-size   :14px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight:bold;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:15px;
	padding-right:5px;
	line-height :150%;
	padding-top:8px;
	padding-bottom:10px;
}

/*サブサブメニュー*/
.sub_menu02{
	width:685px;
	height:32px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:0px;
}

/* 商品の段揃え */
.item{
    width:500px;
	margin-bottom:10px;
	height:auto;
}

/*ライン用*/
.item_line{
    background-image :url("../image/common_image/dot01.jpg");
	background-repeat:repeat-x;
	height:4px;
}

/*商品名*/
.item_name{
	font-size     :9px;
	font-family   :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight   :bold;
	color         :#4E4E4E;
	text-align    :center;
	height        :28px;
	vertical-align:text-top;
	line-height:100%;
}

/*価格*/
.item_price{
	font-size  :12px;
	font-family:ＭＳ Ｐゴシック, Osaka;
	color      :#4E4E4E;
	text-align:center;
}

/*SOLD OUT*/
.sold_out{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color:#FF0000;
	text-align:center;
}


/* 商品一覧表示用 */
.item1_ul{
	padding-left:0px;
	width:650px;
	height:208px;
	padding-top:18px;
	padding-bottom:20px;
	height: auto !important;
	height:100%;
}
	
/* 商品一覧表示用 */
.item1{
	width:120px;
	float:left;
}


/* ▲ライトボディ▲ */



/* ▼フッタ▼ */

/* ルールfooter用 */
#rule_footer{
	float:left;
    position:relative;
	background-color:#D6D6D6;
	width:800px;
	height:20px;
	margin:0 auto;
	margin-bottom:10px;
}


/*ページ内リンク用*/
.page_link{
	font-size      :12px;
	font-family    :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight    :bold;
	color          :#4E4E4E;
	text-align     :left;
	padding-top:2px;
	padding-left:5px;
}

#footer_01{
	float:left;
    position:relative;
	width:800px;
	border-top:#000066 solid 3px;
}

.footer_p{
    position:absolute;
	left:5px;
	margin:6px auto;
}

.footer_co01{
    position:absolute;
	right:433px;
	width:2px;
	margin:5px auto;
}

.footer_co02{
    position:absolute;
	right:384px;
	width:44px;
	margin:7px auto;
}
	
.footer_co03{
    position:absolute;
	right:377px;
	width:2px;
	margin:5px auto;
}

.footer_co04{
    position:absolute;
	right:328px;
	width:44px;
	margin:7px auto;
}

.footer_co05{
    position:absolute;
	right:321px;
	width:2px;
	margin:5px auto;
}

.footer_co06{
    position:absolute;
	right:215px;
	width:100px;
	margin:7px auto;
}

.footer_co07{
    position:absolute;
	right:209px;
	width:2px;
	margin:5px auto;
}

.footer_co08{
    position:absolute;
	right:69px;
	width:134px;
	margin:7px auto;
}

.footer_co09{
    position:absolute;
	right:69px;
	width:2px;
	margin:5px auto;
}

.footer_co10{
    position:absolute;
	right:8px;
	width:56px;
	margin:7px auto;
}

.footer_co11{
    position:absolute;
	right:0px;
	width:2px;
	margin:5px auto;
}


/* ▲フッタ▲ */














/*▼ ここより下は商品掲載詳細画面用のCSS ▼*/

/*ライン用*/
.online_store01{
    background-image :url("../image/common_image/dot01.jpg");
	background-repeat:repeat-x;
}

/*一覧画面：商品名用*/
.online_store02{
	font-size     :9px;
	font-family   :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight   :bold;
	color         :#4E4E4E;
	text-align    :center;
	height        :28px;
	vertical-align:text-top;
}

.online_store03{
	font-size  :12px;
	font-family:Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight:bold;
	color      :#4E4E4E;
	text-align :center;
}

/*一覧画面：価格表示用*/
.online_store04{
	font-size  :12px;
	font-family:ＭＳ Ｐゴシック, Osaka;
	color      :#4E4E4E;
	text-align :center;
}

.online_store05{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	padding-left:20px;
}

.online_store06{
	font-size  :12px;
	font-family:Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color      :#CC3300;
	font-weight:bold;
	text-align :center;
	/*background-color:#EBEBEB*/
}

/*一覧画面：今週のＰＩＣＵＰ商品の説明文用*/
.online_store07{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	padding-left:15px;
	color       :#4E4E4E;
	text-align  :justify;
	line-height :150%;
}

/*一覧画面：今週のＰＩＣＵＰ商品のカゴレジ文言用*/
.online_store08{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#FF9900;
	padding-left:15px;
}

/*一覧画面：今週のＰＩＣＵＰ商品の"coloer"タイトル用*/
.online_store09{
	font-size   :11px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	padding-left:10px;
	text-align  :right;
}

/*詳細画面：カゴレジ文言用*/
.online_store10{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#FF9900;
	text-align  :left;
	padding-left:10px;
}

/*一覧画面：今週のＰＩＣＵＰ商品の色タイトル,価格タイトル用
  詳細画面：色タイトル,サイズタイトル,価格タイトル用*/
.online_store11{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	padding-left:10px;
}

/*一覧画面：今週のＰＩＣＵＰの”カゴに入れる”用
  詳細画面：”カゴへ入れる”用*/
.online_store12{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	padding-left:10px;
	text-align  :center;
}

/*詳細画面：商品名用*/
.online_store13{
	font-size   :13px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:10px;
}

/*詳細画面：商品の説明文用*/
.online_store14{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:10px;
	text-align  :justify;
	line-height :150%;
}

/*一覧画面：今週のＰＩＣＵＰの価格用
  詳細画面：色名,価格用*/
.online_store15{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	padding-left:20px;
}

/*一覧画面：今週のＰＩＣＵＰのタイトル用*/
.online_store16{
	font-size       :12px;
	font-family     :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight     :bold;
	color           :#4E4E4E;
	text-align      :left;
	background-color:#EBEBEB;
	padding-left    :10px;
} 

/*一覧画面：今週のＰＩＣＵＰの商品名用*/
.online_store17{
	font-size  :12px;
	font-family:Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight:bold;
	color      :#4E4E4E;
	text-align :right;
}

.online_store18{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	padding-left:20px;
}

.online_store19{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align:center;
	
}

/*一覧画面：サイズ表タイトルのライン用
  詳細画面：サイズ表タイトルのライン用*/
.online_store20{
    background-image :url("../image/common_image/dot04.jpg");
	background-repeat:repeat-x;
	width            :150px;
}

/*一覧画面：サイズ表タイトル以外のライン用
  詳細画面：サイズ表タイトル以外のライン用*/
.online_store21{
    background-image :url("../image/common_image/dot05.jpg");
	background-repeat:repeat-x;
	width            :200px;
}

.online_store22{
	font-size  :9px;
	font-family:Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color      :#4E4E4E;
	text-align :center;
}

/*一覧画面：今週のＰＩＣＵＰ画面のカゴレジリスト用*/
.online_store23{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	padding-left:10px;
	text-align  :left;
}

/*詳細画面：カゴレジリスト用*/
.online_store24{
	font-size   :11px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	text-align  :left;
}

/*一覧画面：ページ内リンク用*/
.online_store25{
	font-size      :12px;
	font-family    :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight    :bold;
	color          :#4E4E4E;
	text-align     :left;
	text-decoration:none;
}

/*料金画面：タイトル用*/
.online_store26{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:10px;
} 

/*料金画面：項目タイトル用*/
.online_store27{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:10px;
} 

/*料金画面：項目用*/
.online_store28{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:10px;
	text-indent :0.5em;
} 

/*料金画面：項目タイトル用*/
.online_store29{
	font-size   :14px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	text-align  :left;
} 

/*一覧画面：料金画面リンク用*/
.online_store30{
	font-size      :9px;
	font-family    :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	/*font-weight    :bold;*/
	color          :#4E4E4E;
	text-align     :left;
	text-decoration:none;
}

/*詳細画面：文言・電話番号用*/
.online_store31{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#4E4E4E;
	text-align  :left;
}

/*一覧画面：SOLD OUT用*/
.online_store32{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color:#FF0000;
	text-align:center;
}

/*料金画面：1.お支払い方法文言1用*/
.online_store33{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	line-height :150%;
	padding-left:10px;
} 

/*料金画面：1.お支払い方法文言2用*/
.online_store34{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:25px;
	font-weight :bold;
} 

/*詳細画面：カゴレジ文言用*/
.online_store35{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#FF9900;
	text-align  :left;
	padding-left:12px;
	vertical-align:top;
}

/*ブランド名称用*/
.online_store36{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#000066;
	text-align  :left;
	padding-left:10px;
} 

/*ブランドコンセプト説明文用*/
.online_store37{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:15px;
	padding-right:5px;
	line-height :150%;
	vertical-align:text-top;
}

/*CD収録曲用*/
.online_store38{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:10px;
}

/*musicアーティスト説明文用*/
.online_store39{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:20px;
	text-align  :justify;
	line-height :150%;
}

/*サムネイルのリンク文字用*/
.online_store40{
	font-size   :12px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
}

/*詳細画面：商品の説明文のstyle説明用*/
.online_store41{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#FF0000;
	text-align  :left;
	padding-left:5px;
	padding-top :3px;
	text-align  :justify;
	line-height :120%;
}


/*詳細画面：商品の説明用そのニ*/
.online_store42{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-top :5px;
	text-align  :justify;
	line-height :150%;
}

/*詳細画面：商品の説明文のstyle説明用*/
.online_store43{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#FF0000;
	text-align  :left;
	padding-left:5px;
	padding-top :3px;
	text-align  :justify;
	line-height :150%;
}

/*詳細画面：採寸用(2007.03.30追加)*/
.online_store44{
	font-size   :10px;
	font-weight:bold;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
}

/*詳細画面：商品の説明文のメール・電話通販説明文用*/
.online_store45{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#FF0000;
	text-align  :left;
	padding-left:10px;
	padding-top :3px;
	text-align  :justify;
	line-height :120%;
	font-weight :bold;
}

/*掲載情報説明*/
.online_store46{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color:#009933;      
	text-align  :left;
	padding-left:5px;
	padding-top :2px;
	text-align  :justify;
	line-height :120%;
}

/*BLOG・STYLEリンクの際の太字表示用*/
.online_store47{
	font-size   :11px;
	font-weight:bold;
}

/*予約の際の注意事項の文言の太字表示用*/
.online_store48{
	font-size   :11px;
	font-weight:bold;
	color:#0000CC;
}

/*サイズの単位指定用（NEW Ver)*/
.online_store49{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :right;
	text-align:justify;
	background-color:#FFFFFF;
	/*padding-left:170px;*/
	padding-right:50PX;
	margin-bottom:0px;
}

/*詳細画面：カゴレジ文言用（NEW Ver)*/
.online_store50{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color       :#939393;
	text-align  :left;
	padding-left:10px;
}

/*詳細画面：カゴレジ文言用（NEW Ver)*/
.online_store51{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color:#939393;
	text-align  :left;
	padding-left:12px;
	vertical-align:top;
}

/*詳細画面：採寸用(NEW Ver)*/
.online_store52{
	font-size   :11px;
	font-weight:bold;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
}

/*詳細画面：コメントのstyle・BLOGリンク用(NEW Ver)*/
.online_store53{
	font-size   :9px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#939393;
	text-align  :left;
	padding-left:5px;
	padding-top :3px;
	text-align  :justify;
	line-height :120%;
}

/*詳細画面：商品のコメント用*/
.online_store54{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color       :#4E4E4E;
	text-align  :left;
	padding-left:24px;
	text-align  :justify;
	line-height :150%;
}





/*▼▼▼セール用▼▼▼*/


/*一覧画面：saleの今週のＰＩＣＵＰの価格用その１
  詳細画面：色名,価格用*/
.sale01{
	font-size      :13px;
	font-family    :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight    :bold;
	color          :#4E4E4E;
	padding-left   :0px;
	border         :2px;
	text-decoration:line-through;
}

/*一覧画面：saleの今週のＰＩＣＵＰの価格用その２
  詳細画面：色名,価格用*/
.sale02{
	font-size  :17px;
	font-family:Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight:bold;
	color      :#FF0000;
}













/*▲▲▲セール用▲▲▲*/







/*▼▼▼ 未使用 ▼▼▼*/
.online_store90{
	font-size       :14px;
	font-family     :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight     :bold;
	color           :#000066;
	text-align      :left;
	padding-left    :20px;
}

/* 付箋のレイアウト */
.online_store91{
	font-size       :14px;
	font-family     :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight     :bold;
	color           :#000066;
	background-color:#EBEBEB;
	border-left     :15px solid #000066;
	padding-top     :5px;
	padding-bottom  :5px;
	padding-left    :10px;
}

/*5周年記念アイテム注意事項文言用*/
.online_store92{
	font-size   :10px;
	font-family :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-weight :bold;
	color:#FF0000;
	text-align  :left;
	padding-left:10px;
}

/*画像の保存禁止用*/
online_store93{
    position:relative;
    width:450px;
    height:550px;
}

/*画像の保存禁止用*/
online_store94{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url("../image/common_image/spacer.gif");
}

/* 影をつける */
.online_store98{
    color      :#FF0000;
	text-shadow:#666666 4px 4px 5px;
}

/* 炎のレイアウト */
.online_store99{
	font-size     :15px;
	font-family   :Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	color         :#990000;
	text-align    :left;
	padding-left  :10px;
	vertical-align:text-top;
	filter:Glow(Color=#FF0000,Strength=2);
}


/*▲ ここより下は商品掲載詳細画面用のCSS ▲*/




