/*EQUAAURAショップサイト用スタイルシート*/

/* ページ全体の基本設定
-----------------------------------------------------------------*/
*          {margin: 0px;
            padding: 0px;}
body       {background-color: #000;
            margin: 0px 0px 0px 0px;
            text-align: center;}
p          {margin-top: 0em;
            margin-bottom: 0em;}
a          {cursor: pointer;}
img        {border :0px;}
/*
a:link     {color: #FF0000; text-decoration: underline}
a:visited  {color: #FF0000; text-decoration: underline}
a:hover    {color: #000000; text-decoration: none}
*/

/* ページ全体をセンタリング
-----------------------------------------------------------------*/
#index_page{width: 886px; height:564px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -282px;
            margin-left: -443px;
            text-align: left;
            background-image: url(./images/bg_index.gif);
            background-position: top left;
            background-repeat: no-repeat;}

/* メインの指定
-----------------------------------------------------------------*/

#index_main{width: 878px; height: 556px;
            padding: 4px;}

/* タイトル等の設定
-------------------------------------------------------------------*/

#upper     {width: 878px; height:180px;
            background-image: url(./images/index_upper.png);
            background-position: top left;
            background-repeat: no-repeat;}
#title     {width: 878px; height:201px;
            background-image: url(./images/title_index.png);
            background-position: top left;
            background-repeat: no-repeat;
            margin-top:0}
#lower     {width: 878px; height:175px;
            background-image: url(./images/index_lower.png);
            background-position: top left;
            background-repeat: no-repeat;}

h1         {margin: 0px;
            padding: 0px;
            display: none;}

#topics    {width: 390px; height: 150px;
            padding-top: 25px;
            margin-left: 485px;
            overflow: hidden;}

.msg		{
			color:#fff;
			font-family: "ＭＳ 明朝", Osaka, serif;
			font-size: small;
			text-align: left;
			}

#index_menu{width: 600px;
            margin-left: 220px;
            padding-top: 25px;}

.menu_img  {margin-right:30px;}

#what      {width: 580px; height: 130px;
            margin-left: 135px;
            padding-top: 15px;
            overflow: hidden;}

.info      {color: #FBF7E5;
            font-family: "ＭＳ 明朝", Osaka, serif;
            font-size: small;
            text-align: left;
            margin-left: 45px;
            margin-bottom: 5px;}

.en        {font-family: "Times New Roman", "Geneva", "sans-serif";
            letter-spacing: 1px;}

/* スタイル詳細の指定
-----------------------------------------------------------------*/

.en        {font-family: "Times New Roman", "Geneva", "sans-serif";}

/* コピーライト
-----------------------------------------------------------------*/
#concept_footer
           {width: 886px; height: 114px;
            background-image: url(./images/concept_lower.png);
            background-position: top left;
            background-repeat: no-repeat;}

/* admin
-----------------------------------------------------------------*/
#a_title	{
			color: #fff;
            font-family: "ＭＳ 明朝", Osaka, serif;
            font-size: large;
            text-align: left;
            padding-top: 20px;
            margin-left: 20px;
            }

#logon		{
			padding-top: 40px;
			padding-left: 500px;
			color: #fff;
            font-family: "ＭＳ 明朝", Osaka, serif;
            font-size: medium;
            text-align: left;
			}

#master_listw {
			width: 750px;
			height:40px;
            float: left;
			}

#master_list {
			width: 700px;
			height:30px;
			margin-left: 10px;
			padding-left: 8px;
			padding-top: 6px;
            float: left;
            color: #5A3D1B;
            font-family: "ＭＳ 明朝", Osaka, serif;
            font-size: small;
            background: url(../images/pro_title2.jpg) repeat-x left top;
			}

#master_listl {
			width: 750px;
			height:12px;
            float: left;
            padding-bottom: 10px;
			}

#master_listl2 {
			padding-left: 10px;
			}
