/* テーマ：rabonaオリジナル（参考CSS：ビューティー／ビューティー） */
/*--------------------------------------------------------------------
--------------------------------------------------------------------*/


body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	text-align:center;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	font-size: 0.84em;
	line-height:1.35;
	color:#333333;		/*←＠色*/
	background: url(../img/bg.gif) #F3F3F3;
}

/* 基本テーブル設定（固定）*/
table{ 
	border: 0px none;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse: collapse;
}

th {border: 0px none;margin:0px;padding:0px;border-collapse: collapse;vertical-align:top;}

td {border: 0px none;margin:0px;padding:0px;border-collapse: collapse;vertical-align:top;}

th {white-space:nowrap;} 

h1,h2,h3,h4 { /* 基本タイトル（固定）*/
	padding: 0px; 
	margin: 0px; 
	font-size: 100%;
	text-align:left;
}

/* 基本のリンク （固定）*/
a {/*左にガッーって点線の削除*/
/*\*/
   overflow: hidden;
/**/
}
a:		{text-decoration: none;}
a:link		{color: #CA0005; text-decoration: none; background-color: transparent;}
a:visited	{color: #CC809A; text-decoration: none; background-color: transparent;}
a:hover		{color: #FFBB06; text-decoration: underline; background-color: transparent;}

/* 基本のリスト （固定）*/
ul		{list-style-type: square; }
ul li		{list-style-type: none;}

/* イメージボーダー指定 */
img{ border:0;}

form {	padding: 0; display: inline;}

p{ line-height:150%; margin:5px 0px;padding:2px 0px;}	/*←＠必要か?*/

.clear_both { /* 画像の周り込み解除 */
	cleftlear: both; 
	font-size: 1px; 
	visibility: hidden; 
	overflow: hidden; 
	height: 1px; 
	text-align: center
}

.button1{ /* inputボタン設定 */
	cursor:hand;
	font-size:12px;
	color: #FFFFFF;
	background: #E10915;
	border: 1px solid #ffffff;
	border-top-color: #FF3769;
	border-left-color: #FF3769;
	border-bottom-color: #6F0E00;
	border-right-color: #6F0E00;
	font-weight:normal;
}

.text1 {border:1px solid #CCCCCC;}/* テキストエリアデザイン設定 */

.caution{ font-weight:bold; color:#CC0000;}/* エラーメッセージ */

.no2{font-size: 110%;} /* フォントズーム */

.strong{ font-weight:bold;}/* フォントボールド */

.red{color: #CC0000;} /* フォント赤 */
.orange{color: #FF9900;} /* フォントオレンジ */
.blue{color: #0000FF;} /* フォント青 */
.green{color: #CC0000;} /* フォント緑 */
.glay{color: #666666;} /* フォントグレー */

.item img{/* 商品画像枠  */ 
	height: auto;
	padding: 5px;
	margin: 0px;
	background: #FFFFFF;
	text-align:center;
}

.sidebox .item img{/* サイドの場合の指示  */ 
	width: 114px;
	height: 87px;
	padding: 3px;
}

.spacebox{/* スペース設定  */ 
	height: 50px;
}

/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-left:1px solid #C5BEBA;
	border-right:1px solid #C5BEBA;
	background: /* url(../img/container.gif) */ #ffffff;
}

/* マイページ、ポップアップ画面 */
#enter {
	width: 100%;
	text-align:left;
	background: /* url(../img/enter.gif) */ #ffffff;
	border:1px solid #9B9B9B;
}

/* ヘッダー */
#header{
	background-position: ;
	width: 100%;
	height:95px;
	background: url(../img/header.jpg) repeat-x;
}

.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding: 23px 0 0 0;
	margin: 0;
}

.shoplogo img{ /* サイトロゴブロック（表示なし） */
	/*display:none;*/
}

.siteName { /* サイト名 h1 （テキスト） */
	margin: 0px;
	padding:25px 10px 3px 20px;
	font-size:150%;
	display:none;
}
.siteName a { color: #333333;text-decoration: none;}
.siteName a:hover { color: #333333;text-decoration: underline;}


.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	padding: 0px 10px 2px 20px; 
	margin: 0px;
	color: #CC0000;
	line-height:120%;
	font-weight:normal;
	font-size:12px;
	display:none;
}

.sitecopy a {color: #CC0000;text-decoration: none;}
.sitecopy a:hover {color: #CC0000;text-decoration: none;}


/* ヘッダーメニュー */
#headMenu {
	width: 100%;
	height: 25px;
	background: url(../img/headmenu.jpg) repeat-x top left;
	margin-bottom:4px;
}

.headnavi { /* ヘッダーメニューテキスト */
	padding: 5px 20px 0px 20px;
	color: #FF006C;
	font-weight:normal;
	text-align:right;
	font-size:0.8em;
}

.headnavi a{
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.headnavi a:hover {
	color: #FFF871;
	text-decoration: underline;
}

.navi01 {/* ヘッダーメニューアイコン */
	background: url(../img/hnavi01.gif);
	background-position: 0 0.1em;
	background-repeat: no-repeat;
	height: 20px;
	padding-left:7px;
}

/* ヘッダー下装飾ライン */
.hline {
	border: 0px solid #FFFFFF;
	/*background: url(../img/hline.gif) no-repeat #B6A081;*/
}

/********************************************************************/

#leftSide { /* 左サイドtd */
	width: 170px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	vertical-align: top;
	/* background: url(../img/leftside.gif) ; */
}

#rightSide { /* 右サイドtd （3列）*/
	width: 170px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	vertical-align: top;
	/* background: url(../img/rightside.gif) ; */
}

#rightSide2 { /* 右サイドtd （3列 ブログ）*/
	width: 170px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	vertical-align: top;
	/* background: url(http://www.alegre06.com/img/rightside2.gif) ; */
}

#center1 { /* センター td （2列）*/
	width: 690px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	/* background: url(../img/center1.gif) ; */
}

#center2 { /* センターtd （3列）*/
	width: 520px;
	padding: 0px; 
	margin: 0px;
	vertical-align: top;
	/* background: url(../img/center2.gif) ; */
}

#center3 { /* センターtd （装飾用）*/
	vertical-align: top;
	width:100%;
	/* background: url(../img/center3.gif) ; */
}


.header_area { /* ヘッダのフリーエリア */
	text-align: left;
	width:auto;
	margin:0;
	padding:0;
}
.header_area p#head1 { /* ヘッダ用バナー上 */
	padding:0;
	margin:0;
	 background: url(http://www.alegre06.com/img/bnr070918_04.gif) no-repeat top #FFFFFF ;
	 height:106px;
	 text-indent: -9999px;
	 cursor:pointer;
}
.header_area p#head3 { /* ヘッダ用バナー下 */
	padding:0;
	margin:0;
	 background: url(http://www.alegre06.com/img/bnr071203_01.gif) no-repeat top #FFFFFF ;
	 height:115px;
	 text-indent: -9999px;
	 cursor:pointer;
}
.header_area p#head2 { /* ヘッダ用バナー上 */
	padding:0;
	margin:0;
	 background: url(http://www.alegre06.com/img/bnr_photo_con01.jpg) no-repeat top #FFFFFF ;
	 height:80px;
	 text-indent: -9999px;
	 cursor:pointer;
}


.footer_area { /* フッタのフリーエリア */
	text-align: left;
	width:auto;
	margin:0 auto;
	padding:0;
}
.footer_area p {
	margin:0;
	padding:0;
}

.sidebox { /* サイド用ブロック（幅設定） */
	padding: 0;
	margin: 0;
	/*background: url(http://www.alegre06.com/img/sidebox.jpg) ;*/
}

.centerbox { /* センター用ブロック（幅設定） */
	margin: 5px 5px;
	padding: 0;
	/* background: url(../img/centerbox.gif) ; */
	clear:both;
}
/*センターの小バナー*/
.smallbnr_l {
	float:left;
}
.smallbnr_r {
	float:right;
}

.center{ text-align:center;} /* センター */
.right{ text-align:right;} /* 左 */
.left{ text-align:left;} /* 右 */
.middle{ vertical-align:middle;}/* テキスト縦中央 */
.buttom{ vertical-align:buttom;}/* テキスト縦下 */
.float_right{ float:right;}
.float_left{ float:left;}

/********************************************************************/
/* 基本商品テキスト設定 */

.price{ /* 商品価格 */
	color: #CC0000;
	text-align:left;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size: 140%;
	font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align: left;
	color:#6D6D6D;
}
.expl a{color:#333333;	text-decoration:none;}
.expl a:hover{color:#333333;text-decoration:underline;}


.layout1 .goods{
	line-height:1.1;
}
.layout1 .goods{
	line-height:1.1;
}
.layout1 .expl{
	color:#747474;
}
.centerbox .goods{font-size:0.82em;}
.centerbox .price{font-size:0.80em;}
.centerbox .expl{font-size:0.80em;}
.mainCont .goods{font-size:1em;}
.mainCont .price{font-size:0.9em;}
.mainCont .expl{font-size:0.9em;}
.mainCont .layoutp3 .price{font-size:1.1em;font-weight:bold;}
.sidebox .goods{font-size:0.80em;font-weight:normal;}
.sidebox .price{font-size:0.78em;}
.sidebox .expl{font-size:0.78em;line-height:1.1;}

.layout1 .goods a{text-decoration:none;}
.layout1 .goods a:hover{text-decoration:underline;}

.layout1 img {border:1px solid #FFFFFF;}
.layout1 img:hover {border:1px solid #E4E4E4;}
.layout1 .rank img {border:0px solid #FFFFFF;}
.layout1 .rank img:hover {border:0px solid #FFFFFF;}
.layout1:hover {background: url(../img/layout1.gif) ;}


.fixed{ /* 商品定価 */
	font-weight:bold;
	font-size: 120%;
	text-decoration:line-through;
	color: #336699;
	text-align:left;
}

/* 商品名 （商品一覧）*/
h2.goods a		{color:#CC0000; font-weight:bold;text-decoration:underline;}
h2.goods a:link		{color:#CA0005; text-decoration:underline; background-color: transparent;}
h2.goods a:visited	{color:#CC809A; text-decoration:underline; background-color: transparent;}
h2.goods a:hover	{color:#F99900; text-decoration:underline;}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin: 0px ;
	margin-top:12px;
	padding:0px;
}

.topIMG td{
	margin: 0px;
	padding:0px;
	background: #FFFFFF;
}

.shopCopy { /* サイト説明 */
	font-size:0.9em;
	line-height:1.3;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	color:#A60000;
	font-weight:normal;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding: 19px 0px 0px 37px;
	margin: 0px;
	color:#CC0000;
	width: auto;
	height:23px;
	background: url(../img/title_bar01.jpg) repeat; 
	line-height:100%;
	font-size:100%;
	vertical-align:middle;
}

.title1{ /* タイトル1 h3 */
	padding: 19px 0px 0px 37px;
	margin: 0px;
	color:#CC0000;
	width: auto;
	height:23px;
	background: url(../img/title_bar01.jpg) repeat; 
	line-height:100%;
	font-size:100%;
	vertical-align:middle;
}
.title1 a{
	color:#CC0000;
	text-decoration:underline;
}
.title1 a:hover{
	color:#7D1000;
	text-decoration:none;
}

.title2{ /* タイトル2 h3 */
	padding: 16px 0px 0px 28px;
	margin: 0px;
	width: auto;
	color:#CC0000;
	height:23px;
	background: url(../img/title_bar02.jpg) repeat;
	line-height:100%;
	font-size:100%;
	vertical-align:middle;
}
.title2 a{color:#CC0000;text-decoration:none;}
.title2 a:hover{color:#333333;text-decoration:underline;}

.title3{ /* タイトル3 h3 */
	padding: 16px 0px 0px 28px;
	margin: 0px;
	width: auto;
	color:#CC0000;
	height:23px;
	background: url(../img/title_bar02.jpg) repeat;
	line-height:100%;
	font-size:100%;
	vertical-align:middle;
}


.rank{/* ランキングアイコン */
        text-align: left;
}

.mainCont { /* メインコンテンツ */

	padding: 10px 0; 
	margin: 0px; 
	width: auto; 
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#FFFFFF;
	/* background: url(../img/maincont.jpg) ; */
}

.contbox { /* メインコンテンツ内項目ボックス*/
	padding: 10px 0px; 
	margin: 0px; 
	width: auto; 
}


ul.news{ /* 最新情報リスト設定 */
	text-align: left;
	padding: 0px 0px 0px 12px;
	margin:0px;
	list-style-type:none;
	color: #666666;
}

li.p3{padding: 3px;}

ul.free_list{ /* リスト設定 */
	text-align: left;
	padding: 5px 10px;
	margin:0px;
	list-style:square;
	color: #333333;
}

ul.list{ /* リスト設定 */
	text-align: left;
	padding: 5px 10px;
	margin:0px;
	list-style:square;
	color: #333333;
}

ul.map{ /* サイトマップリスト設定 */
	font-size:100%;
	text-align: left;
	padding: 0px 20px;
	margin:0px;
	color: #FF3366;
}
li.sm1 { margin: 4px ; display: block;}
li.sm2 { margin: 0px 0px 0px -35px; display: block;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	font-size:100%;
	padding: 5px 25px;
	color: #333333;
	background: url(../img/icon_sitemap.gif) no-repeat ;
	background-position: left center;
}


/* テーブル余白設定  （固定） */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}

.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #999999;}

.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #999999;}
.bordlayoutp3 td { padding:3px;border:1px solid #999999;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#FFCCCC;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF; vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#FFCCCC;padding:10px 0px;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin: 0px 0px 10px 0px;
	padding: 1px;
	width: 99%;
	background:#FFFFFF;
	/* background: url(../img/layoutframe.gif) ; */
}
.layoutFrame td{
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin: 3px 0;
	padding: 3px;
	/* background: url(../img/layout1.gif) ; */
}
.sidebox .layout1{ /* サイドコンテンツはボーダーあり */
	border:1px solid #E0E0E0;
}
.layout1 td{
	margin: 0px;
	padding: 3px;
	text-align: center;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin: 0px;
	padding: 3px 15px;
	color: #888888;
	text-align:left;
	background:#FFFFFF;
}
#bread a { color: #7D7D7D;text-decoration:underline; }
#bread a:link { 
	text-decoration:underline; 
}
#bread a:hover { 
	text-decoration:underline; 
	color: #FFB402; 
}

h4.title{
	font-size:110%;
	margin: 5px 0px; 	
	padding: 2px 0px;
	color: #CC0000;
	border-bottom:1px solid;
}

.mainFrame{ /* メイン大枠 */
	margin: 0px;
	padding: 5px;
	background: #E3E3E3;
	background: url(../img/mainframe.gif) ;
	border:1px #E3E3E3 solid;
}

p.title	{ margin: 3px 0px; 	
	padding: 2px 0px;
	color: #669933;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent{ /* 新規登録 h4 */
	font-size:110%;
	padding: 12px 0px 0px 105px;
	background: url(../img/icon_mailmag_ent.gif) no-repeat;
	height:40px;
}

.mailmag_cha{ /* アドレス変更 h4 */
	font-size:110%;
	padding: 12px 0px 0px 105px;
	background: url(../img/icon_mailmag_cha.gif) no-repeat;
	height:40px;
}

.mailmag_can{ /* 配信解除 h4 */
	font-size:110%;
	padding: 12px 0px 0px 105px;
	background: url(../img/icon_mailmag_can.gif) no-repeat;
	height:40px;
}

#sortList{ /* ソート */
	margin: 0px;
	padding: 10px 3px 5px 3px;
	width: auto;
	color:#333333;
	float: right;
}

.pageTop { /* ページトップ */
	padding: 3px 5px 0px 21px;
	margin:10px 5px;
	background-image: url(../img/icon_top.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	font-size:0.9em;
	font-weight:bold;
	float: right;
}
.pageTop a{ color:#CC0000;text-decoration: none;}
.pageTop a:hover{ color:#CC0000;text-decoration: none;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding: 0px;
	margin: 0px;
	width: auto;
	background:url(../img/footer.jpg)  repeat-x top left;
	height: 65px;
	text-align:center;
	margin-top:5px;
	margin-bottom:20px;
}

.footnavi { /*フッターメニューテキスト設定*/
	padding: 10px 0px 5px 0px;
	color: #BDBBBB;
}
.footnavi a{ 
	color: #F7A000;
	text-decoration: underline;
	font-weight:normal;
}
.footnavi a:hover { color: #EA4100;text-decoration: underline; }

#copyright { /* コピーライト */
	padding: 5px 0 5px 0;
	margin: 0px;
	width: auto;
	height: 15px;
	color: #F7A000;
	font-size:0.8em;
	text-align:center;
	/* background: url(../img/copyright.gif) ; */
}
/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding: 19px 5px 0 5px; 
	margin: 0px;
	width: auto;
	height:80px;
	background: url(../img/search_img01.jpg) no-repeat;
}

#search label{
	padding: 0px;
	margin: 0px;
	padding-left:5px;
	color:#E10915;
	font-size:100%;
	font-weight:bold;
}

#search .text1{
	border:1px #DF0D1D solid;
}

#search .button1:hover{
	color:#FAFF2F;
}


.fieldarea{padding:5px 0px 5px 0px; virtical-align:center;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding: 0;	
	display: block;
	line-height:1.3em;
	/* background: url(../img/list.gif) ; */
}

.list h3 { /* タイトル */
	padding: 5px 5px;
	margin: 0px; 
}

ul.free_listbox{
	text-align: left;
	padding: 0px;
	margin:0px;
	list-style:none;
}

ul.listbox{
	text-align: left;
	padding: 0px;
	margin:0px;
	list-style:none;
}

li.ca1 a:visited, 
li.ca2 a:visited, 
li.ca3 a:visited, 
li.ca4 a:visited {color:#AA7D7E;}

li.ca1 {
	margin: 0px;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #EDE9E2 solid;
}
li.ca2 {
	margin: 0px;
	border-bottom: 1px #FCF7EF solid;
}

li.ca1 a{
	padding: 2px 3px 2px 20px;
	display: block; 
	color:#E10915;
	font-weight: bold;
	text-decoration: none; 
	background: url(../img/icon_eye01.gif) no-repeat #FFD993;
	background-position: 5px 0.1em;
}
li.ca1 a:visited {background: url(../img/icon_eye01.gif) no-repeat #FFD993;}
li.ca1 a:hover{
	color:#FFE8F1;
	font-weight: bold;
	text-decoration: underline;
	background: url(../img/icon_eye01_ov.gif) no-repeat #FFA620;
	background-position: 5px 0.1em;
}

li.ca2 a{
	padding: 1px 3px 1px 25px;
	display: block;
	font-size:0.8em;
	color:#E10915;
	text-decoration: none;
	background: url(../img/icon_eye02.gif) no-repeat #FFEAB0;
	background-position: 5px 0;
}
li.ca2 a:visited {background: url(../img/icon_eye02.gif) no-repeat #FFEAB0;}
li.ca2 a:hover{
	color:#FFE8F1;
	font-weight: normal;
	text-decoration: underline;
	background: url(../img/icon_eye02_ov.gif) no-repeat #FFA620;
	background-position: 5px 0;
}

li.ca3 {
	margin: 0px;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #EDE9E2 solid;
}

li.ca3 a{
	padding: 2px 3px 2px 20px;
	display: block; 
	color:#E10915;
	font-weight: bold;
	text-decoration: none; 
	background: url(../img/icon_eye01.gif) no-repeat #FFD993;
	background-position: 5px 0.1em;
}
li.ca3 a:visited {background: url(../img/icon_eye02_ov.gif) no-repeat #FFA620;}
li.ca3 a:hover{
	color:#FFE8F1;
	font-weight: bold;
	text-decoration: underline;
	background: url(../img/icon_eye01_ov.gif) no-repeat #FFA620;
	background-position: 5px 0.1em;
}

li.ca4 {
	margin: 0px;
	border-bottom: 1px #FCF2EF solid;
}

li.ca4 a{
	padding: 1px 3px 1px 25px;
	display: block;
	font-size:0.8em;
	color:#E10915;
	text-decoration: none;
	background: url(../img/icon_eye02.gif) no-repeat #FFEAB0;
	background-position: 5px 0;
}
li.ca4 a:visited {background: url(../img/icon_eye02.gif) no-repeat #FFEAB0;}
li.ca4 a:hover{
	color:#FFE8F1;
	font-weight: normal;
	text-decoration: underline;
	background: url(../img/icon_eye02_ov.gif) no-repeat #FFA620;
	background-position: 5px 0;
}

.sline1 { /* サイドバー下ライン */
	padding: 0px;
	margin: 0px;
	height: 15px;
	/*background-color: #FFFFFF;*/
	background: url(../img/sline1.jpg) ;
}

.sline2 { /* サイドバー下ライン */
	padding: 0px;
	margin: 0px;
	height: 4px;
	/*background-color: #FFFFFF;*/
	background: url(../img/sline2.jpg) ;
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin: 0px;
	padding: 5px;
	/*background:  #FFFFFF;*/
	/* background: url(../img/sidemain1.gif) ; */
}

.sidemain1 p {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	line-height:1.25;
	font-size:0.82em;
}

.sidemain1 ul { /* リスト設定 */
	margin: 0px; 
	padding:3px 0px 3px 0px;
	list-style:none;
} 

.sidemain1 li {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #334d55;
	background: url(../img/icon_eye03.gif) no-repeat;
}

/* カレンダー */
caption { /* 年月タイトル */
	 font-weight: bold;
	 text-align: center;
	 padding:3px;
	 color:#626262;
}
caption a{ color:#626262; text-decoration:none;}
caption a:hover{ color:#626262;	 text-decoration:underline;}

.carender { /* カレンダー テーブル*/
	 border-collapse: collapse;
	 padding:5px 0px;
	 margin:0px;
	 text-align:center;
	width:0 auto;
	color:#919191;
}
.carender table {
	background: #FFFFFF;
}

.carender td {
	padding:2px;
	border-collapse: collapse;
	text-align:right;
	border:1px solid #CCCCCC;	
}

.carender th {
	padding:2px;
	border-collapse: collapse;
	border:1px solid #CCCCCC;	
}

th.day { /* ヘッダ平日 */
	font-weight: bold;
	color: #333333;
	background: #F0F0F0;
	text-align: center;
}

th.sun { /* ヘッダ日曜 */
	color: red;
	background: #F8E4E6;
	text-align: center;
}

th.sat { /* ヘッダ土曜 */
	color: blue;
	background: #DDE6F2;
	text-align: center;
}

.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:0.79em;
	background: #FFFFFF;
}
.chert td {
	border-collapse: separate;
	padding:3px;
	border:1px solid #CCCCCC;
	color:#919191;
}

.line01{ 
} 

#rss{ / * RSS設定 */
	margin: 0px;
	padding:5px;
}

#count{ / * カウンター */
	margin: 0px;
	padding:5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding: 5px; 
	margin: 2px 0px;
	width: auto;
	/* background: url(../img/blogbox.gif) ; */
}

.entry_title { /* ブログエントリータイトル h2 */
	padding:5px 0px 5px 52px;
	border-bottom:1px solid #CC0000;
	display: block; 
	font-size:110%;
	color: #333333; 
	background: url(../img/entry_title.jpg)  no-repeat;
}

.entry_date{
	display: block; 
	padding: 10px 0px 3px 0px; 
	color: #CC0000; 
	text-align:right;
}

.state{ /* ブログステータス */
	padding: 2px 0px;
	text-align: right;
	border-top: 1px solid #E7E7E7; 
}

.subtitle {/* h3 ブロックサブタイトル */
	padding: 2px 0px 2px 25px; 
	margin:10px 0px 10px 0px;
	text-align: left;
	font-size:1.15em;
	color:#CC0000;
	border-bottom: 1px dotted #CC0000;
	/* background: url(http://www.alegre06.com/img/subtitle.gif) ; */
}

 p.label { /* ブログコメントタイトル */
	font-weight: bold;
}

.tb_url{ /* トラックバックurl */
	font-weight: bold; margin-bottom: 10px;
}

/********************************************************************/
/* カート */

.point {font-size:120%;color:red;font-weight:900;}

.pointline {font-size:100%;color:red;font-weight:900;padding: 3px;background-color: #D6C692;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}

.step_navi01 {
	background-image:url(../img/navi01.jpg);
	background-repeat:no-repeat
}

.step_navi02 {
	background-image:url(../img/navi02.jpg);
}

.step_navi03 {
	background-image:url(../img/navi03.jpg);
}

.step_navi04 {
	background-image:url(../img/navi04.jpg);
}

/********************************************************************/
/* Rabonaオリジナル */

h2.caption {
	padding: 2px 0px 2px 6px; 
	margin:6px 0px 4px 0px;
	text-align: left;
	font-size:1.05em;
	color:#FB6600;
	border-left: 3px solid #FB6600;
}
h3.caption {
	padding: 2px 0px 2px 6px; 
	margin:6px 0px 4px 0px;
	text-align: left;
	font-size:1.2em;
	color:#000000;
}
h3.caption .maker {
	font-size:0.9em;
	color:#1B1B1B;
}



/*オリジナルのコンテナ*/
.rbncontainer{
	background:#FFFFFF;
	margin: 10px 0;
	text-align:left;
	clear:both;
}
.rbncontainer .capimg{
	margin: 0 5px 2px 10px; float: right;
}

.rbncontainer .rbntable21{
	width:200px;
	margin: 5px 10px 5px 0;
	float:left;
	letter-spacing: 0.07em;
}
.rbncontainer .rbntable22{
	width:190px;
	margin: 5px 10px 5px 0;
	float:left;
	letter-spacing: 0.07em;
}
.rbncontainer caption	{font-weight:bold;color:#FFFFFF;background:#CC0000;padding:4px 16px;}
.rbncontainer .th11	{font-weight:bold;background:#DCDCDC;border-bottom:1px solid #939393;padding:3px 16px;text-align:center;}
.rbncontainer .rbntable21 td, .rbncontainer .rbntable22 td	{background:#EFEFEF;border-bottom:1px solid #D7D7D7;border-top:1px solid #FFFFFF;padding:2px 10px;margin:}
.rbncontainer .td11	{text-align:center;}
.rbncontainer .td12	{text-align:right;border-left:1px solid #DFDFDF;}

.rbncontainer .comment01{margin:0 5px;}
.rbncontainer .comment02{margin:0 5px;clear:both;}


.rbncontainer .rbntable41{
	width:200px;
	margin: 5px 10px 5px 0;
	float:left;
	letter-spacing: 0.07em;
}
.rbncontainer .rbntable42{
	margin: 5px 10px 5px 0;
	background:#FFFAF4;
	width:95%;
}

.rbncontainer .rbntable41 td	{background:#FCFCFC;border-bottom:1px solid #D7D7D7;border-top:1px solid #FFFFFF;padding:2px 10px;margin:0;}
.rbncontainer .rbntable42 th	{color:#CA001A;background:#F1E1D6;padding:2px 10px;margin:0;text-align:center;border:1px solid #E8C8C8;}
.rbncontainer .rbntable42 td	{padding:2px 10px;margin:0;border:1px solid #F0EAE1;text-align:center;}
.rbncontainer .td41	{white-space: nowrap;}


.rbncontainer .comment03{margin:5px;clear:both;background:#F4F2F2;border:1px solid #E4E4E4;padding:5px;}
.rbncontainer .comment04{margin:5px;clear:both;color:#676767;padding:5px;}
.rbncontainer .comment04 p{font-weight:bold;font-size:0.97em;margin:0;
	padding: 0 1px 1px 9px;
	background: url(../img/icon_eye03.gif) no-repeat;}



.rbnhr {cler:both;margin:15px 0 20px 0;text-align:center;}
.rbnhr hr{border-style: dotted;border-top-width: 1px;border-top-color:#C2C2C2;height:1px;width:97%;text-align:center;}


/*サイドバー用フリーエリア1*/
.rbnside1{
	margin: 3px auto; padding: 0; width: 160px;
	list-style:none;
	font-size:0.88em;
}
.rbnside1 li{
	margin: 0;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #E7E7E7 solid;
	text-align:left;
	background: url(../img/spacer.gif) no-repeat;
}

.rbnside1 li a, .rbnside1 li p{
	display: block; 
	font-weight: bold;
	text-decoration: none; 
}
.rbnside1 li a:link{
	color: #6C6C6C;
}
.rbnside1 li a:visited{
	color: #A7A5A6;
}
.rbnside1 li a:hover{
	color: #505050;
	font-weight: bold;
	text-decoration: underline;
	background-position: 0 0.31em;
}

.rbnside1 .link0 a, .rbnside1 .link0 p	{padding: 2px 2px 2px 15px;border-top: 1px #F2F2F2 solid;border-bottom: 1px #DDDDDD solid;}
.rbnside1 .link1 a	{padding: 1px 2px 1px 19px;}
.rbnside1 .link2 a	{padding: 1px 2px 1px 19px;}

.rbnside1 .link0 p	{background: url(../img/arrow01.gif) no-repeat #EFEFEF;margin:0;background-position: 0 0.29em;}
.rbnside1 .link0 a	{background: url(../img/arrow01.gif) no-repeat #EFEFEF;background-position: 0 0.29em;}
.rbnside1 .link0 a:hover{background: url(../img/arrow02.gif) no-repeat #EFEFEF;background-position: 1px 0.29em;}
.rbnside1 .link1 a	{background: url(../img/arrow11.gif) no-repeat #FCFCFC;background-position: 4px 0.29em;}
.rbnside1 .link1 a:hover{background: url(../img/arrow12.gif) no-repeat #EFEFEF;background-position: 5px 0.29em;}
.rbnside1 .link2 a	{background: url(../img/arrow21.gif) no-repeat #FCFCFC;background-position: 4px 0.29em;}
.rbnside1 .link2 a:hover{background: url(../img/arrow22.gif) no-repeat #EFEFEF;background-position: 5px 0.29em;}



/*サイドバー用フリーエリア2*/
.rbnside2{
	margin: 0 auto; padding: 0; width: 160px;
}
.rbnside2 p{
	margin: 0; padding: 0;
}
.rbnside2 li{
	margin: 2px 0; padding: 0;
	display:block;
	list-style: none;
	background: url(../img/spacer.gif) no-repeat;
}

.rbnside2 .info01{
	margin: 0;
	text-indent: -9999px;
	width: 160px;
	height: 135px;
	background: url('../img/topguide-01.jpg') no-repeat;
}
.rbnside2 .info01 p ,.rbnside2 .info01 div {
	text-indent: -9999px;
}
.rbnside2 .info02{
	margin: 0;
	text-indent: -9999px;
	width: 160px;
	height: 91px;
	background: url('../img/topguide-02.jpg') no-repeat;
}
.rbnside2 .info02 p ,.rbnside2 .info02 div {
	text-indent: -9999px;
}
.rbnside2 .info03{
	margin: 0;
	text-indent: -9999px;
	width: 160px;
	height: 249px;
	background: url('../img/topguide-03.jpg') no-repeat;
}
.rbnside2 .info03 p ,.rbnside2 .info03 div {
	text-indent: -9999px;
}
.rbnside2 .link0 {
	text-indent: -9999px;
	position: relative; 
	left: 123px;
	margin-bottom:6px;
}
.rbnside2 .link0 a {
	display:block;
	width: 40px;
	height: 12px;
	background: url('../img/icon_more21.gif') no-repeat;
}



/*サイドバー用フリーエリア3*/
.rbnside3{
	margin: 0 auto; padding: 0; width: 160px;
}
.rbnside3 li{
	margin: 0; padding: 0;
	list-style: none;
	background: url(../img/spacer.gif) no-repeat;
}
.rbnside3 li a:hover{
	background-position: 1px -1px ;
}




/*センター用フリーエリア1*/
.title4{ /* 今月のオススメ */
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color:#CC0000;
	width: auto;
	background: url(../img/topcap-01.jpg) no-repeat;
	height:86px;
	text-indent:-9999px;
	vertical-align:middle;
}

/*×ul-Ver.*/
ul.centerbox-recommend {
	float:left;
	margin:0;pading:0;
}
ul.centerbox-recommend li{
	padding:11px 4px 3px 6px;
	margin:2px 1px;
	background: url(../img/centerbox-recommend.jpg) #FAFAFA;
	text-align:left;
	width:235px;
	clear:both;
}
ul.centerbox-recommend li p{
	font-weight:bold;
	font-size:0.89em;
}
ul.centerbox-recommend li a{
	line-height: 1.1;
	text-decoration: underline;
	color:#262626;
}
ul.centerbox-recommend li a:hover{
	color:#AE0004;
}
ul.centerbox-recommend li span{
	font-size:0.85em;
	width:146px;
	float:left;
	line-height: 1.1;
	color:#3C3C3C;
}
ul.centerbox-recommend li span a{
	text-decoration: none;
	color:#3C3C3C;
}
ul.centerbox-recommend li span a:hover{
	text-decoration: underline;
}
ul.centerbox-recommend li img{
	float:right;
	margin:3px 3px 3px 10px;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 2px #D7D7D7;
}

/*○dl-Ver.*/
dl.centerbox-recommend2 {
	float:left;
	margin:0;pading:0;

}
dl.centerbox-recommend2 dd{
	padding:11px 4px 3px 6px;
	margin:2px 1px;
	background: url(../img/centerbox-recommend.jpg) #FAFAFA;
	text-align:left;
	width:235px;
	
}
dl.centerbox-recommend2 dd p{
	font-weight:bold;
	font-size:0.89em;
}
dl.centerbox-recommend2 dd a{
	line-height: 1.1;
	text-decoration: underline;
	color:#262626;
}
dl.centerbox-recommend2 dd a:hover{
	color:#AE0004;
}
dl.centerbox-recommend2 dd span{
	font-size:0.85em;
	width:144px;
	float:left;
	line-height: 1.1;
	color:#3C3C3C;
}
dl.centerbox-recommend2 dd span a{
	text-decoration: none;
	color:#3C3C3C;
}
dl.centerbox-recommend2 dd span a:hover{
	text-decoration: underline;
}
dl.centerbox-recommend2 dd img{
	margin:0 1px 3px 10px;
	border-right: solid 1px #D7D7D7;
	border-bottom: solid 2px #D7D7D7;
}



/*フッタのバナーエリア*/
.footguide {
	background: url(../img/foot-guidebg.gif) repeat-y #FFFFFF ;
	width:678px;
	padding 5px;
	margin:0 auto;
}
.footguide h5 {
	background: url(../img/foot-guide.jpg) no-repeat #FFFFFF ;
	height:29px;
	text-indent: -9999px;
	margin:0 0 5px 0;
}
.footguide .btm {
	background: url(../img/foot-guidebtm.gif) no-repeat #FFFFFF ;
	height:8px;
	text-indent: -9999px;
	clear:both;
}
.footguide dt a, .footguide dt p {
	color:#353535;
	background: url(../img/arrow.gif) no-repeat;
	padding-left:19px;
	font-weight:bold;
}
.footguide dd a {
	color:#464646;
	background: url(../img/icon_more21.gif) no-repeat;
	padding-left:43px;
	padding-right:10px;
}
.footguide dd .guidelink {
	display:block;
	text-align:right;
	clear:both;
}
.footguide dl {
	margin:0 0 0 8px ;
	float:left;
}
.footguide dl dt {
	width:215px;
	background:#E7E7E7;
	margin:0;
}
.footguide dl dd {
	width:213px;
	background:#FFFFFF;
	margin:0;
	margin-bottom:10px;
	paddin:3px;
	border:1px solid #E7E7E7;
	font-size:0.92em;
	color:#616161;
}

.footguide p.guideimg1 {
	width:160px;
	height:175px;
	background: url(../img/foot-guideimg1.jpg) no-repeat ;
	text-indent: -9999px;
}
.footguide p.guideimg2 {
	width:200px;
	height:158px;
	background: url(../img/foot-guideimg2.jpg) no-repeat ;
	text-indent: -9999px;
}
.footguide p.guideimg3 {
	width:185px;
	height:150px;
	background: url(../img/foot-guideimg3.jpg) no-repeat ;
	text-indent: -9999px;
}
/*今月のプレゼント*/
.present_title {
	background:url(http://www.alegre06.com/img/present_cap.jpg) top center no-repeat ;
	height:102px;
	text-indent:-9999px;
	text-align:center;
	margin:10px 0;
}
#present_box {
	margin:auto;
	padding-top:10px;
	text-align:center;
}
.present_img {
	background-color:#FFFFFF;
	padding:10px 0;
}
.present_item {
	border-bottom: solid 1px #E10915;
	padding:10px 0 5px 0;
	width:500px;
	text-align:center;
	margin:auto;
}
.present_txt {
	margin:10px 0 30px 0;
}
/*リンク集*/
.links {
	margin:0 0 0 10px;
	padding:0;
	line-height:150%;
}
.links li {
	background:url(http://www.alegre06.com/img/arrow01.gif) left center no-repeat;
	padding:2px 0 0 20px;
}
/*クリスマス企画ページ*/
.xmas_txt {
	font-size:14px;
	text-align:center;
	line-height:130%;
	color:#990000;
	font-weight:bold;
	margin:auto;
	}
.xmas_title {
	background:url(http://www.alegre06.com/img/cap_08xmas.gif) top center no-repeat ;
	height:180px;
	text-indent:-9999px;
	text-align:center;
	margin:10px 0;
}




