@charset "Shift_JIS";


* {
margin:0;
padding:0;
}

body {
background:white;
font-size:74.5%;
font-family:verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
color:#585858;
line-height:1.5;
}

html {
overflow-y:scroll;
}

p {
margin:0 0 1em;
}

li {
list-style:none;
line-height:1.3;
}

img,
fieldset {
border:0;
}


a {
color:#c09;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


#container {
width:760px;
margin:20px auto 0;
}


#header {
margin-bottom:10px;
background:#ffdaed;
}

#header h1 {
padding:10px 15px 0;
}

#header p#siteDescription {
padding:0 15px 10px 0;
text-align: right;
}


#footer {
clear:both;
width:740px;
margin-bottom:15px;
padding:10px;
background:#ffdaed;
}

#footer p#copyright {
text-align:center;
margin-bottom:0;
}


#contents {
width:760px;
float:left;
margin-bottom:10px;
}


#main {
float:right;
width:480px;
padding:10px;
background:#e7e7e7;
color:#333;
}

#main ul.relatedList {  
width: 447px;  
overflow: hidden;  
margin: 0 0 30px;  
padding: 10px 15px;  
background: #f4f4f4;  
border: 1px solid #CCC;  
}  
#main ul.relatedList li {  
float:left;  
margin: 0 20px 0 0;  
padding: 0;  
white-space: nowrap;  
line-height: 2;  
background: none;  
}  
#main ul.relatedList li a {  
zoom: 1;  
padding-left: 15px;  
background: url(img/limark.gif) no-repeat left .5em;  
}  
*:first-child + html #main ul.relatedList li a {  
background-position: left .8em;  
}  
* html #main ul.relatedList li a {  
background-position: left .8em;  
}

#main h2 {
padding:5px;
border-left:#c09 5px solid;
border-bottom:#c09 1px solid;
}

#main h3 {
padding:5px;
border-left:#c09 3px solid;
}

#main dt {
margin-top: 10px;
font-weight: bold;
}

#main dd {
padding-left: 30px;  
}


#sub {
float:left;
width:230px;
margin-top:-50px;
padding:10px;
background:#adadad;
border-top:1px solid white;
position: fixed;  
top: 130px;  
z-index: 20;
}

#sub p{
text-align:right;
}

#sub h3 {
margin-bottom:5px;
font-size:100%;
letter-spacing:1px;
color:white;
}

#sub ul {
margin:0 0 20px;
padding:5px;
background:#e7e7e7;
border:1px solid white;
}

#sub ul li {
padding:5px 10px;
}
  
* html div#sub {     
position: absolute;     
top: expression(eval(document.documentElement.scrollTop+130));     
}

.example table {
width: 400;
border: 1px #333 solid;
}

.example td {
border: 1px #333 solid;
text-align: center;
vertical-align: middle;
}

hr {
display:none;
}
