@charset 'utf-8';
@import url("common.css");
/*blogtop*/
.umi_gorilla_chop{
	width:700px;
	height:220px;
	background-image:url(../img/umi/umi_gorilla.jpg);
	background-repeat:no-repeat;
	}
.umi_maeda{
	width:700px;
	height:220px;
	background-image:url(../img/umi/umi_maeda.jpg);
	background-repeat:no-repeat;
	}
.umi_sunabe{
	width:700px;
	height:283px;
	background-image:url(../img/umi/umi_sunabe.jpg);
	background-repeat:no-repeat;
	}
.umi_image_gorilla_chop{
	margin-left:77px;	
	}
.umi_image_gorilla_chop img,
.umi_image_maeda img,
.umi_image_sunabe img{
	float:left;
	width:184px;
	height:137px;
	margin-right:20px;
	}	
.umi_image_maeda{
	margin-left:342px;
	}
.umi_image_sunabe{
	margin-left:315px;
	}
.umi_text_gorilla_chop,
.umi_text_maeda,
.umi_text_sunabe{
	float:left;
	width:100px;
	height:134px;
	
	}
.umi_date_gorilla_chop,
.umi_date_maeda,
.umi_date_sunabe{
	clear:both;
	margin-top:10px;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	}		
.umi_date_gorilla_chop{
	margin-left:77px;
	}
.umi_date_maeda{
	margin-left:342px;
	}		
.umi_date_sunabe{
	margin-left:315px;
	}		
	
/*tooltip*/
#tooltip {
	text-align: left;
	position: absolute;
	left: -999em;
	z-index: 1;
	/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	background-image: url(../img/tooltip/frm_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
}
#tooltip h3 {
	color: #000099;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 2px;
	font-weight:bold;
	background-image: url(../img/tooltip/frm_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tooltip .body {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
	color: #333333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.bgiframe {
 text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
	