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

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

/*===========================
■テーブル
============================*/
/* パンくずリストなど */
table.breadcrumb{
	margin-left:auto;
	margin-right:auto;
	border:0;
	padding:0px;
	border-collapse:collapse;
}

/* 指定なしの場合の文字サイズ（90%） */
TABLE.contents,TABLE.pageturn {
font-size: 90%; line-height: 140%; 
border: 0px;
}

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

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

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


/* 一覧に戻る、シリーズ製品情報へのリンク */
TABLE.backlist {
border: 0;
}
TABLE.backlistCenter {
border: 0;
margin-right:auto;
margin-left:auto;
}

TABLE.backlist TD, TABLE.backlistCenter TD{
padding: 5px 0;
}

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

/* 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;
}

/* 前のページ、次のページ */
/* その間の隙間 */
td.pagePrev{
	width:20%
}
td.pageNext{
	width:20%
}

td.pageSpace{
	width:60%
}

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

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

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

/* logo */
td.logo{
	height:75px;
}

td.logoimage{
	width:580px;
}

/* ロゴの下のタイトル */
td.title{
	height:30px;
}

td.titleImage{
	width: 160px;
	height: 30px;
	padding:0;
}

td.titleButton{
	width: 450px;
	height: 30px;
	padding:0;
}


/* スペーサー (margin, padding などでやるべきだが..) */
td.spacer1{
	width:1px;
	background-color:#000000;
}
td.spacer150{
	width:150px;
}
td.spacer180{
	width:180px;
}

/* faq 一覧 */
td.faqList{
	width:609px;
}



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

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

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

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

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

/* 公開日 */
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
}

/* 製品名など */
div.product{
	float: right;
}
/* 次ページ*/
div.pageNext{
	float: right;
}

div.up_date{
	float: right;
}

div.bigButton{
	margin-right:auto;
	margin-left:auto;
}
/*===========================
■イメージ
============================*/
/* ロゴの下のタイトル */
img.titleImage{ /* hspace=15 に変わる物 */
	margin-left: 15px;
}

/* 操作画面、説明画像 */
img.capture{ /* vspace=5 に変わる物 */
	margin-top: 5px;
	margin-bottom:5px;
}

/* 戻る */
img.back{ /* vspace=5 に変わる物 */
	margin-top: 5px;
	margin-bottom:5px;
	border:0;
}
/* ボタン */
img.button{
	border:0;
}

