/*common_gb.css ゲットバック（メイン構成ブロック要素強制変更）*/
/*↓ここから　トップページ構成CSS　*/
@charset "utf-8";

/* ↓↓  #container 全体 */
p{
	margin: 2px;
}
#container{
  width: 900px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  text-align:center !important;
}

#header{
  width:900px !important;
  height: auto!important;
}
#side_contents{
  width:180px !important;
  border-right: 0px !important;
  
 }

#main_contents{
  width:710px !important;
  background-color: #ffffff !important;
  text-align:left !important;

}

#footer{
  width: 900px !important;
 }
/*　↑ここまで　トップページ構成CSS　*/
/*############### side_menu　メインログイン/ログアウト ###############*/
#lmt_side_menu　#MemberLoginAddForm{
	margin:0px;
	padding:0px;
	text-align:left;
}
#lmt_side_menu　#MemberLoginAddForm input{
	color:#333333;
	width: 100px;	
}
#lmt_side_menu　#MemberLoginAddForm .input label{
	float:left;
	width: 60px;
}
#lmt_side_menu　#MemberLoginAddForm .input{
	margin: 2px 0px;
	height: 20px;
}

#lmt_side_menu　#MemberLoginAddForm .input input{
	float:right;
	width: 90px;
}
#lmt_side_menu　#MemberLoginAddForm .submit{
	clear: both;
	text-align: right;
}
#lmt_side_menu　#MemberLoginAddForm .submit input{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:79px;
		height:20px;
	background: white url('../../../lmt/shop_file/images/login.gif') no-repeat;
		text-indent: -9999px;
		margin-top: 3px;
}
/*###### ここまで　ログイン/ログアウト #######*/ 
/*　↑ここまで　common_lmt.css ラブミーテンダー（メイン構成ブロック要素強制変更）*/