﻿*{
margin: 0;
padding: 0;
}
body{
font-size: small;
color: #395475;
background-image: url('img/02.png');
overflow: scroll;
}

#my_body{
margin-top: 10px;
margin-right: auto;
margin-left: auto;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
position: relative;
width: 60%;
background-color: #FFFFCC;
}


#my_head{
}

#my_head h1{
padding-top: 20px;
border-bottom-width: 1px;
border-bottom-color: #999999;
border-bottom-style: solid;
background-image: url('img/tyle04.png');
}

#my_head p{
text-align: right;
padding-top: 5px;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-color: #999999;
border-bottom-style: solid;
}

#my_head a{
padding-right: 10px;
padding-left: 10px;
border-left-width: 1px;
border-left-color: #999999;
border-left-style: solid;
}

#my_main{
position: relative;
}

#my_text{
margin-left: 160px;
padding: 10px 20px;
border-left-width: 2px;
border-left-color: #999999;
border-left-style: dotted;
}

#my_text h2{
margin-top: 5px;
}

#my_text p{
color: #000000;
margin-bottom: 2px;
margin-left: 5px;
}

#my_text ul{
color: #000000;
margin-bottom: 2px;
margin-left: 20px;
}

#my_text dl{
margin-left: 5px;
}

#my_text dd{
color: #000000;
margin-left: 10px;
}

#my_topic_path{
margin-top: 5px;
margin-bottom: 5px;
border-width: 1px;
border-color: #999999;
border-style: dotted;
}


#my_navi{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 150px;
overflow: hidden;
}

#my_navi h3{
margin-top: 15px;
}

#my_navi a{
margin-left: 5px;
display: list-item;
}

#my_navi p{
margin-left: 5px;
}

#my_foot{
text-align: right;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}