/*全体*/
body         { background-image: url('tm1_bg.gif'); background-attachment: fixed}

/*ロゴ・囲い*/
td.logo{background-image: url('tm1_logo.gif'); height:60; background-repeat:no-repeat; background-attachment:scroll; background-position-x:center}
td.logo2{background-image: url('tm1_logo2.gif'); height:60; background-repeat:no-repeat; background-attachment:scroll; background-position-x:center}
td.logow{background-image: url('tm1_logow.gif'); height:60; background-repeat:no-repeat; background-attachment:scroll; background-position-x:center}
td.logop{background-image: url('tm1_logop.gif'); height:60; background-repeat:no-repeat; background-attachment:scroll; background-position-x:center}
td.logom{background-image: url('tm1_logom.gif'); height:60; background-repeat:no-repeat; background-attachment:scroll; background-position-x:center}
td.logok{background-image: url('tm1_logok.gif'); height:60; background-repeat:no-repeat; background-attachment:scroll; background-position-x:center}
td.bg_l{background-image: url('tm1_bg_l.gif'); width:20}
td.bg_r{background-image: url('tm1_bg_r.gif'); width:20}
td.bg_u{background-image: url('tm1_bg_u.gif'); height:10; background-repeat:repeat-x; background-position-y:top}
td.bg_ul{background-image: url('tm1_bg_ul.gif'); width:20; height:10; background-repeat:repeat-x; background-position-y:top}
td.bg_ur{background-image: url('tm1_bg_ur.gif'); width:20; height:10; background-repeat:repeat-x; background-position-y:top}

/*上部メニューバー*/
table.bar{border:1px solid #8888AA; background-color: #F6F6FF; padding-left:4px; padding-right:4px; padding-top:3px; padding-bottom:3px  }
td.bar{font-size: 11pt; font-weight:bold; color:#666666}

/*メニュー*/
table.menu{border: 1px solid #7F7F7F}
 /*濃い方のカラー*/	td.menu1{background-color: #7F7F7F; color:#FFFFFF; padding-left:5px; padding-right:5px; padding-top:3px; padding-bottom:3px}
 /*薄い方のカラー*/	td.menu2{background-color: #F6F6F6}

/*コンテンツ枠１*/
table.cont1{border:1px solid #666666}
 /*タイトル*/	td.cont1t{font-size: 11pt;background-color: #F0F0FF; font-weight:bold}
 /*中　　身*/	td.cont1c{}

/*コンテンツ枠２*/
table.cont2{border:1px solid #666666}
 /*タイトル*/	td.cont2t{font-size: 11pt;background-color: #FFF0F0; font-weight:bold}
 /*中　　身*/	td.cont2c{}

/*コンテンツ内入力エリア*/
td.input_area{border:2px dotted #CCCCFF;background-color: #F9F9FF}

/*コンテンツ内入力テーブル*/
table.input_tbl{border:1px solid #CCCCFF}
td.input_tbl_t{border-top: 1px solid #CCCCFF; border-bottom: 1px solid #CCCCFF;background-color: #F9F9FF; font-weight:bold}
td.input_tbl_l{border-bottom: 1px dotted #CCCCFF;border-right: 1px dotted #CCCCFF; background-color: #FBFBFB}
td.input_tbl_r{border-bottom: 1px dotted #CCCCFF;background-color: #FFFFFF}

/*Myデータ登録*/
table.data_in{border:1px solid #CCCCCC; background-color: #F6F6F6; padding-top:2px; padding-bottom:3px; padding-left:4px; padding-right:4px}

/*Myデータ表*/
 /*枠線色*/		table.mydata{background-color: #555555}
 /*項目名*/		tr.mydata_t{background-color: #FFF2E0}
 /*表中身*/		tr.mydata{background-color: #FFFFFF}
 /*日付背景*/	td.d_day{background-color: #FFFFEE; color: #553333}
 /*体温文字*/	font.temp{color: #FF6666}

/*ボタン*/
input.dat_bt { border:1px solid #666666; font-size:9pt; color:#666666; background-color:#FFFFFF; padding-top:3px; padding-bottom:1px; margin-top:1px; vertical-align:middle }
input.dat_bt_on { border:1px solid #666666; font-size:9pt; color:#FFFFFF; background-color:#FF9966; padding-top:3px; padding-bottom:1px; margin-top:1px; vertical-align:middle }


