@charset "utf-8";

/* DEFAULT CLEAR */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; }
input,textarea,select { *font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
object,embed { margin:0; padding:0; }
a { outline:0; }
img { vertical-align:bottom; border:0; }
/* DEFAULT CLEAR */

body {
font-size:12px;
line-height:1.0;
color:#333;
background:none;
}

a { color:#666; }
a:link { color:#333; text-decoration:none; }
a:visited { color:#333; text-decoration:none; }
a:hover { color:#5679D2; text-decoration:none; }

p {
font-size:10px;
line-height:1.25;
}
p span { color:#CCC; }

hr {
clear:both;
margin:0;
padding:0;
border:none;
border-top:dashed 1px #666;
width:100%;
}
hr.line { border-top:solid 1px #000; }

/*calender*/
#calwrap {height:auto; }
table#caltbl {
border-collapse:separate;
border-spacing:2px;
width:100%;
margin:0;
padding:0;
}

table#caltbl th{ text-align:center; padding:2px; font-weight:normal; font-size:14px; }
table#caltbl th, table#caltbl td { text-align:center; padding:2px; }
table#caltbl th a {
display:block;
width:16px;
height:12px;
text-indent:-9999px;
}
table#caltbl td a {
display:block;
}
table#caltbl th.caltblcl a { background:url(../img_com/caltbl_cursor_l.gif) no-repeat 4px 0; }
table#caltbl th.caltblcl a:hover { background-position:4px -12px; }
table#caltbl th.caltblcr a { background:url(../img_com/caltbl_cursor_r.gif) no-repeat 4px 0; }
table#caltbl th.caltblcr a:hover { background-position:4px -12px; }
/*td color*/
table#caltbl thead td { background:#ABBCE9; }
table#caltbl tbody td { background:#E2EFF5; }
table#caltbl tbody td.caltblmon { background:#ccc; }
table#caltbl thead td.caltblsun,
table#caltbl tbody td.caltblsun,
table#caltbl tbody td.caltblsun a { color:#c00; }
table#caltbl tbody td.caltblred { background:#c00; color:#fff; }
table#caltbl tbody td.caltblred a { color:#fff; }
table#caltbl tbody td.caltblred a:hover { color:#666; }
table#caltbl tbody td.caltblblank { background:#fff; }

table#caltbl tbody td.caltblclose { color:#fff; background:#ccc; }


#caltblbtm {
padding:10px 0 0;
margin:0 0 10px;
text-align:left;
width:100%;
display:none;
}
.caltblvisible#caltblbtm { display:block; height:100%;}
#caltblbtm h4 { border-top:1px solid #666; line-height:2.0; }
#caltblbtm div#caltblbtmbox { height:150px; overflow:auto; }
#caltblbtm div#caltblbtmbox div div {
padding:0 0 5px;
margin:0 0 5px;
border-bottom:1px dashed #ccc;
}
#caltblbtm div#caltblbtmbox div div a {
display:block;
padding:0 0 0 5px;
font-size:12px;
line-height:1.25;
border-left:6px solid #E2EFF5;
}
#caltblbtm div#caltblbtmbox div div span { font-size:12px; }
/*calender*/

#caltblbtm div#caltblbtmbox .smlif {
font-size: 10px;
}