@charset "utf-8";
/* ===================================================================
CSS information

 file name  :member.css
 author     :Ability Consultant
style info  :会員特典設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*---------------------------------------
	#header
----------------------------------------*/

/* .g_menu
------------------------------*/
#member #header .g_menu li.li_04 a{
	background: url(../images/btn_global_menu.gif) no-repeat -317px -27px;
}

/* h2
------------------------------*/
#member #header h2{
	background: url(../member/images/title.gif) no-repeat left top;
}


/*------------------------------------
	#main
-------------------------------------*/

/* .intro
-------------------------------*/
#member #main .intro h3{
	background: url(../member/images/tl_intro.gif) no-repeat left top;
	height: 20px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 30px;
}

#member #main .imgs{
	margin-top: 35px;
}

#member #main .imgs img{
	display: block;
	margin-bottom: 9px;
}

/* .add
--------------------------------*/
#member #main .add{
	margin-top: 62px;
}

#member #main .add h4{
	background: url(../member/images/tl_add.gif) no-repeat left top;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 35px;
}

#member #main .add .regist{
	margin: 20px auto;
	width: 593px;
	background: url(../member/images/txt_add.gif) no-repeat left top;
	height: 56px;
}

#member #main .add .regist .txt{
	display: none;
}

#member #main .add .regist .lnk a{
	display: block;
	width: 219px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 0 auto;
}

#member #main .add .manhattan{
	background: url(../member/images/txt_manhattan.gif) no-repeat left top;
	width: 685px;
	height: 28px;
	margin-left: 7px;
}

#member #main .add .manhattan .txt{
	display: none;
}

#member #main .add .manhattan .lnk a{
	display: block;
	width: 219px;
	height: 28px;
	text-indent: -9999px;
	margin: 0 0 0 auto;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {
	
}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html{
	
}
