@charset "utf-8";
/*------------------------------------------------
 * タイトル：クルマの買い方CSS
 * 著作権  ：Copyright(c) 2009 ネッツトヨタ兵庫
-------------------------------------------------*/

@import "common.css";			/* 共通CSS */

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

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


/*------------------------------------------------
 index.html
------------------------------------------------*/
/* ナビゲーション */
#main #mainBody #mainBodyInner div#sign{
	text-align:right;
	margin:20px 0 0;
}

#main #mainBody #mainBodyInner p.chapterTxt{
	margin:0 5px;
	padding:10px 0;
}

#main #mainBody #mainBodyInner span.fontBold{
	font-weight:bold;
}
