/* Prototip.css */

.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 */
