/*EQUAAURAショップサイト用スタイルシート*/

/* ページ全体の基本設定
-----------------------------------------------------------------*/
*          {
			margin: 0px;
            padding: 0px;
            }
body       {
			background-color: #000;
            margin: 0 auto;
            text-align: center;
            }
p          {
			margin-top: 0em;
            margin-bottom: 0em;
            }
a          {
			cursor: pointer;
			}

/* ページ全体をセンタリング
-----------------------------------------------------------------*/
#page      {
			width: 790px;
            margin: 0 auto;
            text-align: left;
            background: url(./images/bg_gold_shadow.png) repeat-y;
            }

/* ヘッダーの指定
-----------------------------------------------------------------*/
#head      {
			width: 750px;
			height: 60px;
            margin: 0 auto;
            text-align: left;
            background: url(./images/header1.jpg);
            }

#head a:link {
			color: #FFFFFF;
			text-decoration: underline;
			}
#head a:visited {
			color: #FFFFFF;
			text-decoration: underline;
			}
#head a:hover {
			color: #FFF5C3;
			text-decoration: none;
			}

h1         {
			margin: 0px;
            padding: 0px;
            }

/* パンくずリスト
-----------------------------------------------------------------*/
#topic     {
			text-align: right;
            height: 27px;
            padding-right: 10px;
            color: #FFFFFF;
            font-size: 11px;
            font-family: verdana, Geneva, sans-serif;
            background: url(./images/shop_head.gif) no-repeat top left;
            }

/* メインの指定
-----------------------------------------------------------------*/
#main      {
			width: 750px;
			height: 630px;
            margin: 0 auto;
            background: url(./images/bg_menu.jpg) repeat-x;
            background-color: #000;
            }

#main2      {
			width: 750px;
            margin: 0 auto;
            background: url(./images/bg_menu.jpg) repeat-x;
            background-color: #fff;
            }

#main3     {
			width: 750px;
            margin: 0 auto;
            background: url(./images/bg_menu2.jpg) repeat-y;
            background-color: #000;
            }

#main4     {
			width: 750px;
			height: 240px;
            margin: 0 auto;
            background: url(./images/bg_menu2.jpg) repeat-y;
            background-color: #000;
            }

#help_title {
			width: 750px;
			height:60px;
            float: left;
			padding-bottom: 20px;
			}

#help_title2 {
			width: 380px;
			height:46px;
            float: left;
            padding-top: 10px;
			padding-left: 10px;
			}

#help_img {
			width: 750px;
            float: left;
			padding-left: 3px;
			}

#main_rtn1  {
			width: 750px;
			margin-bottom: 20px;
			}

#main_rtn2  {
            float: left;
            vertical-align: top;
            padding-left: 20px;
            padding-top: 10px;
			}

#main_style {
			clear: left;
			width: 740px;
			height: 320px;
            float: left;
            margin-top: 10px;
            margin-bottom: 10px;
			}

#main_style2 {
			width: 740px;
            margin-bottom: 10px;
			}

/* コピーライト
-----------------------------------------------------------------*/
#footer    {
			width: 750px;
			height: 30px;
            margin: 0 auto;
			background: url(./images/footer.gif) no-repeat top left;
            }

#footer_u  {
            margin: 0 auto;
            text-align: left;
			width: 750px;
			height: 12px;
            background-color: #000;
			background: url(./images/footer_u.gif) repeat-x;
		    }

#main_st2goods {
			clear: both;
			width: 750px;
			}

#style2_gb1 {
			float: left;
			width: 248px;
			height: 200px;
            /*border: solid 1px #CECECE;*/
			}
			
#style2_gb2 {
			float: left;
			width: 224px;
            margin-top: 10px;
            margin-left: 6px;
			height: 40px;
            background: url(./images/style2_goodsbg1.jpg) repeat-x left top;
			color: #6D1919;
            font-family: "ＭＳ 明朝", Osaka, serif;
            font-size: small;
            text-align: left;
			}
			
#style2_gb3 {
			float: left;
			width: 100px;
			height: 140px;
            margin-left: 6px;
            background: url(./images/style2_goodsbg1.jpg) repeat-x left top;
			}

#style2_gb4 {
			float: left;
			width: 120px;
			height: 140px;
			padding-left: 4px;
            background: url(./images/style2_goodsbg1.jpg) repeat-x left top;
			color: #6D1919;
            font-family: "ＭＳ 明朝", Osaka, serif;
            font-size: small;
            text-align: left;
			}

#style2_gp1 {
			width: 90px;
			height: 135px;
            padding-left:4px;
			}

#style2_gp2 {
			width: 60px;
			height: 90px;
			}

#style_bg	{
			width: 150px;
			height: 320px;
            background: url(./images/style_pedestal1.jpg) no-repeat top left;
			}

#style_fti	{
			padding-left: 20px;
			padding-top: 10px;
			}

#style_ftf	{
			padding-top: 12px;
			padding-left: 10px;
			color: #6D1919;
            font-family: "ＭＳ 明朝", Osaka, serif;
			}
