/********************************************************************/
/* 大枠テーブル */
#container {
	width:910px;
	margin:0px auto;
	padding:0px; 
}

/* マイページ、ポップアップ画面 */
#enter {
	width:100%;
	text-align:left;
	background:/* url(../img/enter.gif) */ #FFFFFF;
	border:1px solid #000000;
}

/* ヘッダー */
#header{ 
	width:910px;
	height:95px; 
	text-align:left;
}

td>#header { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:60px;
}

.NameArea{
        width:auto;
}

.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding:0px;
 	margin:0px;
	width:910px; 
	text-align:left; 
}


.siteName { /* サイト名 h1（テキストの場合使用） */ 
text-indent: -9999px; 
display: none; 

}

/*一応
.shoplogo {  サイト名（ロゴ設定の場合使用） 
	padding:0px;
	margin:0px;
	width:auto;
}*/

.sitecopy{ /* サイトコピー */ 
display: none;

}

.sitecopy a {color:#666666;text-decoration:none;}
.sitecopy a:hover {color:#666666;text-decoration:underline;}

/* ヘッダーメニュー */
#headMenu {
	width:100%;
	height:25px;
	background:url(../img/headmenu.gif);
	clear:both; 
	display: none; 
}

.headnavi { /* ヘッダーメニューテキスト */
	padding:3px 20px 0px 20px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}

.headnavi a{color:#FFFFFF;text-decoration:none;}
.headnavi a:hover {color:#FFFFFF;text-decoration:underline;}

.navi01 {/* ヘッダーメニューアイコン */
	background-position:left center;
	background-repeat:no-repeat;
	height:20px;
	/* background:url(../img/hnavi01.gif) ;*/
}

/* ヘッダー下装飾ライン 

.hline {border:2px solid #E5E5AE;
	background:url(../img/hline.gif) no-repeat #FFFFFF;
}*/

/********************************************************************/

#leftSide { /* 左サイドtd */
	width:230px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	/* background:url(../img/leftside.gif) ;*/
}

#rightSide { /* 右サイドtd （3列）*/
	width:170px;
	padding:0px;
	margin:0px;
	background:#FFCC66;
	vertical-align:top;
	/* background:url(../img/rightside.gif) ;*/
}

#rightSide { /* 右サイドtd （3列 ブログ）*/
	width:170px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	/* background:url(../img/rightside2.gif) ;*/
}


#center1 { /* センター td （2列）*/
	width:680px;
	padding:0px;
	margin:0px; 
	text-align: left; 
	vertical-align:top; 
	/* background:url(../img/center1.gif) ;*/
}

#center2 { /* センターtd （3列）*/
	width:520px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#FFFFEE;
	/* background:url(../img/center2.gif) ;*/
}

#center3 { /* センターtd （装飾用）*/
	vertical-align:top;	
	background:#FFFFFF; 
	width:680px; 
	text-align: left;
	/* background:url(../img/center3.gif) ;*/
}

#cartcenter {/* カート内レイアウトテーブル */
	width:690px;
	margin:0px auto;
}


.header_area {  /* ヘッダのフリーエリア  */
	text-align:left;
	width:680px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.footer_area { /* フッタのフリーエリア */
	text-align:left;
	width:680px;
	padding:0px;
}

.sidebox { /* サイド用ブロック（幅設定） */ 
margin: 0; 
padding: 0; /* background:url(../img/sidebox.gif) ;*/
width:230px;
}

.centerbox { /* センター用ブロック（幅設定） */
	margin:0px;
	padding: 0px; 
	width: 680px; 
	/* background:url(../img/centerbox.gif) ;*/
}

#enter .centerbox { /* センター用ブロック（幅設定） */
	margin:0px;
	padding: 0 20px 0 20px; 
	width: 100%; 
	/* background:url(../img/centerbox.gif) ;*/
}


.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:#4E4A49;
	text-align: left;
	margin: 5px 0 5px 0 ; 
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size:125%;font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align:left;
	color:#333333;
}
.expl a{color:#333333;	text-decoration:none;}
.expl a:hover{color:#333333;text-decoration:underline;}

.fixed{ /* 商品定価 */
	color:#333333;
	text-align:left;
}

h2.goods /* 商品名 （商品一覧）*/
a{color:#4E4A49;font-weight:bold; 
font-size:11px;
text-align:left;
margin:0;
padding:0;
text-decoration:none;
}
a:hover{color:#4E4A49; 
font-size: 12px;
text-align:left;
margin:0;
padding:0;
text-decoration:underline;
}

#center_cont a {color:#333333; 
font-size: 11px;
text-align:left;
margin:0;
padding:0;
text-decoration:none;
}

#center_cont a:hover{color:#4E4A49; 
font-size: 11px;
text-align:left;
margin:0;
padding:0;
text-decoration:underline;
}

