@charset "utf-8";
/*------------------------------------------------
 * タイトル：個別コンテンツ用ＣＳＳファイル
 * 説明    ：トップページ
 *
 * 著作権  ：Copyright(c) 2008 Vin sur Vin
 * 会社名  ：株式会社マスモト ヴァン シュール ヴァン
 *
 * 変更履歴：
 *         ：
 *         ：
 *
-------------------------------------------------*/

@import "common.css";					/* 共通CSS							*/
@import "boxLeft.css";					/* レフトボックス用CSS	*/
@import "boxRight.css";				/* ライトボックス用CSS	*/
@import "boxFooter.css";				/* フッター用CSS				*/

/*------------------------------------------------
 新着情報
------------------------------------------------*/

/* 新着情報全体のブロック */
div#contents div#news {
	width: 480px;
	text-align: center;						/* 表本体をセンタリング */
	background: url(http://www.vsv.co.jp/images/index/newsMiddle.gif) top repeat-y;
																/* 全体の背景画像 */
	font-size: 75%;
}


div#contents div#newsFooter {
	background:url(http://www.vsv.co.jp/images/index/newsBottom.gif) center bottom no-repeat;
																/* 下側の角丸画像 */
}

/* 新着情報の表本体 */
div#contents div#news table {
	width: 432px;
	margin-left: auto;						/* 表本体をセンタリング（Firefox用） */
	margin-right: auto;
}

div#contents div#news td {
	height: 2.5em;								/* 各行の高さ */
	text-align: left;
	color: #740000;
	border-bottom: dotted 1px #DFAAA8;
																/* 各行に下線を表示する */
}

div#contents div#news tr.atLast td {
	border-bottom: none;					/* 最終行は下線を表示しない */
}

div#contents div#news td.newsDate {
	width: 26%;										/* 日付部分の列幅 */
	font-size: 83%;								/* 日付部分のフォントを小さくする */
}

div#contents div#news td.newsDate img {
	margin-right: 15px;						/* マーカー画像と日付の距離をとる */
}

/* テキストリンク表示（通常時） */
div#contents div#news a,
div#contents div#news a:link,
div#contents div#news a:visited{
	text-decoration: none;
	border-bottom: dotted 1px #740000;
	color: #740000;
}

/* テキストリンク表示（ロールオーバー時） */
div#contents div#news a:hover {
	border-bottom: dotted 1px #CC0000;
	color: #CC0000;
}

/*------------------------------------------------
 バナー
------------------------------------------------*/
div#contents p.banner {
	margin-top: 15px;
	margin-bottom: 0;
}


