@charset "UTF-8";
/**********************************************************************
* /css/element/popup/balloon.css
* Copyright (C) 2007-2009 Kyoto University
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* 
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
* Lesser General Public License for more details.
* 
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-
* 1301  USA
***********************************************************************/

.balloon.top-left .top{background:url(../../../img/common/popup1_top.png);height:22px;width:260px;}
.balloon.top-left .comment{padding:0px 10px 0px 10px;color:#666666;background:url(../../../img/common/popup1_bg.png);width:240px;text-align:left;}
.balloon.top-left .bottom{background:url(../../../img/common/popup1_bottom.png) no-repeat;height:13px;width:260px;}

.balloon.top-right .top{background:url(../../../img/common/popup2_top.png);height:22px;width:260px;}
.balloon.top-right .comment{padding:0px 10px 0px 10px;color:#666666;background:url(../../../img/common/popup1_bg.png);width:240px;text-align:left;}
.balloon.top-right .bottom{background:url(../../../img/common/popup1_bottom.png) no-repeat;height:13px;width:260px;}

.balloon.bottom-right .top{background:url(../../../img/common/popup3_top.png);height:10px;width:260px;}
.balloon.bottom-right .comment{padding:0px 10px 0px 10px;color:#666666;background:url(../../../img/common/popup3_bg.png);width:240px;text-align:left;}
.balloon.bottom-right .bottom{background:url(../../../img/common/popup3_bottom.png) no-repeat;height:22px;width:260px;}

.balloon.bottom-left .top{background:url(../../../img/common/popup3_top.png);height:10px;width:260px;}
.balloon.bottom-left .comment{padding:0px 10px 0px 10px;color:#666666;background:url(../../../img/common/popup3_bg.png);width:240px;text-align:left;}
.balloon.bottom-left .bottom{background:url(../../../img/common/popup4_bottom.png) no-repeat;height:22px;width:260px;}

.balloon.right .top{background:url(../../../img/common/popup5_top.png);height:10px;width:269px;}
.balloon.right .comment{padding:0px 19px 0px 10px;color:#666666;background:url(../../../img/common/popup5_bg.png);width:240px;text-align:left;}
.balloon.right .bottom{background:url(../../../img/common/popup5_bottom.png) no-repeat;height:10px;width:269px;}

.balloon.left .top{background:url(../../../img/common/popup6_top.png);height:10px;width:269px;}
.balloon.left .comment{padding:0px 10px 0px 19px;color:#666666;background:url(../../../img/common/popup6_bg.png);width:240px;text-align:left;}
.balloon.left .bottom{background:url(../../../img/common/popup6_bottom.png) no-repeat;height:10px;width:269px;}

.balloon h4{color:#FF6633;font-weight:bold;}
.balloon table{margin: 3px 0;}
.balloon table td{padding: 2px 3px; border: 1px dotted #666666;}