/********************************************************************/
/*センターコンテンツ  */

.topIMG {
marginpadding:0px;
}

.topIMG td{
	margin:0px;
	padding:0px;
	background:#F3BF66;
}

.shopCopy { /* サイト説明 */
	margin:0px;
	padding:3px 10px 3px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:8px 0px 0px 40px;
	margin:0px;
	color:#336600;
	width:auto;
	height:22px;
	background:url(../img/title_bar01.gif) repeat;
	line-height:100%;
	vertical-align:middle;
}

#center1 #center3 .title1{ /* タイトル1 h3 */
	width: 670px;
	height: 26px;
	background-image:url(http://www.ninerulaz.com/images/bar_bg.jpg);
	color:#FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	letter-spacing: 1px;

}

/*マイページログインバー背景*/
#entry #center3 .centerbox .title1 {  
width: 100%;
	height: 26px;
	background-image:url(http://www.ninerulaz.com/images/shop_bar02.jpg);
	color:#FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-right: 10px;
	background-repeat:repeat-x;
	letter-spacing: 1px;
}

#enter .title1 {  
	width: 100%;
	height: 26px;
	background-image:url(http://www.ninerulaz.com/images/shop_bar02.jpg);
	color:#FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat:repeat-x;
	letter-spacing: 1px;

}

