#navi{
	font-size:17px;
	background-image: url(../images/title_xxx.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: bottom;
	margin-bottom: 5px;
	width: 830px;
	padding:10px 0px 8px;
}
#navi a:link , #navi a:visited{
	text-decoration:none;
	color:#12f;
	border-bottom:1px #12f dashed;
}
#navi a:hover{
	color:#f32;
	border-bottom:1px #f32 dashed;
}
#navi img{
	margin:0px 10px 0px 30px;
}
.text .bd{
	background-image: url(../images/common_board_bg2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 25px 30px;
	padding: 50px 20px;
	border: 1px #f0f0f0 solid;
}
.tb{
	width:500px;
	margin:20px auto;
}
.tb thead{
	background-image: url(../images/common_board_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tb td{
	border:1px #ccc solid;
}
.tb thead td{
	padding:10px 0px 7px 10px;
	font-size:17px;
}
.tb tbody td{
	padding:10px 0px 7px 10px;
	font-size:15px;
}