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