.tooltip {
	BORDER-RIGHT: #a8a8a8 2px solid; BORDER-TOP: #a8a8a8 2px solid; FONT-SIZE: 80%; BACKGROUND: #fff; FILTER: Alpha(opacity=95); BORDER-LEFT: #a8a8a8 2px solid; WIDTH: 688px; COLOR: #333; BORDER-BOTTOM: #a8a8a8 2px solid; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; TEXT-ALIGN: left; moz-opacity: 0.95
}
.tooltip .title {
	BACKGROUND: url(../images/title_tooltip.gif) no-repeat; WIDTH: 688px; HEIGHT: 33px
}
.tooltip .content {
	PADDING-RIGHT: 30px; PADDING-LEFT: 30px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.1; PADDING-TOP: 10px
}
.tooltip .content DIV.swf P {
	COLOR: #1a4876
}
.tooltip .content DIV.swf P OBJECT {
	FLOAT: left; MARGIN-BOTTOM: 5px; WIDTH: 165px; MARGIN-RIGHT: 10px
}
.tooltip .content DIV.swf:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; LINE-HEIGHT: 0; HEIGHT: 0px; content: "."
}
.tooltip .content DIV.swf {
	MIN-HEIGHT: 1%
}
.tooltip .content DIV.swf {
	HEIGHT: 1%
}
.tooltip .content DIV.swf {
	DISPLAY: block
}




.tooltip,
.tooltip02 {
	width: 688px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	text-align: left;
	border: 2px solid #a8a8a8;
	background: #fff;
	filter:Alpha(opacity=95);
	-moz-opacity:0.95;
}
.tooltip02 {
	width: 360px;
}
.tooltip .title,
.tooltip02 .title {
	width: 688px;
	height: 33px;
	background: url(../images/index/tooltip/title_tooltip.gif) no-repeat;
}
.tooltip02 .title {
	width: 357px;
}
.tooltip .content,
.tooltip02 .content {
	padding: 10px 30px 0;
	line-height: 1.1;
}
.tooltip02 .content {
	padding: 10px 20px 0;
}
.tooltip .content div.swf p,
.tooltip02 .content div.swf p {
	color: #1a4876;
}
.tooltip02 .content p{
	text-align:justify;
}
.tooltip02 .content p.note {
	font-size:0.8em;
}
.tooltip .content div.swf p object {
	float: left;
	width: 165px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.tooltip .content div.swf:after,
.tooltip02 .content div.swf:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.tooltip .content div.swf,
.tooltip02 .content div.swf {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
.tooltip .content div.swf,
.tooltip02 .content div.swf {
	height: 1%;
}
.tooltip .content div.swf,
.tooltip02 .content div.swf {
	display: block;
}
/* end of for macIE */
