
/*************************************************
*	ボディ
*************************************************/

body {
	margin: 0;
	padding: 0;
}

form,pre{margin: 0;}


/*************************************************
*	テキストエリア
*************************************************/

textarea {
	overflow: visible;
	height:   8em;
}


/*************************************************
*	リンク
*************************************************/

A         {text-decoration: none;}
A:hover   {text-decoration: underline;}

A:link    {color: #0000FF;}
A:visited {color: #0000FF;}
A:hover   {color: #FF0000;}
A:active  {color: #FF9900;}


/*************************************************
*	メニュー
*************************************************/

.menu {
	font-weight: bold;
}


/*************************************************
*	点線
*************************************************/

.dot_line_tate {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
}

.dot_line_yoko {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}


/*************************************************
*	Calendar
*************************************************/

table.calendar      { width: 100%; }
table.calendar td   { text-align: center; }
table.calendar td a { display: block; }

table.calendar td a:hover {
    background-color: #EFEFEF;
}

table.calendar th {
    background-color: #EFEFEF;
}

table.calendar td.selected {
    background-color: #FFE4E1;
}

img.calendar { border: none; }
form.clock   { text-align: center; }

