*{
font-family: ＭＳ Ｐゴシック,Osaka,Arial,Helvetica,sans-serif;
}
body{
text-align: center;
font-size: 13px;
color: #333333;
line-height: 130%;
height: 100%;
background-color: #FFFFCC;
}
#wrapper{
text-align: left;
margin: 0px auto;
padding: 0px;
height: 100%;
width: 850px;
}

em{
color: #000000;
font-weight: bold;
font-style: normal;
}
a{
color: #CC3333;
text-decoration: none;
border-width: 0px;
border-style: none;
}
a:hover{
text-decoration: underline;
}


#header,#main,#footer{
margin: 0px;
padding: 0px;
clear: both;
width: 850px;
}


#header{
margin: 0px;
padding: 0px;
height: 150px;
}
#header p,h1,h1 a{
margin: 0px;
padding: 0px;
width: 850px;
}
#header p{
text-indent: -9999px;
height: 30px;
background-image: url('../images/header.jpg');
}
h1 a{
text-indent: -9999px;
height: 120px;
background-image: url('../images/logo.jpg');
display: block;
}

#main{
height: 910px;
background-image: url('../images/body_top.jpg');
background-repeat: no-repeat;
}

#menu{
margin: 0px;
padding: 20px 10px 5px;
width: 190px;
}
#menu li{
margin: 0px 0px 5px;
padding: 0px;
list-style-type: none;
height: 40px;
}
#menu li a{
text-indent: -9999px;
height: 40px;
width: 190px;
background-position: left top;
display: block;
}
#menu li a:hover{
background-position: left bottom;
}

#contents{
margin: 270px 10px 0px;
padding: 0px;
height: 190px;
width: 650px;
}

.article{
margin: 0px;
padding: 0px;
position: relative;
top: -210px;
left: 140px;

}	
.article h2{
display: none;
}
.article dl{
color: #FFFFFF;
margin: 0px;
padding: 10px;
float: right;
overflow-y: scroll;
height:140px;
width: 540px;
}
.article dl{
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #333300;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
}

.article dt,.article dd{
line-height: 1.2em;
margin: 0px;
padding: 0px;
}
.article dt{
font-weight: bold;
width: 6.5em;
}
.article dd{
position:relative; 
top:-1.2em; 
left:6.5em;
line-height: 100%;
z-index:1;
width:80%;
}

#footer{
position:relative;
top:-235px;
height: 42px;
background-image: url('../images/footer.gif');
background-repeat: no-repeat;
}
#footer p,#footer p a{
margin: 0px;
padding: 0px;
float: left;
}
#footer p a{
text-indent: -9999px;
position: relative;
top: 10px;
left: 10px;
display: block;
height: 20px;
width: 120px;
}
#footer ul{
margin: 12px 15px;
padding: 0px;
float: right;
}
#footer li{
color: #CCCCCC;
margin: 0px;
padding: 0px 5px;
border-right-width: 1px;
border-right-color: #666666;
border-right-style: solid;
list-style-type: none;
float: left;
}
#footer li a{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
#footer li a:hover{
color: #CC3333;
}

//