/* TRSの座談場 コモンスタイル*/

/* BODY */
BODY {
		background-color:seashell;	/* 背景色		：貝殻色 */
		color:#000000;				/* 文字色		：黒	 */
		font-size:medium;			/* 文字サイズ	：中	 */
		}

/* 文字フォント指定 */
.since {							/* TOP.カウンタ, since */
		font-size:x-small;
		color:#0033FF;
		}
.lastdate {							/* TOP.最終更新日 */
		font-size:x-small;
		 color:#FF3333;
		}
.lastup {							/* TOP.最終更新内容 */
		font-size:x-small ;
		color:#FF3333;
		text-align:left;
		vertical-align:top;
		}
.title  {							/* トップタイトル */
		font-size:xx-large;
		color:forestgreen;
		italic;
		font-weight:bold;
		}
.s_title {							/* 各ページタイトル */
		font-size:x-large;
		color:#336633;
		italic;
		font-weight:bold;
		}
.h_line {							/* 今月の特集/その他見出しなど */
		font-size:x-large;
		font-weight:bold;
		color:#FF6666;
		}
.semi_h_line {						/* これが目玉/その他見出しなど */
		font-size:large;
		font-weight:bold;
		color:#FF9900;
		}
.talk {								/* 長文用 */
		font-size:small;
		}
.note {								/* 注釈 */
		font-size:x-small;
		}
.caution {							/* 注意書き */
		font-size:medium;
		color:#FFFF00;
		}
.m_adr {							/* メールアドレス */
		font-size:x-small;
		font-style:italic;
		}
.sub {								/* コンテンツ説明など、サブ的要素 */
		font-size:xx-small;
		}

/* 文字の水平位置 */
.center {							/* センタリング */
		text-align:center;
		}
.left {								/* 左寄せ */
		text-align:left;
		}
.right {							/* 右寄せ */
		text-align:right;
		}

/* テーブルセルの書式 */
.td_top_photo {								/* TOP写真 */
		background-color :ghostwhite;			/* 背景色		：コーンシルク */
		width            :250px;
		border-style     :groove;			/* ボーダー		：へこみ */
		border-color     :bisque;			/*				  ビスケット */
		}

.td_top_photo_caption {						/* TOP写真 題名*/
		background-color :lavenderblush;		/* 背景色		：レモンシフォン */
		border-style     :groove;			/* ボーダー		：へこみ */
		border-color     :bisque;			/* 				  ビスケット */
		text-align       :center;			/* 文字位置		  中央 */
		}

.td_top_categories {						/* カテゴリ枠 */
		background-color :cornsilk;			/* 背景色		：コーンシルク */
		width            :470px;
		border-style     :solid;			/* ボーダー		： */
		border-color     :snow;			/*				  カーキ */
		}

.td_top_category_trs {						/* カテゴリ-TRSの座談場 */
		background-color :mistyrose;		/* 背景色		：淡いバラ色 */
		width            :140px;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :lightcoral;       /*              ：ライトコーラル */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_content_trs {						/* コンテンツ-TRSの座談場 */
		font-size:xx-small;
		background-color :mistyrose;		/* 背景色		：淡いバラ色 */
		width            :340px;
		height           :30pt;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :lightcoral;       /*              ：ライトコーラル */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_category_colors {					/* カテゴリ-COLORs */
		background-color :lightyellow;		/* 背景色		：明るい黄色 */
		width            :140px;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :gold;             /*              ：ゴールド */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_content_colors {					/* コンテンツ-COLORs */
		font-size:xx-small;
		background-color :lightyellow;		/* 背景色		：明るい黄色 */
		width            :340px;
		height           :30pt;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :gold;             /*              ：ゴールド */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_category_music {					/* カテゴリ-MUSIC */
		background-color :#FFFFCC;			/* 背景色		：かなり明るい緑色 */
		width            :140px;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :#CCEE33;          /*              ：明るい緑色 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_content_music {						/* コンテンツ-MUSIC */
		font-size:xx-small;
		background-color :#FFFFCC;			/* 背景色		：かなり明るい緑色 */
		width            :340px;
		height           :30pt;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :#CCEE33;          /*              ：明るい緑色 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_category_others {					/* カテゴリ-その他 */
		background-color :#EEFFCC;			/* 背景色		：かなり明るい青緑色 */
		width            :150px;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :palegreen;		/*				  明るい緑色 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_content_others {					/* コンテンツ-その他 */
		font-size:xx-small;
		background-color :#EEFFCC;			/* 背景色		：かなり明るい緑色 */
		width            :340px;
		height           :30pt;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :palegreen;		/*				  明るい緑色 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_category_link {						/* カテゴリ-リンク */
		background-color :aliceblue;		/* 背景色		：アリスブルー */
		width            :150px;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :paleturquoise;    /*              ：明るい青 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_content_link {						/* コンテンツ-リンク */
		font-size:xx-small;
		background-color :aliceblue;		/* 背景色		：アリスブルー */
		width            :340px;
		height           :30pt;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :paleturquoise;    /*              ：明るい青 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_category_mobile {						/* カテゴリ-携帯版 */
		background-color :lavenderblush;		/* 背景色		：ラベンダーブラッシュ */
		width            :150px;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :thistle;		    /*              ：アザミ色 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}

.td_top_content_mobile {						/* コンテンツ-携帯版 */
		font-size:xx-small;
		background-color :lavenderblush;		/* 背景色		：ラベンダーブラッシュ */
		width            :340px;
		height           :30pt;
		border-style     :double;           /* ボーダー		：二重 */
		border-color     :thistle;		    /*              ：アザミ色 */
		text-align       :left;				/* 文字位置		：左 */
		padding-left     :5px;
		}


.td_semi_h_line {							/* 目玉 */
		width            :700pt;
		height           :30pt;
		border-style     :ridge;
		border-color     :#ffff00;
		}


/* ハイパーリンク フォント指定 */
A:link    { font-size:medium; color:#3333FF; font-weight:bold; text-decoration:underline;} /* デフォルトと同色*/
A:visited { font-size:medium; color:#993333; font-weight:bold; text-decoration:underline;} /* デフォルトと同色*/
A:active  { font-size:medium; color:#FF3333; font-weight:bold; text-decoration:underline;} 
A:hover   { font-size:medium; color:#FF3333; font-weight:bold; text-decoration:underline;} 
A:focus   { font-size:medium; color:#FFCCCC; font-weight:bold; text-decoration:underline;} 



/* 個別指定 TOP*/


/* 個別指定 SS*/
  .story_p {
			line-height:20pt;
			text-indent:10pt;
			color:#FFFFFF;
			width:100%;
			filter:progid:DXImageTransform.Microsoft.alpha
			(style=1, opacity=100, finishopacity=60, startx=0, starty=0, finishx=700, finishy=00)
}
/* TOPへ戻る フィルタ指定 (試用)*/
.back_to_top {
			background-color:#66FF66;	/* 背景色  ：赤	 */
			color:#FFFFFF;
			width:100%;
			filter:progid:DXImageTransform.Microsoft.alpha
			(style=1, opacity=100, finishopacity=10, startx=0, starty=0, finishx=799, finishy=100)
}

