@charset "utf-8";
/*------------------------------------------------
 * タイトル：カスタムCSS
 * 著作権  ：Copyright(c) 2009 ネッツトヨタ兵庫
-------------------------------------------------*/

@import "common.css";		/* 共通CSS */
@import "overMember.css";	/* ロールオーバーCSS */

/*------------------------------------------------
 ページレイアウト要素
------------------------------------------------*/

/* コンテンツとナビの境界線 */
#main{
	background: url(../images/common/bgMainSeparater.gif) 650px 0 repeat-y;
}


/*------------------------------------------------
 index.html
------------------------------------------------*/

/* CAPTION */
#main #mainBody #mainBodyInner div.memberCaptionBody{
	margin:18px 0 0 0;
	background:url(../images/member/memberCaptionBody.gif) center top repeat-y;
}

#main #mainBody #mainBodyInner div.memberCaptionFooter{
	background:	url(../images/member/memberCaptionFooter.gif) center bottom no-repeat;
}

#main #mainBody #mainBodyInner div.memberCaptionHeader{
	background:	url(../images/member/memberCaptionHeader.gif) center top no-repeat;
	padding: 12px 15px;
	font-size: 90%;
}

* html #main #mainBody #mainBodyInner div.memberCaptionHeader{
	height: 1%;
}

/* BTN */
#main #mainBody #mainBodyInner p.memberBtn{
	float: right;
	margin: 12px 0 50px 0;
	padding: 0;
}