/* 
h4
見出し。太字になる。
h5
見出し。太字になる。


.p
文章段落。下に空きができる。
.section
囲われたエリアの下に空きができる。
.font11
フォントサイズを小さくする（win11px,mac10px）
.font15
フォントサイズを大きくする（win15px,mac14px）
.colsf00
色を変える（#F00）


.textCenter
.textLeft
.textRight
テキストの位置調整。p、th、tdタグなどに適用できる。


.pictBox
エリア内の画像ファイルは下に5pxの空きを持つ。


.pagetitle
ニュースタイトル
下に1px（#CCC）の罫線。
.pagetitle h4
見出し。フォントサイズが大きく。


.listTypeCircle
黒丸のリストマーク。左に余白。
.listType01
頭揃え。
.listTypeNotes
上に1pxの罫線。
文字サイズを小さくするには .font11 を使用


.tableNowrap
改行させたくないセルに適用。改行されなくなります。

.pictBox
.textBox
サイドに画像が入る場合は、画像エリアと本文エリアをそれぞれ div で囲み指定する。
画像なしの場合は囲まなくて良い。
 */





/* コンテンツエリア2カラム */
#newsSkin .pictBox {
	float: right;
	width: 150px;
}
#newsSkin .textBox {
	float: left;
	width: 565px;
}
/* コンテンツエリア2カラム */



/* 見出し・段落設定 */
#newsSkin #contents .section p, #newsSkin table th, #newsSkin table td {
	line-height: 20px;
}
#newsSkin #contents .section p,
#newsSkin #contents .section ul {
	width: 565px;
}
#newsSkin h5 {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#newsSkin h6 {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#newsSkin .section {
	margin: 0 0 25px 0;
}

#newsSkin .right {
	margin: 20px 0 0 0;
	padding: 0;
	text-align:right;
}
#newsSkin .right span {
	font-weight:bold;
}
#newsSkin p.trade{
	margin:10px 0 0 0;
	padding:0;
	text-align:right;
}

#newsSkin .colsf00 {
	color: #F00;
}
/* その他見出し・段落設定 */



/* テキスト位置調整 */
#newsSkin .textCenter {
	text-align: center;
}
#newsSkin .textLeft {
	text-align: left;
}
#newsSkin .textRight {
	text-align: right;
}
#newsSkin sup{
	vertical-align:top;
}
/* テキスト位置調整 */



/* ページタイトル */
#newsSkin .pagetitle {
	border-bottom: 1px solid #CCC;
	margin: 0 0 25px 0;
	padding: 0 0 12px 0;
}
#newsSkin .pagetitle h4 {
	font-weight: bold;
}
#newsSkin .pagetitle p {
	font-weight: bold;
	padding: 0;
}
/* ページタイトル */



/* 写真スペース */
#newsSkin .pictBox img {
	margin: 0 0 5px 0;
}
/* 写真スペース */



/* テーブルデザイン */
#newsSkin .tableType01 {
	margin: 0 0 9px 20px;
}
#newsSkin .tableType01 td,
#newsSkin .tableType01 td {
	vertical-align: top;
	padding: 0 5px;
}

#newsSkin .tableType02 {
	border: 1px solid #E6E6E6;
	margin: 0 0 9px 0;
}
#newsSkin .tableType02 th,
#newsSkin .tableType02 td {
	vertical-align: top;
	border: 1px solid #E6E6E6;
	padding: 2px 15px;
}
#newsSkin .tableType02 th {
	background: #F3F3F3;
}
#newsSkin table strong {
	font-weight: bold;
}
#newsSkin .tableNowrap {
	white-space: nowrap;
}
/* テーブルデザイン */


/* リストデザイン */
#newsSkin .listTypeCircle li {
	list-style: disc outside;
	margin: 0 0 9px 30px;
}
#newsSkin ul.listType01 {
	margin: 0 0 9px 0;
}
#newsSkin .listType01 li {
	text-indent: -1em;
	margin: 0 0 9px 0;
	padding: 0 0 0 1em;
}
#newsSkin .listType01 li strong {
	font-weight: bold;
}
#newsSkin ul.listTypeNotes {
	border-top: 1px solid #E6E6E6;
	margin: 0 0 9px 0;
	padding: 9px 0 0 0;
}
#newsSkin .listTypeNotes li {
	text-indent: -1em;
	margin: 0 0 4px 0;
	padding: 0 0 0 1em;
}
#newsSkin ul.listType02 {
	margin: 0 0 9px 0;
}
#newsSkin .listType02 li {
	text-indent: -1.5em;
	margin: 0 0 9px 0;
	padding: 0 0 0 1.5em;
}
#newsSkin .listType02 li strong {
	font-weight: bold;
}
/* リストデザイン */


/* お問い合わせ先 */
#newsSkin div#newsContact {
	border: 1px solid #E6E6E6;
	padding: 10px 10px 0 10px;
}
#newsSkin #newsContact td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}
/* お問い合わせ先 */

