/*kapta.css*/
@charset "Shift_JIS";
html {-webkit-text-size-adjust:100%}
img{
max-width: 100%;
height: auto;
}
body {
 background-color: #fffff0; /*ivory*/
 color: #333333;
}
H1 {
 background-color: #20b2aa; /*lightseagreen*/
 color: #FFFFFF;
 text-align: center;
 padding: 10px;
}
H2 {
 color: #008080; /*teal*/
}
H3 {
 color: #4682b4; /*steelblue*/
}
DT {
 color: #4682b4; /*steelblue*/
 font-weight: bold;
}
.ccffff {
	color: #000000;
	padding: 10px;
	background: #ccffff;
	margin : 5px;
}
.ffcccc {
	color: #000000;
	padding: 10px;
	background: #ffcccc;
	margin : 5px;
}
A:link {
 color: #0000ff;
}
A:activ {
 color: #ff0000;
 text-decoration:none;
 font-weight: bold;
}
A:visited {
 color: #333333;
}
A:hover {
 color: #ff0000;
 text-decoration:none;
}
.copy {
font-size:10px;
font-family:Verdana,Helvetica,Arial;
}
.hio {
margin : 5px;     /*とE=*/
}
/* as of now, @import has not implemented in NN4 nor IE3-4 */
@import url(local.css)
/*kapta.css*/