/*	www/css/layout.css

タイトル、テキスト、イメージ、テーブルについては、
エリア別で分類。該当するタグ数ごとに項番を増やす。

----------
h1_title*
h2_title*
h3_title*
h4_title*
h5_title*
h6_title*
----------

----------
text_area*
	text*
----------

----------
image_area*
	亙mage*
----------

----------
table*
----------

基本設定

------------------------------------------------*/

.wrapper{
	background:#000000 url(../common/images/bk.jpg) right top no-repeat;
}
#navi01 a{
	display:block;
	width:216px;
	height:58px;
	background:url(../common/images/navi01_hover.gif) no-repeat;
}

h1{
	height:520px;
	display:block;
	text-indent:-9999px;
}


.newinfo_area01{
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:left;
}


.title01{
	display:block;
	width:562px;
	height:33px;
	margin:20px 0px 0px 0px;
	background:url(../common/images/title01.gif) left top no-repeat;
	text-indent:-9999px;
}

.newinfo_area01 .text_area01{
	margin:25px 0px 0px 3px;
}

.text_area01 li{
	margin:10px 0px 0px 0px;
}


.f_col2{
	float:left;
	width:580px;
	padding:10px 0px 0px 3px;
}

.f_left01{
	float:left;
	width:100px;
}

.f_left02{
	float:left;
	width:450px;
	padding:0px 0px 0px 5px;
}