/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#000000;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

*{ margin:0; padding:0;}
img{ border:0;}

	*{margin:auto;
}


/*■フォントサイズ調整*/
table,div{
}
body {

font-size: 12px; /* モダンブラウザ */
    *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;
background:url(img/test.jpg) repeat;
	}

.CNT{ text-align:center;}
.L{ text-align:left;}
.R{ text-align:right;}

#head{
    margin-top: 30px;
	width:800px;
	height:50px;
	text-align:left;
	line-height: 0px;
	font-size: 14px;
	font-weight: normal;


}

#container{
    margin-top: 80px;
	width:800px;
	height:400px;
	text-align:left;
	line-height: 0px;
	font-size: 9px;
	font-weight: normal;

}


#bannar{
	margin-top: 10px;
	width: 800px;
	color: #000000;
	font-family: style4;

}
