@charset "utf-8";
html, body{height:100%}
#wrapper{
    margin:0 auto;
    width:100%;
    height:auto !important;
    height:100%;
    min-height:100%;
}
#content{
    padding-top:10px;
    border:solid 1px #999999;
    padding-left:15px;
    padding-right: 15px;
    background-color:#C0C0C0;
    width:100%;
    float:none;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
/*     min-height:400px; */
    font-family: arial, Helvetica, sans-serif;
    font-size: 16px;
    height:auto !important;
    height:100%;
    min-height:100%;
}
h2{ 
    font-family: arial, Helvetica, sans-serif;
    text-shadow:2px 2px 2px #CCCCCC;
    color:black;
} 
.hdr{
    font-family:arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:black;
} 
.c{ text-align:center }
.l{ text-align:left }
.r{ text-align:right }
.b{ font-weight:bolder }
.emb{ 
    font-style:italic;
    font-weight:bolder;
    color:#000000;}
.ub{ font-weight:bolder; text-decoration:underline }
.under,.u{ text-decoration:underline }
.marked{ text-decoration:line-through }

.lh1{ line-height:100% }
.lh1-1{ line-height:110% }
.lh1-2{ line-height:120% }
.lh1-3{ line-height:130% }
.lh1-4{ line-height:140% }
.lh1-5{ line-height:150% }
.lh1-6{ line-height:160% }
.lh1-7{ line-height:170% }
.lh1-8{ line-height:180% }
.lh2{ line-height:200% }
.lh3{ line-height:300% }

#wrapper a{ 
    font-family:'Times New Roman', Times, serif;
    font-size:16px;
}
.test-about{
    font-size:14px;
}
.test-title{
    margin:25px 0
}
.unit-title{
    padding:3px 5px;
    text-align:center;
    background-color:black;
    font-size:14px;
    color:white
}
.contents-list{
    background-color:white;
    border:solid black 1px;
    width:390px;
    text-align:left;
    margin:0 auto;
    height:328px;
}
.contents-list ul{
    list-style-type:none;
    width:50px;
    padding:10px;
    margin:0 auto;
    /* margin-top: expression((parentNode.offsetHeight - this.offsetHeight)/8 + "px"); */
}
.index-list{
    border:solid black 1px;
    padding:10px;
    background-color:white;
    width:270px;
    text-align:left;
    margin:20px auto 40px
}
#toindex{
    margin:30px auto;
    text-align:center
}
hr{
    color:#D4D4D4;
    background-color:#D4D4D4;
	border:none;
	height:1px;
	clear:both;
    margin:10px 0
}   