.title2-1 { /* タイトル1 h3 */
	width: 670px;
	height: 26px;
	background-image:url(http://www.ninerulaz.com/images/bar_bg.jpg);
	color:#FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	letter-spacing: 1px;

}

.title1 a{color:#336600;text-decoration:none;}
.title1 a:hover{color:#336600;text-decoration:underline;}

.title2{ /* タイトル2 h3 */
	padding:8px 0px 0px 40px;
	margin:0px;
	width:auto;
	color:#FFFFFF;
	height:22px;
	background:url(../img/title_bar02.gif) repeat;
	line-height:100%;
	vertical-align:middle;
}
.title2 a{color:#FFFFFF;text-decoration:none;}
.title2 a:hover{color:#FFFFFF;text-decoration:underline;}

.title3{ /* タイトル3 h3 */
        padding:8px 0px 0px 40px;
        margin:0px;
        width:auto;
        color:#FFFFFF;
        height:22px;
        background:url(../img/title_bar02.gif) repeat;
        line-height:100%;
        vertical-align:middle;
} 
.rank{/* ランキングアイコン */
        text-align:left;
}

.mainCont { /* メインコンテンツ */

	margin:5px 0 0 0 ;
	width:auto;
	/* background:url(../img/maincont.gif) ;*/
}
.mainCont { /* メインコンテンツ */ 
letter-spacing: 1px; 
	/* background:url(../img/maincont.gif) ;*/
}
.contbox { /* メインコンテンツ内項目ボックス*/
	padding:10px 0px;
	margin:0px;
	width:auto;
}


ul.news{ /* 最新情報リスト設定 */
	text-align:left;
	padding:0px 0px 0px 12px;
	margin:0px;
	list-style:square;
	color:#CC3333;
}

li.p3{padding:3px;}

.free_list{ /* リスト設定 */
        padding:5px 10px;
        margin:0px;
}

ul.list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#F59300;
}

ul.map{ /* サイトマップリスト設定 */
	text-align:left;
	padding:0px 20px;
	margin:0px;
	list-style:none;
	color:#CC3333;
}
li.sm1 { margin:4px ;display:block;}
li.sm2 { margin:0px 0px 0px -35px;display:block;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	padding:5px 25px;
	color:#CC3333;
	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:10px;}
.layoutp3 td { padding:10px;}
.layoutp3 .border { border:1px solid #CCCCCC;}

/* テーブル余白設定 */
.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #CCCCCC;}
.bordlayoutp3 td { padding:3px;border:1px solid #CCCCCC;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#DDDDDD;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor3 { background:#FFFFFF;padding:10px 0px;} /* カート部分 */

/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin:10px 0px 0px 0px;
	padding:0px;
	width:100%;
	/* background:url(../img/layoutframe.gif) ;*/
}
.layoutFrame td{
	text-align:center;
	margin:0px;
	padding:1px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin:1px;
	padding:3px;
	background:#FFFFFF;
	/* background:url(../img/layout1.gif) ;*/
}
.layout1 td{
	margin:0px;
	padding:3px;
	text-align:left;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin:0px;
	padding:10px 10px; 
	font-weight: bold; 
	color:#000000;
	text-align:left;
}
#bread a { 
text-decoration: underline; 
}
#bread a:hover { 
text-decoration: none; 
}


h4.title{
	margin:5px 0px;	
	padding:2px 0px;
	color:#CC3333;
	border-bottom:1px solid;
}

.mainFrame{ /* メイン大枠 */
	margin:0px;
	padding:5px 0;
	/* background:url(../img/mainframe.gif) ;*/
}

p.title	{ margin:3px 0px;	
	padding:2px 0px;
	color:#669933;
	border-bottom:1px dotted;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent{ /* 新規登録 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_can.gif) no-repeat;
}

#sortList{ /* ソート */
	margin:0px;
	padding:10px 3px 5px 3px;
	width:auto;
	color:#333333;
	float:right;
}

.pageTop { /* ページトップ */ 
display: none; 
}
.pageTop a{ color:#FF6600;text-decoration:none;}
.pageTop a:hover{ color:#FF9900;text-decoration:none;}


/********************************************************************/
/*フッターーメニューレイアウト設定*/
#footer { 
display: none; 
}

td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:40px;
}

.footnavi { /*フッターメニューテキスト設定*/ 
display: none; 
}
.footnavi a{ color:#666600;text-decoration:none;}
.footnavi a:hover { color:#FF6600;text-decoration:underline;}

#copyright { /*コピーライト*/ 
display: none; 

	/* background:url(../img/copyright.gif) ;*/
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:20px;
}

#copyright a{color:#FFFFEE;}
#copyright a:hover{color:#FFFFEE;}
/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */ 
display: none; 
}

#search label{
	padding:0px;
	margin:0px;
	color:#336600;
	font-weight:bold;
}

.fieldarea{padding:5px 0px 5px 0px;virtical-align:center;}

/*サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */ 
display: none; 

	/* 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{ 
display: none; 
}

li.ca1 {
	margin:0px;
	border-bottom:1px #DFF4CA solid;	
}

li.ca2 {
	margin:0px;
	border-bottom:1px #DFF4CA solid;
}
li.ca1 a{ padding:5px 3px 5px 15px;display:block;
	color:#CC3333;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01.gif) no-repeat #FFFFFF;
	font-size:12px;
}

li.ca1 a:hover{ color:#FFFFFF;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01_ov.gif) no-repeat #CC3333;
font-size:12px;
}

li.ca2 a{ padding:3px 3px 3px 20px;display:block;
	color:#F87C00;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #FFFFFF;
font-size:12px;
}
li.ca2 a:hover{ color:#FFFFFF;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #F87C00;
font-size:12px;
}

li.ca3 {
	margin:0px;
	border-bottom:1px #DFF4CA solid;	
}

li.ca3 a{ padding:5px 3px 5px 15px;display:block;
	color:#CC3333;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01.gif) no-repeat #FFFFFF;
font-size:12px;
}

li.ca3 a:hover{ color:#FFFFFF;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01_ov.gif) no-repeat #CC3333;
font-size:12px;
}

li.ca4 {
	margin:0px;
	border-bottom:1px #DFF4CA solid;
}

li.ca4 a{ padding:3px 3px 3px 20px;display:block;
	color:#F87C00;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #FFFFFF;
	font-size:12px;
}

li.ca4 a:hover{ color:#FFFFFF;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #F87C00;
	font-size:12px;
}

.sline1 { /* サイドバー下ライン */ 
display: none; 

	/* background:url(../img/sline1.gif) ;*/
}

.sline2 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
	height:5px;
	background-color:#FFE6B3;
	/* background:url(../img/sline2.gif) ;*/
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin:0px;
	padding:0px;
}




/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;
	/* background:url(../img/blogbox.gif) ;*/
}



.mainFrame .mainCont .entry_title { /* ブログエントリータイトル h2 */
		width: 680px;
	height: 26px;
	background-image:url(http://www.ninerulaz.com/images/bar_bg.jpg);
	color:#FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	background-repeat: no-repeat;
	letter-spacing: 1px;

	/* background:url(../img/entry_title.gif) ;*/
}

.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#F87C00;
	text-align:right;
}

