/* CSS Document 
----------------------------------------------- */

body{
	color:#777777;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/

*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}

.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}


/**レイアウト
----------------------------------------------- */
#bg{
	background:url(../image/bg_con.gif) repeat-y;
	width:834px;
	text-align:left;
	}
#container{
	margin:0 11px 0 10px;
	}
#head{
	background:url(../image/title.gif) no-repeat left;
	height:120px;
	}
#head h1{
	margin:0px 0 0 10px;
	text-indent: -9999px;
	}
#contents{
	width:834px;
	margin:0 0 0 -11px;
	}

/* 中央
----------------------------------------------- */
#main{
	margin:0 0 0 12px;
	width:810px;
	}

/*トップムービー
----------------------------------------------- */
#top_movie{
	width: 810px;
	height: 360px;
	padding: 0px 0 0 0;
}

/*スクロールカテゴリー
----------------------------------------------- */
#top_category{
	width: 810px;
	height: 250px;
	padding: 5px 0 0 0;
}

/*バナー　サムネイル
----------------------------------------------- */
#banner {
	width: 820px;
	height: 60px;
	padding: 5px 0 0 0;
}
#banner a {
	margin: 0;
	padding-right: 1px;
}

/*フッター
----------------------------------------------- */
#footer{
	background-color:#D75D41;
	color:#FFF;
	height:20px;
	clear:left;
	text-align:center;
	margin:20px 0 0 0;
	font-size:10px;
	   }
