/* PowerTip Plugin */
#powerTip1{
position:absolute;
display:none;
width:440px;
margin-top:10px;
margin-bottom:-10px;
padding:20px 0 0;
background:url(../images/b_parts/tooltip-up_ja.png) top right no-repeat;
z-index:99999;
cursor:default;
}

#powerTip1 div{
width:350px;
margin-left:90px;
padding-bottom:60px;
background:url(../images/b_parts/tooltip-down-1_ja.png) bottom left no-repeat;
}

#powerTip2{
position:absolute;
display:none;
width:350px;
padding:20px 0 0;
background:url(../images/b_parts/tooltip-up_ja.png) top right no-repeat;
z-index:99999;
cursor:default;
}

#powerTip2 div{
width:350px;
padding-bottom:30px;
background:url(../images/b_parts/tooltip-down-2_ja.png) bottom left no-repeat;
}


#powerTip3{
position:absolute;
display:none;
width:350px;
padding:20px 0 0;
background:url(../images/b_parts/tooltip-up_ja.png) top right no-repeat;
z-index:99999;
cursor:default;
left:50% !important;
margin-left:120px;
}

#powerTip3 div{
width:350px;
padding-bottom:30px;
background:url(../images/b_parts/tooltip-down-2_ja.png) bottom left no-repeat;
}

#powerTip4{
position:absolute;
display:none;
width:350px;
padding:20px 0 0;
background:url(../images/b_parts/tooltip-up_ja.png) top right no-repeat;
z-index:99999;
cursor:default;
left:50% !important;
margin-left:120px;
}

#powerTip4 div{
width:350px;
padding-bottom:30px;
background:url(../images/b_parts/tooltip-down-3_ja.png) bottom left no-repeat;
}

#powerTip1 p,
#powerTip1 ul,
#powerTip2 p,
#powerTip2 ul,
#powerTip3 p,
#powerTip3 ul,
#powerTip4 p,
#powerTip4 ul{
width:320px;
margin:0 auto;
font-size:12px;
line-height:1.5;
}

#powerTip1 p+p,
#powerTip2 p+p,
#powerTip3 p+p{
margin-top:10px;
}