/* css01 main:2010/04/01 00:00 */

@media screen,print,projection,tv { body { margin:3em; } }
body { color:#555555; background-color:#ffffff; }

/* block */
h1 { font-size:1em; font-weight:bold; }
h2 {
	color:#000000;
	font-size:1em;
	padding:0.2em;
	border-style:solid;
	border-color:#bbbbbb;
	border-width:0px 1px 1px 0px;
	background-color:#eeeeee;
	}
h1,h2,div,hr { clear:both; }
ul,ol { margin-left:1em; }

/* link */
a:link { color:#000000; }
a:hover { color:#777777; position:relative; top:1px; left:1px; }
a:visited { color:#000000; }

/* table */
table { width:100%; }
th {
	color:#000000;
	padding:0.2em;
	font-weight:normal;
	text-align:center;
	border-style:solid;
	border-color:#bbbbbb;
	border-width:0px 1px 1px 0px;
	background-color:#eeeeee;
	}
/*
@media screen,print,projection,tv {
th.count { width:3em; }
th.date { width:10em; }
} */
td {
	padding:0.2em;
	border-style:solid;
	border-color:#bbbbbb;
	border-width:0px 1px 1px 0px;
	}

/* image */
img { border:none;}
.imgl { float:left; margin-right:1em; margin-bottom:1em; }
.imgr { float:right; }

/* inline */
hr {
	border:0px;
	color:#bbbbbb;
	background-color:#bbbbbb;
	height:1px;
	}
.txtc { text-align:center; }
.txtr { font-size:0.8em; text-align:right; }
.txts { font-size:0.8em; }
.txtred { color:#ff0000; }
