html, body{
  height:100%;	/*footer下部固定*/
  margin: 0;
  padding: 0;
}

#outerframe{
  /*footer下部固定*/
  min-height:100%;
  height: auto !important;
  height: 100%;
  position:relative;
  
  min-width:700px;
}

#main{
/*  position:relative;
  left:129px;
  top:0px;
  width:100%;
  height:auto;
  text-align:center;
  padding-top:0px;
  padding-bottom:30px;
*/
}

/* ヘッダのメニュー */
#menu{
  text-align:center;
  position:relative;
  left:0px;
  top:0px;
  width:100%;
  height:20px;
  background-color:#285C00;
  margin:0;
  padding:0;
  color:white;
}

a.menulist{
  font-size:small;
  border:0px solid red;
  height:20px;
  margin:0;
  padding-left:5px;
  padding-right:5px;
  color:white;
  line-height: 20px;
  vertical-align: text-bottom;
  text-decoration:none;
}

/* フッタ */
#footer{
  color:white;
  text-align:center;
  clear:both;
  position:absolute;
  bottom:0px;
  height:30px;
  width:100%;
  background-color:#285C00;margin:0;
}

/* window */
.window{
  width: 580px;
  margin: 30px auto 0 auto;
  padding-bottom:8px;
  background: url(green-window-bottom.gif) bottom center no-repeat;
  text-align:center;
}

.window .title{
  background: #297551 url(green-window-top.gif) top center no-repeat;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 110%;
  text-align: left;
  position: relative;
}
.window table.config{
  margin: auto;
  border: 0;
}

.window table.config th{
  white-space: nowrap;
  width:180px;
}

.window table.config td{
  background: #fff;
  width: auto;
}
.window p{
  padding-left:10px;
  font-size:90%;
  text-align:left;
}
table.config td {
  width: 75%;
  padding: 5px;
  background: #DDD;
}

table.config td input.text, table.config td input.password {
  width: 20em;
}
table.config th {
  border: none;
  padding: 5px;
  background: #e0e9fa;
  color: black;
  white-space: nowrap;
}
.window .register{
  text-align:center;
  font-size:120%;
  font-weight:bold;
}

/*エラーメッセージ*/
p.caution{
  margin-left: auto;
  margin-right:auto;
  margin-top:30px;
  margin-bottom:30px;
  padding:5px;
  border:1px solid red;
  background:#ffdddd;
  width: 75%;
  text-align:center;
}

/*Myページの動画リスト*/
table.myvideolist{
border-spacing:0;
border-collapse:collapse;
background-color:white;
}

table.myvideolist tr td{
  padding: 3px 10px 3px 10px;
  border-bottom: 1px solid gray;
  background-color: #eaf0f0;
}

table.myvideolist img{
  vertical-align:top;
}

/*Myページのページャー*/
#pager{
  margin-top: 10px;
  font-size:x-small;
  text-align:center;
}

/*Myページのサイドバー*/
#sidebar{
  position: absolute;
  top: 35px; /* menu +10 */
  bottom:40px; /* footer +10 */
  left: 0;

  text-align:center;
  width: 150px;
  padding-left:2px;
  padding-right:2px;
  padding-top:0.5em;
  padding-bottom:40px;
  border-right: 1px solid gray;
  background-color: #bbffcc;
}

/*サイドバーの選択部分*/
#sidebar .focused{
  border: 1px solid #cccccc;
  background-color: #aaeebb;
}

/* Myページの右側部分 */
#contents
{
  margin-left:160px;
  padding-top:1em;
  padding-bottom: 40px;
}
