/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
h1 {
	font-weight:normal;
}


.small10 {
font-size: 10px;
color:#999999;}
p {
	margin: 0px;
} 
body {
	font-size: 120%;
} 

.yen {color: #666666; font-size:10px; font-weight:100; }
#topics li{
	margin-left: 0px;
	list-style:square;
	list-style-position:inside;
}

#topics {
	margin-top: 0px; 
	padding-top: 0px; 
}

#norepeat {   
	background-repeat: no-repeat;
}



#box_0{
/*	background-color: #FEFF99; */
	background-color: #EEEEEE;
	vertical-align: top;	
	padding:10px;
}

#box_1{ 
/*	background-color: #FF999A; */
	background-color: #EEEEEE;
	vertical-align: top;
	padding:10px;
}

#box_2{ 
/*	background-color: #9A99FF; */
	background-color: #EEEEEE;
	vertical-align: top;	
	padding:10px;
}

#box_3{ 
/*	background-color: #66FF66; */
	background-color: #EEEEEE;
	vertical-align: top;	
	padding:10px;
}

#bubble_tooltip{
/*	width:300px;	*/
	position:absolute;
	display:none;
	z-index:5000;
	top:20px;
	left:150px; 
	background:#EEEEEE;
 	border: 5px solid #999999;	
}
#bubble_tooltip { * width:300px; }/* ie ␳ */

#bubble_tooltip .bubble_top{ 
	height:12px;	
} 

#bubble_tooltip .bubble_middle{
	/* 	background-image: url('/inc/balloon/images/balloon_06.gif');
		background-repeat:repeat-y;	
		background-position:top left;	*/
	padding-left:10px;
	padding-right:10px;
}

#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}

#bubble_tooltip .bubble_bottom{ 	
	/*	background-image: url('/inc/balloon/images/balloon_07.gif');
		background-repeat:no-repeat;	
		background-position:bottom left;	*/
	height:12px; 
}

.floatimageflag{
	position:absolute;
	display:none;
}

.tooltip_text{
	text-decoration:underline;
}

.balloon_switch{
	width:60px; 
	height:80px;
	z-index:5001;
	position:absolute;
 	border: 0px solid #FF0000;
}
 
.whitebox {main.css (line 60)
background-color:#FFFFFF;
border:medium none;
color:#666666;
}
  