@charset "Shift_JIS";
@media screen, print{

/* hn */

h1 {
font-size: 300%;
font-weight: bold;
padding-left: 0;
padding-top: 0;
text-align: center;
clear: both;
}

h2{
font-size: 150%;
font-weight: bold;
padding-left: 0;
padding-top: 2em;
text-align: center;
clear: both;
}

h3{
font-weight: bold;
font-size: 120%;
padding-left: 0;
padding-top: 1.5em;
clear: both;
}

h4{
font-size: 110%;
font-weight: bold;
padding-left: 1em;
padding-top: 1em;
clear: both;
}

h5{
font-size: 100%;
font-weight: bold;
padding-left: 2em;
padding-top: 1em;
clear: both;
}

h6{
font-size: 100%;
font-weight: normal;
padding-left: 2.5em;
padding-top: 0.5em;
clear: both;
}

/* p */

p{
font-size: 100%;
font-weight: normal;
padding-left: 3em;
}

p.long{
font-weight: normal;
padding-left: 0;
line-height: 130%;
font-size: 90%;
clear: both;
}

p.small{
font-size: 80%;
font-weight: bold;
padding-left: 0;
}

p.h1{
text-align: left;
font-size: 120%;
font-weight: bold;
padding-left: 0;
}

p.h2{
font-size: 100%;
text-align: left;
font-weight: bold;
padding-left: 0;
}

p.left{
font-size: 100%;
font-weight: normal;
padding-left: 0;
}

p.linkc{
font-size: 100%;
text-align: center;
font-weight: bold;
padding-left: 0;
}

p.linkr{
font-size: 100%;
text-align: right;
font-weight: bold;
padding-left: 0;
}

p.linkl{
font-size: 100%;
text-align: left;
font-weight: bold;
padding-left: 0;
}

p.center{
font-size: 100%;
text-align: center;
font-weight: bold;
padding-left: 0;
}



/* div */

div.center{
text-align: center;
}

div.right{
text-align: right;
}

div.left{
text-align: left;
}


/* img */

img.right{
float: right;
}

img.left{
float: left;
}

/* table */

table.line{
border: 1px solid gray;
}

tr{
border-style: none;
}

tr.line{
border-bottom: 1px solid gray;
}

td{
border-style: none;
}

td.line{
border-bottom: 1px solid gray;
}

}