@charset "shift_jis";

html,body,th,td{
letter-spacing:1px;
}

br{
letter-spacing:0px;
}




htmlbodythtd{
line-height:1.4;
color:#000;
}

html{
margin:0;
padding:0;
}

body{
margin:10px 50px 100px 50px;
padding:0;
background:url("bg_t_top.png") repeat-y right;
}

h1{
text-align:center;
margin:0;
font-size:22px;
margin-bottom:1em;
}

h2{
font-size:100%;
margin:3em 1em 1em 1em;
border-left : 7px solid #ff8000;
color : red;
padding:2px 5px;
background:url("h2_t.png") repeat-y left;
}

h3{
margin:2em 1.5em 1.5em 1.5em;
color:red;
font-size:100%;
}

h4{
margin:2em 3em 1.5em 3em;
color:#666;
font-size:100%;
}

p,dl{
margin:1em 3.5em;
}

dt{
font-weight:bold;
color : red;
}

dd{
margin:0 0 1em 1em;
}

table{
margin:1em 2em;
}

TABLE TH{
font-size:80%;
border:2px solid;
border-color : red black black red;
background-image : url(th_t.png);
padding:1px 4px;
  

  
  background-repeat : repeat-x;
}
TABLE TD{
font-size:80%;
border:1px solid;
border-color : red black black red;
background-image : url(td_t.png);
padding:1px 4px;
  

  
  background-repeat : repeat-x;
}

strong{
font-weight:bold;
color:#f00;
}
H6{
  font-size : 100%;
  margin:3em 1em 1em 1em;
  border-left : 7px solid red;
  background-image : url(h6_t.png);
  background-repeat : no-repeat;
  color : black;
  padding:2px 5px;
  
}

a.secret{
color:#212121;
text-decoration:none;
cursor:text;
}
