body{
	text-align:center;
	background-image:url('/images2/bg.jpg');
	background-repeat:repeat-x;
}

H1.index{
	font-size:14px;
	text-align:center;
	margin:5px 0px;
	color:orangered;
}

H3.title{
	font-size:16px;
	text-align:left;
	font-weight:bolder;
	margin:4px 2px;
	color:#FF6600;
}

LI.navi{
	font-size:14px;
	width:140px;
	margin:2px 2px;
	color:orangered;
}

LI.exln{
	font-size:12px;
	width:140px;
	margin:1px 1px;
	color:#666666;
}

A.exln{
	color:#666666;
	text-decoration:none;
}

A.exln:hover{
	color:#000000;
}

P.biznavi{
	font-size:12px;
	font-weight:bolder;
	color:#FF3399;
	margin:3px 3px;
	line-height:18px;
}

#container{
	width:985px;
	margin:0 auto;
	text-align:left;
}

#inner{
	margin:0 10px;
}

.CenterLeft{
	width:735px;
	float:left;
}

.center{
	width:505px;
	float:right;
}

.left{
	width:220px;
	float:left;
}

.right{
	width:220px;
	float:right;
}

.bot{
	text-align:center;
}

.clear{
	clear:both;
	line-height:0;
	height:0;
}


