* {margin:0px;padding:0px;}
html{
  height:100%;
}
body{
  background-color:#DDDDDD;
  height:100%;
}
#page {
  padding:0px 0px;
  height:100%;
}
#container{
  width:1000px;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  height:auto !important; /*IE6対策*/
  height: 100%; /*IE6対策*/
  min-height: 100%;
  overflow: hidden;

}

#wrapper {
  margin: 0px 0px;
  background:#FFFFFA; 

  text-align:left;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  font-size:95%;
  line-height:125%; 
}

#header {
  
  border-bottom:1px solid #CCCCCC;
  background-color:#EEEEEE;
  text-align:center;
}
#title {
  border-bottom:1px solid #CCCCCC;
  background-color:#448866;
  color:#FFFFFF;
  padding:10px;
  
}
#footer {
  background-color:#666666;
  color:#FFFFFF;
  border-top:1px solid #333333;
  text-align:center;
  clear:both;
  margin:0px auto;
  width:1000px;
  padding:5px 0;
  height:25px;
  position:absolute;
  bottom:0;
}



#menu {width:200px;margin:0px;
  padding:13px 5px;
  float:left;  
  background:#F2F2FF;
  border-right:1px solid #CCCCCC;
  padding-bottom:32767px;
  margin-bottom:-32742px;
}
#menu ul {
  margin-left:25px;
  margin-bottom:1em;
}
#menu li {
  list-style-type: square;
}

#main {position:relative;margin-left:210px;padding:15px 5px 5px 4px; 
  height: 100%;
  padding-bottom:32767px;
  margin-bottom:-32742px;
}

#main p {margin-left:35px;margin-bottom:1em;margin-right:20px;}
#main ul {margin-left:75px;margin-bottom:1em;margin-right:20px;}
#main table {margin-left:40px;font-size:85%;}ul {margin-left:20px;margin-bottom:1em;}
#rightmenu {width:50px;margin:0px;padding:13px 2px 5px 3px;float:right;}
#maruc {font-size:80%;}
.status {padding:4px;font-size:80%;line-height:120%;background-color:#FFFAFA;margin-bottom:1em;border:2px dotted #CCCCCC;}
.status p { clear: both; }
.status p.sm {font-size:85%;}
.status p.st .left  {
   text-align: left;
   float: left;
}
.status p.st .right {
   text-align: right;
   float: right;
}
strong {color:#CC3333;}a:hover {}h1 {font-size:110%;}
h2 {font-size:110%;margin-left:15px;margin-bottom:1em;border-bottom:1px dashed #CCCCCC;margin-right:30px;color:#744B4B;}
h3 {font-size:100%;margin-left:15px;margin-top:1em;margin-bottom:1em;border-bottom:1px dashed #CCCCCC;margin-right:15px;color:#744B4B;}
.comme {font-size:100%;margin-left:25px;margin-bottom:1em;border:1px dashed #CCCCCC;margin-right:200px;color:#9F79EE;}
.come {font-size:100%;margin-left:10px;margin-bottom:1em;border:1px dashed #CCCCCC;color:#7F50CC;}
.imgbox_f {margin:0px 35px 1em;float:left;}
.bnf {margin:10px 30px;}
.small {font-size: x-small;}
.cnt {text-align:center;}
.lst {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.lst th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
.lst td {
    padding: 2px;
    font-size:80%;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
}
.lst td.com {
    text-align: left;
}
.lst td.fn {
    font-size:100%;
    text-align: left;
}
.lst td.b {
	font-weight:bold;
}
.lst td.tr {
    font-size:110%;
    text-align: right;
}