.state{ /* ブログステータス */ 
display: none; 

}

.subtitle {/* h3 ブロックサブタイトル */
	padding:2px 0px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:110%;
	color:#F87C00;
	border-bottom:#F87C00 2px solid;
	/* background:url(../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.gif);
	background-repeat:no-repeat; 
}
.step_navi02 {
	background-image:url(../img/navi02.gif);
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
}

 /* 商品pageテンプレート用 */




#color-v {
text-align:left;
margin:5px 0 20px 0;
width:340px;
}

#color-v .color-variation {
width:84px;
height:auto;
margin-right:10px;
text-indent:-9999px;
vertical-align:bottom;
}

#color-v td{
padding:5px 5px 0 5px;
height:auto;
white-space:normal;
}

#color-v th{
white-space:normal;
}


#detail {
background-image:url(http://ninerulaz-store.com/pic-labo/detail.gif);
width:58px;
height:15px;
background-position:bottom left;
margin-left:10px;
background-repeat:no-repeat;
text-indent:-9999px;
}


#colorvariation {
background-image:url(http://ninerulaz-store.com/pic-labo/color_variation.gif);
width:117px;
height:15px;
background-position:bottom left;
margin:10px 0 0 10px;
background-repeat:no-repeat;
text-indent:-9999px;
}

p.color-name {
	color:#666666;
	font-family: "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	font-size:9px;
	line-height:130%;
	margin:0;
	padding:0;
word-break:normal;
word-wrap:break-word;
	}
	
	
#honbun p{
width:300px;
padding:0 0 5px 0;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	font-size:10pt;
	letter-spacing:2px;
	line-height:130%;
	}

#honbun .spec{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", sans-serif;
	text-align:left;
	font-size:11px;
	letter-spacing:0px;
	line-height:160%;
	margin:0;
	padding:10px 0 0 0;
	}


/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td,table {
    margin: 0;
    padding: 0;
}　
/*original-css*/
*{margin:0; padding:0;}
p{font-size:12px;}
textarea,input{font-size:12px;}
textarea{line-height:1;}
img{
	border:none;
	text-decoration: none;
}
table{border-collapse:collapse;}
address,strong{font-style:normal;}
br.cll{clear:left; font-size:0.1px;}
br.clr{clear:right; font-size:0.1px;}
br.clb{clear:both; font-size:0.1px;}
.lft{float:left;}
.rgt{float:right;}


a:link { color:#000000; } 
a:visited { color:#000000; } 
a:hover { color:#000000; } 
a:active { color:#000000; } 

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
	background-image: url(http://www.ninerulaz.com/images/10fw_bd_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position:top center;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ ゴシック"; 
	font-size:12px; 
	
}
#wap {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 910px;
}

.header { 
margin: 0; 
padding:0; 
width: 910px;  
}
.left_side { 
	vertical-align: top;
	text-align:left; 
	width: 230px; 
	height:auto; 
	
}
#center_cont {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 680px;
}
#side_area {
	text-align: left;
	height: auto;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#side_navi-h {
	position: relative;
	top: 5px;
}
h1 {

}
#h-navi {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 230px;
}
#h-navi02 {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 680px;
}

#g-navi {
}
#g-navi li {
	float: left;

}
#g-navi02 ul {
width:680px;
}
#g-navi02 li {
	float: left;

}

.navi_border {
	padding-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
.first_navi {
	padding-top: 13px;
	padding-left: 32px;
}
.center_navi {
	padding-top: 13px;
} 
.end_navi { 
padding-right: 30px; 
padding-top:13px; 
}

#side_navi {
	margin:0;
	padding:0;
}
#side_navi a { 
text-decoration: none; 
} 

