/* ========================================================
info  : SVブランチ用のCSSです。
Author: Ryo Toida
Date  : 2008/08/13
Update: 2008/08/13

01: 全体設定
02: レイアウト
03: ナビゲーション
04: フォント
05: 見出し
06: テーブル
07: リスト
08: その他複数ページ共通設定
09: トップページ用

======================================================== */

/* ==============================
 01: 全体設定
============================== */
#svcontents {
	width: 550px;
	padding: 0;
	margin: 0;
}



/* ==============================
 02: レイアウト
============================== */



/* ==============================
 03: ナビゲーション
============================== */



/* ==============================
 04: フォント
============================== */
#svcontents p {
	margin: 10px 0;
}


/* ==============================
 05: 見出し
============================== */
#svcontents h3 {
	font: bold 14px/1.2 Arial, sans-serif;
	background: url(images/h3_bg.gif) bottom left no-repeat;
	margin: 20px 0;
	padding: 0 0 6px 8px;
	color: #666;
}



/* ==============================
 06: テーブル
============================== */



/* ==============================
 07: リスト
============================== */
#svcontents ul {
	margin: 5px 0 5px 25px;
}

#svcontents ul li {
	padding-bottom: 10px;
}

#svcontents ul.hyphen {
	margin: 0 0 0 8px;
	padding: 0;
}

#svcontents ul.hyphen li {
	padding: 0 0 0 13px;
	list-style: none;
	background: url(images/hyphen.gif) top left no-repeat;
}



/* ==============================
 08: その他設定
============================== */
.arrow {
	background: url(images/arrow.gif) top left no-repeat;
	padding-left: 13px;
}

.product {
	cursor: pointer;
	text-decoration: underline;
	color: #009;
}
