@charset "utf-8";

/*** sub area ***/
.info_title{
	width:230px;
	height:30px;
	border:solid 1px #333333;
	background:#CCCCCC;
}
.info{
	width:230px;
	height:150px;
	overflow:auto;
	border:solid 1px #FF0000;
}
.info table{
	border:solid 1px #0000FF;
}
.welcome_title{
	width:410px;
	height:30px;
	border:solid 1px #333333;
	background:#CCCCCC;
}
.bn	{
	border:solid 1px #333333;
	background:#CCCCCC;
	height:50px;
	margin:0 0 10px 0;
}
/*** sub area1 ***/
#sub_main{
	text-align:center;
	margin:0 auto;
	width:860px;
	clear:both;
	border:solid 1px #FF0000;
}

#main_pix{
	width:100%;
	height:150px;
	margin:0 0 10px 0;
	clear:both;
	background:#AAAAAA;
}
#sub_main table{
	border:solid 1px #0000FF;
}

/*** sub area2 ***/
#side_area{
	text-align:center;
	margin:0 auto;
	width:250px;
	float:left;
	text-align:left;
	border:solid 1px #FF0000;
}
#side_area table{
	width:240px;
	border:solid 1px #0000FF;
}
.side_navi{
	height:20px;
	background:#CCCCCC;
}
#sub_main_right{
	text-align:center;
	margin:0 auto;
	width:600px;
	float:left;
	text-align:left;
	border:solid 1px #FF0000;
}
#sub_main_right table{
	border:solid 1px #0000FF;
}

