/* 共通 */
td { font-size:12px; }
#bomb { font-size:12px;background-color:#EEEEEE;}

#bomb .back { position:relative;width:700px;background:url(./images/bar_11.gif) repeat; }
#bomb .bar_top { position:relative;width:700px;background:url(./images/bar_02.gif) top repeat-x; }
#bomb .bar_left { position:relative;width:700px;background:url(./images/bar_05.gif) left repeat-y; }
#bomb .bar_right { position:relative;width:700px;background:url(./images/bar_07.gif) right repeat-y; }
#bomb .bar_bottom { position:relative;width:700px;background:url(./images/bar_15.gif) bottom repeat-x; }
#bomb .bar_left_top { position:relative;width:700px;background:url(./images/bar_01.gif) top left no-repeat; }
#bomb .bar_right_top { position:relative;width:700px;background:url(./images/bar_04.gif) top right no-repeat; }
#bomb .bar_left_bottom { position:relative;width:700px;background:url(./images/bar_14.gif) bottom left no-repeat; }
#bomb .bar_right_bottom { position:relative;width:700px;background:url(./images/bar_16.gif) bottom right no-repeat; }
#bomb .dash_bar { border-bottom:1px dashed #999999;width:500px; }

#COPYRIGHT { position:relative;width:700px;text-align:center;color:#005EFF;padding-bottom:15px; }

/***** 個別ページの設定 *****/
.text { background-color:#E6FFDF;border:1px solid #009900; }
.border { border:1px solid #999999;}

/***** 管理画面 *****/
#ADMIN { position:relative;width:700px;padding-top:15px;padding-left:15px;text-align:left; }
#ADMIN .item{border-left:1px solid #999999;border-bottom:1px solid #999999;}
#ADMIN .underline{border-bottom:1px dashed #999999;}