.side-t {
	background-image: url(http://www.ninerulaz.com/images/side_bg-t.jpg);
	background-repeat: no-repeat; 
	width: 220px; 
	height: 50px; 
	
}
.side-c {
	background-image: url(http://www.ninerulaz.com/images/side_bg-c.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 220px;
	padding-left: 10px;
}
.side-b {
	background-image: url(http://www.ninerulaz.com/images/side_bg-b.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 220px;
}
.seach_area {
	width: 210px;
	margin-top: 10px;
	margin-left: 10px;
	height: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 5px;
	position: relative;
}

.side_area02 {
	height: auto;
	margin-bottom: 25px;
} 
.cate_bold { 
font-weight: bold; 
}
.cont_txt { 
font-size:11px; 
}

.cont_txt a {
	font-size: 11px;
	text-decoration:underline;
}

.cont_txt a:hover {
	font-size: 11px; 
	text-decoration:none;
}

	
.navi_spa {
	padding-right: 5px;
	padding-left: 5px;
}
.footer_navi {
	font-size: 11px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
} 
.footer_navi a {
	font-size: 11px; 
	text-decoration: underline; 
	
} 
.footer_navi a:hover {
	font-size: 11px; 
	text-decoration:none; 
}


#footer_area {
}
#foot {
	width: 100%;
	background-image: url(http://www.ninerulaz.com/images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 275px;
	background-position: bottom;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#foot_in {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding: 0px;
}
.copy { 
    padding: 10px 0 3px 0 ; 
	}
.r_day {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.center_area { 
background-color:#F7F7EB; 
}
.mainCont a { 
text-decoration: underline; 
}
.mainCont a:hover { 
text-decoration: none; 
}


/* 商品page部のみオリジナル */
.side-t .button1{ /* inputボタン設定 */
	top: 3px;
	position: relative;
	margin-left: 3px;
	height: 20px;
	width: 32px;
	margin-top: 5px;
}
/*
.button1{  inputボタン設定 
	margin-left: 3px;
	height: 20px;
	width: 32px;
}*/
.text1 {border:1px solid #CCCCCC; 
	width: 125px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}/* テキストエリアデザイン設定 */

.caution{ font-weight:bold;color:#FF0000;}/* エラーメッセージ */

.no2{font-size:110%;} /* フォントズーム */

.strong{ font-weight:bold;}/* フォントボールド */

.red{color:#000000;} /* フォント赤 */
.orange{color:#FF9900;} /* フォントオレンジ */
.blue{color:#0000FF;} /* フォント青 */
.green{color:#006600;} /* フォント緑 */
.glay{color:#666666;} /* フォントグレー */

.item img{/* 商品画像枠  */
	height:auto;
    padding:5px;
	text-align:center;
	border: none;
}

.spacebox{/* スペース設定  */ 
	height:50px;
}
.centerbox h2 img {
padding:0;
margin:2px 0 0 2px;
} 
.layoutp3 p { 
display: none; 
}
.spe_txt {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
}
.spe_txt strong {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	color:#FF0000;
}
.spe_txt02 {
	background-color:#F7F7EB;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
} 
.spe_txt02 a { 
text-decoration: none; 
}

.spe_txt03 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 1px; 
	color:#666666;  
} 
.spe_txt03 a{ 
	font-size: 11px;
}
.spe_txt03 a:hover {
	font-size: 11px;
}
#enter #center3 #bread { 
display: none;  
}　
#center3 .h-navi02 { 
display: none; 
}
#center3 #center1 .mainCont h3 { 
display: none; 
} 
.mainCont h4 { 
text-align: left; 
font-size: 12px; 
margin:0px 0 15px 0;  
} 
.mainFrame .mainCont p { 
text-align: left; 
}
.mainFrame .mainCont .button1 { 
margin: 15px 0 15px 0; 

}　
.side_pan {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ ゴシック";
	font-size: 11px;
}
.side_pan a { 
text-decoration: underline; 
font-size:11px;  
}
.side_pan a:hover{ 
text-decoration: none;  
font-size:11px;  

} 
.layoutp3 .mypage_login { width:240px;  
} 

.center .header_area { 
display:none; 
}
#container #center1 #center3 .centerbox .mainFrame .mainCont .layoutp3 .layoutp3 a img {
display: none;
}
#container #center1 #center3 .centerbox .mainFrame .mainCont .layoutp3 .layoutp3 {
position:relative;
width:320px;
margin-left:50px;
}

#container #center1 #center3 .centerbox .mainFrame .mainCont .layoutp3 .layoutp3 tr {
position:relative;
width:320px;
height:10px;
}
#container #center1 #center3 .centerbox .mainFrame .mainCont .layoutp3 .layoutp3 table tr  a {
position:absolute;
left:10px;
width:320px;
}

a span.FBConnectButton{
background: none;
padding: 0px;
margin: 0px;
border: none;
}
 
a span.FBConnectButton span.FBConnectButton_Text{
background: none;
padding: 0px;
margin: 0px;
border: none;
}




