@charset "UTF-8";
/*
 * mopTip 2.1
 * By Hiroki Miura (http://www.mopstudio.jp)
 * Copyright (c) 2008 mopStudio
 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
 * July 10, 2009
*/
.moptip{
    margin-left:-100px;
    margin-top:90px;
	position:absolute;
}
#mopTip01 {
	/*position:absolute;*/
	display: none;
	z-index: 999;
	font-size: 3px;
		left:-51px;
	top:50px;
}
#mopTip01 .tip {
	vertical-align: top;
	background: #05b26f url(../images/mopTip2/dg.jpg) repeat-x bottom;
		color:#ffffff;
}
#mopTip01 .content {
	padding: 0;
	font-size: 11px;
	cursor:auto;
	line-height:1.5em;
	color:#ffffff;
}
#mopTip01 .leftTop {
	font-size: 3px;
	height: 20px;
	width: 20px;
 
}
#mopTip01 .rightTop {
	font-size: 3px;
	width: 20px;
 
}
#mopTip01 .leftBottom {
	font-size: 3px;
	/*height: 20px;
	width: 20px;*/
	 
}
#mopTip01 .rightBottom {
	font-size: 3px;
 
}
#mopTip01 .arrow {
	height: 20px;
	width: 60px;
 
}
#mopTip01 .arrowBottom {
	height: 20px;
	width: 60px;
 
}
#mopTip01 .left {
	font-size: 3px;
	width: 16px;
	 
}
#mopTip01 .right {
	font-size: 3px;
	width: 20px;
 
}
#mopTip01 .top {
 
}
#mopTip01 .bottom {
 
}
#mopTip01 .close {
	font-size: 3px;
	position: absolute;
	height: 27px;
	width: 27px;
	cursor: auto;
	background-image: url(../images/mopTip2/closeBtn.gif);
	background-repeat: no-repeat;
	right:11px;
	top:25px;
	display: none;
}
#mopTip01 .close:hover {
	 
}
#mopTip01 .arrowSet {
	font-size: 3px;
}
#mopTip01 .arrowSetBottom {
	font-size: 3px;
}


.tipContent{
	background: #acdafb;
	border: 1px solid #008beb;
	color: #000000;
	padding: 10px;
}
.tipHeading{
   background: #0089e9;
	color: #ffffff;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: bold;
}
.tipArrowLeft{
	font-size: 3px;
	position: absolute;
	height: 31px;
	width: 16px;
	background-image: url(../images/mopTip2/arrowLeft.gif);
	background-repeat: no-repeat;
	left:5px;
	top:68px;
 
}
.mt{
	color:#ffffff;
	text-align:center;
	padding:10px;
	font-size:12px;
	font-weight:bold;
}
.mt a{
    color:#ffffff;
}
.bl{

}
.ln{
	width:40px;
    border-top:1px solid #ff0000;
	padding-top:10px;	
}

