/*★文字コード--------------------------------------------------*/
@charset "Shift_Jis";
/*★画面全体----------------------------------------------------*/
{**基本設定**}
BODY{
	margin:15 auto 0 auto;
	padding:0px;
	width:100%;
	height:100%;
	/*☆画面全体の背景色*/
         background-color: #bbffbb;
	/*☆画面全体の配置*/
	text-align:center;
	/*☆フォント設定*/
	color:#000000;
	font-size:x-small;
	font-family:"MS PGothic","MS Gothic";
	/*☆スクロールバーの色*/
	scrollbar-arrow-color:#4f844f;
	scrollbar-face-color:#bbffbb;
	scrollbar-track-color:#bbffbb; 
	scrollbar-highlight-color:#bbffbb;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#4f844f;
	scrollbar-darkshadow-color:#bbffbb;
         line-height : 130%;
}



/*☆Netscape用にここでも背景色を指定*/
{**ネスケ用背景画像**}


#screen{#bbffbb
	
}
/*★コンテンツ領域----------------------------------------------
　中央に配置=> margin:0 auto 0;   BODY{}の中も書き換え=> text-align:center;
　右側に配置=> margin:0 0 0 auto; BODY{}の中も書き換え=> text-align:right;
　左側に配置=> margin:0 auto 0 0; BODY{}の中も書き換え=> text-align:left;
*/
{**レイアウト外枠**}
#content{
	height:100%;
	width:780px;
	margin:0 auto 0 auto;
	background : #ffffff;
	font-size:x-small;
	text-align:left;
        border : 1px ;
        border-style : solid ;
        border-color : #346605;



}

/*★ヘッダー領域------------------------------------------------
　使用しない=> display:none;
　使用する  => display:block;
*/

{**ヘッダーの設定**}
#header{
	display:block;
	clear:both;
	height:150px;
	width:780px;
}
/*☆ログアウト状態のヘッダー
　使用しない=> display:none;
　使用する  => display:block;
*/

{**ヘッダーの画像設定**}
#header .logout_img{
	/*☆画像の場合*/
	display:block;
	clear:both;
	height:150px;
	width:780px;
	background-image : url(img/header1.png);
}
#header .logout_swf{
	/*☆Flashの場合(ファイル名は logout.swf)*/
	display:none;
	clear:both;
	height:150px;
	width:780px;
}

/*☆ログイン状態のヘッダー
　使用しない=> display:none;
　使用する  => display:block;
*/
#header .login_img{
	/*☆画像の場合*/
	display:block;
	clear:both;
	height:150px;
	width:780px;
	background-image : url(img/header2.png);
}
#header .login_swf{
	/*☆Flashの場合(ファイル名は login.swf)*/
	display:none;
	clear:both;
	height:150px;
	width:780px;
}
/*★メニュー部分------------------------------------------------
　右よせ配置=> float:right;
　左よせ配置=> float:left;
*/
{**メニュー部分（左）**}
#menu{
	position:rerative;
	float:left;
	margin:20px 0px 10px 5px;
	padding:0;
	width:200px;
	background : #ffffff url(./img/m_background.gif) repeat-y;
        border-width:0px;
        border-color:#000000;

{**「会員ID」部分文字設定**}
#menu #login{
	display:block;
	width:200px;
	padding-left:10px;
}
{**バーコード部分設定**}
#menu #mobile{
	display:block;
	width:200px;
	padding-left:10px;
}
/*★メイン領域--------------------------------------------------
　右よせ配置=> float:right;
　左よせ配置=> float:left;
*/

{**メイン部分大枠**}
#main{
	position:rerative;
	clear:right;
	float:left;
	padding:10px 0px 10px 10px;
	width:550px;
}
/*★フッター領域------------------------------------------------
　使用しない=> display:none;
　使用する  => display:block;
*/
{**フッター枠**}
#footer{
	clear:both;
	display:block;
	height:50px;
	width:780px;
}
/*☆ログアウト状態の画像*/
#footer .logout{
	clear:both;
	display:block;
	height:50px;
	width:780px;
	background-image : url(img/footer.png);
}
/*☆ログイン状態の画像*/
#footer .login{
	clear:both;
	display:block;
	height:50px;
	width:780px;
	background-image : url(img/footer.png);
}
/*★以下は細かいデザインについて--------------------------------*/
/*☆ページタイトル*/
SPAN.title{
	display:block;
	margin:10px 0px 10px;
	text-align:center;
	font-size:x-large;
	color:#177517;
}
/*☆罫線色*/
SPAN HR{
	display:none;
}
{**罫線画像設定**}
SPAN.line{
	display:block;
	margin-top:0px;
	margin-bottom:10px;
	height:15px;
	width:540px;
	background : url(./img/line.gif) repeat-x center bottom;
}

hr{
color: #589358; 
background-color: #589358; 

height: 1px;
border-style:dashed;


/*☆強調色*/
strong{
	color:#000000;
	font-weight : normal;
         
}
/*☆FORM要素*/
FORM{
	display:block;
	margin:0px;
}
INPUT.text,TEXTAREA,SELECT{
	 border-width: 1px;
         border-color: #527552;
	color:#000000;
	background-color:#e5ffe5;
        margin:5px;

}
{**ボタン画像（重ね合わせる）**}
INPUT.button{
	cursor:hand;
　　　　weidth: 300px;
	text-align:center;
	font-weight:bold;
	color:#000000;
	background-color: #a7efa7;
}
/*☆テーブル要素*/
{**テーブル設定設定**}
TABLE.layout{
	display:block;
	border-collapse:collapse;
	empty-cells:show;
	border:none;
	font-size:x-small;
         border-color:#428442;
         border-style: solid;
         border-width:1px;
         line-height : 130%;
}
.layout TH{
	padding:2px;
	color:#ffffff;
        background-color:#428442;
        border-color:#ffffff;
         border-color:#ffffff;
         border-style: solid;
         border-width:1px;
       }
.layout TD{
	padding:2px;
	border:1px #428442 solid;
	background-color:#ffffff;
	color:#000000;

}
/*☆リスト要素*/
{**リスト設定**}
DL{
	display:block;
}
DT{
	margin-top:0px;
	padding-left:20px;
	height:15px;
	background : url(./img/list.gif) no-repeat;
	background-position-x:left;
	background-position-y:top;
	color:#0000ff;
}
DT strong{
	color:#000000;
	font-weight : normal;
}
DD{
	margin-left:20px;
}
/*★無料登録ボタンの画像(サイズ調整はここで)*/
IMG#regist{
	border:none;
	height:70px;
	width:260px;
}




/*★キャンペーンページのスタイル設定*/
#campaign{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#fff2f7;
	text-align:center;
	font-size:10pt;
}
#campaign .title{
	margin:10px 0px;
	font-weight:bold;
	font-size:12pt;
	color:#ff7f9e;
}
#campaign .main{
	margin:0px 15px;
	border:3px #ff7f9e solid;
	background-color:#ffffff;
	color:#000000;
	text-align:left;
}
#campaign .footer{
	padding-bottom:3px;
	background-color:#fff2f7;
	color:#ff7f9e;
}