/* support_common_s.css 2007.05.28 */
/* 文字サイズ小さめのfaqフォーマット向けCSSです */


/*===========================
■見出し
============================*/

/* 通常の見出し1 */
H1 {
font-size: 100%; margin-top: 0px; margin-bottom: 0px;
}
/* 通常の見出し2 */
H2 {
font-size: 120%; margin-top: 0px; margin-bottom: 0px;color: #333366;
}
/* 通常の見出し3 */
H3 {
font-size: 112.5%; margin-top: 3px; margin-bottom: 0px;
}
/* 通常の見出し4 */
H4 {
font-size: 100%; margin-top: 3px; margin-bottom: 0px;
}

/*===========================
■テーブル
============================*/

/* ヘッダー、更新日の文字サイズ（75%） */
TABLE.contents,TABLE.pageturn,TABLE.header,TABLE.up_date {
font-size: 75%; line-height: 140%; 
border: 0px;
}

TABLE.contentsCenter,TABLE.pageturnCenter,TABLE.up_dateCenter {
font-size: 90%; line-height: 140%; 
border: 0px;
margin-right:auto;
margin-left:auto;
}


TABLE.headerCenter {
font-size: 75%; line-height: 140%; 
border: 0px;
margin-right:auto;
margin-left:auto;
}


/* 文字なしのテーブル */
TABLE.backlist {
border: 0px;
}
TABLE.backlistCenter {
margin-right:auto;
margin-left:auto;
border: 0px;
}

/* 文中にテーブルを使う際の文字サイズ調整用 */
TABLE.data {
font-size: 100%; line-height: 140%;
margin-bottom: 10px;
}

/* contents 上下余白設定 */
TABLE.contents, TABLE.contentsCenter {
margin-top: 10px;
margin-bottom: 20px;
}

/* header,contents,backlist,up_date パディング */
TABLE.header TD,TABLE.headerCenter TD,TABLE.contents TD,TABLE.contentsCenter TD,TABLE.backlist TD,TABLE.backlistCenter TD,TABLE.up_date TD, ,TABLE.up_dateCenter TD {
border-spacing: 0px;
padding: 0px;
}

/* ページ送り 背景色 */
TABLE.pageturn, TABLE.pageturnCenter {
background-color: #eeeeee;
}

/* ページ送り パディング */
TABLE.pageturn TD, TABLE.pageturnCenter TD {
border-spacing: 0px;
padding: 3px;
}

/* 見出し枠 罫線 */
TABLE.CBtitle {
border:3px solid #CCCCCC;
}

TABLE.CBtitleCenter {
border:1px solid #CCCCCC;
margin-right:auto;
margin-left:auto;
}

/* 見出し枠 パディング */
TABLE.CBtitle TD,TABLE.CBtitleCenter TD  {
padding: 10px;
}







/*===========================
■余白調整
============================*/

/* リスト表示（●） */
UL {
margin-top: 5px; margin-bottom: 0px;
}

/* 数字リスト表示 */
OL {
margin-top: 5px; margin-bottom: 0px;
}

/* リスト項目間の余白 */
LI {
margin-bottom: 5px;
}

/* 段落の余白 */
P {
margin-top: 5px; margin-bottom: 10px;
}

/* 公開日 */
P.up_date {
margin-top: 5px; margin-bottom: 5px;
}

/*===========================
■リンクボタン
============================*/

/* 赤丸のリンク <a class="GoRed"> */
a.GoRed {
	background: url(/common/img/tool/go_mark_red.gif) no-repeat 0 1px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}
/* 白丸のリンク <a class="GoWhite"> */
a.GoWhite {
	background: url(/common/img/tool/go_mark_siro.gif) no-repeat 0 1px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}


/*===========================
■文字
============================*/
.Attention {
	color: #FF0000
}
