@charset "utf-8";
/* CSS Document */

h1 { font-size:1.5em;}
h2 { font-size:1.1em;}
h3 { font-size:1em;}
h4 { font-size:0.9em;}
h5 { font-size:0.85em;}
h6 { font-size:0.75em;}

/*=================table===================*/
.contenttable{ border-collapse:collapse;}
.contenttable td { border:1px solid #ddd; padding:3px;}
.contenttable tr.tr-even { background:#eee;}
