@charset "utf-8";
/* CSS Document */
#main {
    width: 994px;
	text-align: left;
}

#main #nav1{
	width: 310px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

#main #nav1 .topl {
	width: 4px;
	height: 28px;
	background-image: url(../image/topl_tm.gif);
	background-repeat: no-repeat;
	float: left;
}

#main #nav1 .topm{
	width: 306px;
	height:28px;
	background-image: url(../image/topm_tm.gif);
	background-repeat: repeat-x;
	float: left;
	line-height: 28px;
	color: #FFFFFF;
}

#main #nav1 .topm .title{
	height: 16px;
	margin-top: 8px;
	font-weight: bold;
}

#main #nav1 .topm .title A{
	color: #000000;
	text-decoration: none;
}

#main #nav1 .topr{
	width: 4px;
	height: 28px;
	background-image: url(../image/topr_tm.gif);
	background-repeat: no-repeat;
	float: right;
}

#main #nav1 .fill{
	width: 310px;
	background-image: url(../image/fill1_tm.gif);
	background-repeat: repeat-y;
	line-height: 22px;
	background-position: right;
}

#main #nav1 .fill .intro {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
}

#main #nav1 .botl{
	width: 4px;
	height: 4px;
	background-image: url(../image/botl_tm.gif);
	background-repeat: no-repeat;
	float: left;
}

#main #nav1 .botm{
	width: 306px;
	height: 4px;
	background-image: url(../image/botm_tm.gif);
	background-repeat: repeat-x;
	float: left;
}

#main #nav1 .botr{
	width: 4px;
	height: 4px;
	background-image: url(../image/botr_tm.gif);
	background-repeat: no-repeat;
	float: right;
}


