/*-- kokuhu CSS --*/

a:link {
color		: #0000FF;
}

a:visited {
color		: #6600CC;
}

a:active {
background	: #CCDDFF;
color		: #000099;
text-decoration	: none;
}

a:hover {
background	: #CCDDFF;
color		: #000099;
text-decoration	: none;
}

body {
background : #ffffff url(./img/bg.gif) repeat fixed;
margin		: 20px 100px 50px 100px;
}

body,td {
line-height	: 1.3em;
}

th {
color		: #FFFFFF;
background	: #6699FF;
text-align	: left;
}

tt {
font-size	: 0.9em;
letter-spacing	: 1px;
}

h3 {
background	: #DDEEFF;
padding		: 5px;
letter-spacing	: 2px;
border-width	: 3px;
border-style	: double;
border-color	: #000066;
font-size	: 1.4em;
}

h4 {
font-size	: 1.2em;
letter-spacing	: 2px;
border-width	: 0px 0px 2px 0px;
border-style	: dotted;
border-color	: #0000CC;
}

.mes {
position	: relative;
visibility	: hidden;
}


