@charset "utf-8"; /* 文字コード */

/* 
* File      : site.css
* メイン、データルーム、リンク、ブックス、ターゲットクラブ　共通 
* Update    :
* 1.00 2005.02.11: 初版
*
*/


/* エントリー別の段落 */
	.rb {
		padding:10px;
		font-size:small;
		font-weight:normal;
		color: #336699;
		background: none;
	}

/* 各エントリー */
	.rb-body {
		background:#ffffff;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:5px;
		padding-left:8px;
		padding-right:8px;
		line-height:150%;
		width : auto ;
		margin-bottom:15px;
		margin-top: 15px;
	}

/* メニュータイトルの定義 */
	.rb-menutitle {
		margin: 5px;
		text-align: left;
		font-size: 18px;
		font-family: 'Verdana', 'Arial', sans-serif;
		color: #666;
	}
	.rb-menu a {
		color: #666;
		background: none;
		text-decoration: none;
	}
	.rb-menu a:link {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}
	.rb-menu a:visited {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}
	.rb-menu a:active {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}
	.rb-menu a:hover {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}

/* サブバーナー 2005.02.12　アイコンを入れる*/
	.subbanner {
		padding-bottom: 5px;
		text-align: center;
		font-size:small;
	}

	.sub a {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}
	.sub a:link {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}
	.sub a:visited {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}
	.sub a:active {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}
	.sub a:hover {
		color: #ff0000;
		background: none;
		text-decoration: none;
	}

/* books.htmlの定義 */
	.rb-books {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: left;
	}


/* UL LIの定義 */
	.UL LI {
		list-style-type: none;
	}

/* 個別定義 tipstarsの定義 */
	.rb-tipstars {
		color:#666666;
		margin-top: 20px;
		margin-left: 15px;
		margin-bottom:150px;
	}

	.tipstars {
		text-align: left;
		vertical-align: middle;
	}

/* 個別定義　ほのお */
	.honoo {
		width : auto ;
		margin-bottom:150px;
		margin-top: 150px;
	}

/* データルームのＲＳＳ表示 */

	.data-list {
		background:#ffffff;
		padding-left:15px;
		width : auto ;
		margin-bottom:15px;
		margin-top: 15px;
	}

/* サイドバー　MASTERの表示設定 */

	.master {
		padding-left:5px;
		width : auto ;
		margin-bottom:5px;
		margin-top: 5px;
		font-size: 9px;
		font-family: Verdana, Arial, sans-serif;
	}

