@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++
	共通
++++++++++++++++++++++++++++++++++++++++++++++++++*/
body
	{
	margin: 0;
	padding: 0;
	background: #000 url(images/background_body.jpg) repeat-x left top;
	font-size: 11px;
	_font-size:10px;
	color: #eee;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	*font-family:'メイリオ',Meiryo,'Segoe UI',sans-serif;
	_font-family:'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
a
	{
	text-decoration: none;
	color: #FFE788;
	}
a:hover
	{
	text-decoration: none;
	color: #eee;
	}
img
	{
	border:0 ;
	}
a:hover img
	{
	filter : alpha(opacity=60) ;
	-moz-opacity : 0.60 ;
	opacity : 0.60 ;
	}
.f100{font-size:100%;}
.f110{font-size:110%;}
.f120{font-size:120%;}
.f130{font-size:130%;}
.f140{font-size:140%;}
.f150{font-size:150%;}
.f160{font-size:160%;}
.f170{font-size:170%;}
.f180{font-size:180%;}
.f190{font-size:190%;}
.f200{font-size:200%;}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
	ベース
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrap
	{
	margin: 20px auto;
	width: 800px;
	}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
	ヘッダ
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header
	{
	height: 60px;
	line-height: 60px;
	}
#header h1
	{
	color : #fff; 
	font-size: 50px;
	letter-spacing: -7px;
	}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
	テーブル
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#hor-minimalist-b {
	margin: 20px;
	width: 500px;
	border-collapse: collapse;
	text-align: left; }

#hor-minimalist-b td {
	border-bottom: 1px solid #666;
	padding: 6px 8px; }

#hor-minimalist-b tbody tr:hover td {
	color: #FFEB98; }