.tab {
	color:#FFFFFF;
	cursor:pointer;
	width:147px;
	height:20px;
	background-image: url(../images/tab_01.gif);
	vertical-align: middle;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	background-repeat: no-repeat;
}
.tab_hover {
	color:#FFFFFF;
	cursor:pointer;
	width:147px;
	height:20px;
	background-image: url(../images/tab_01_on.gif);
	vertical-align: middle;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	background-repeat: no-repeat;
}
.tab2_hover {
	color:#FFFFFF;
	cursor:pointer;
	width:140px;
	height:20px;
	background-image: url(../images/tab_02_on.gif);
	vertical-align: middle;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	background-repeat: no-repeat;
}
.tab2 {
	color:#FFFFFF;
	cursor:pointer;
	width:140px;
	height:20px;
	background-image: url(../images/tab_02.gif);
	vertical-align: middle;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	background-repeat: no-repeat;
}
.data_tab {
	margin-bottom: 10px;
	padding: 0px;
	border:1px solid #465367;		
	text-align:center;
}
.contact_tab {
	padding: 0px;
	width:314px;
	text-align:left;
	border-top:1px solid #E6E6E6;		
	border-bottom:1px solid #E6E6E6;		
	background: #E6E6E6;
}
.note {
	position: absolute;
	width: 350px;
	z-index: 3;
	visibility: hidden;
	text-align: left;
}
.note-fixed {
	width: 350px;
	text-align: left;
	display: none;
}
#note_bg{
	background: url(../images/blue/note_bg_01.gif) no-repeat;
}
#note_content{
	padding-top: 10px;
	margin: 10px;
	margin-bottom: 0px;
}
.note_button {
	cursor: pointer;
	text-decoration: underline;
}
#note_close {
	cursor: pointer;
	margin-right: 10px;
	text-align:right;
	font-weight: bold;
	height: 30px;
	color: #465367;
}
#fixed_note_close {
	cursor: pointer;
	text-align:right;
	font-weight: bold;
	color: #465367;
}
#note_bottom {
	padding: 0px;
	vertical-align: bottom;
	width: 350px;
	height: 30px;
	background: url(../images/blue/note_bg_02.gif) no-repeat;
}