/* トップページの基本デザイン用css */
body {
      background-color: #ffffff;
      text-align: center;
      text-align: left;
     }

.main {
      width: 740px;
      text-align: left;
      margin: 0;
      padding: 0;
     }
	
table.mtitle {
      margin: 0;
     }

table.mtitle td#logo{
      text-align: left;
      margin: 0;
      padding: 0;
     }

table.mtitle td#kiyaku{
      color: #0000ff;
      text-align: right;
      font-size: 0.8em;
     }

table.mtitle a{
      color: #0000ff;
      text-decoration: none; 
     }


.col_photo {
      float: left;
      width: 440px;
      height: 300px;
      text-align: left;
      font-size: 0.8em;
      margin-left: 7px;
     }

.col_photo form {
      margin-left: 5px;
     }

.pheader {
     width: 440px;
}

.pfooter {
     width: 440px;
}

.col_movie {
      float: right;   
      width: 280px;
      height: 300px;
      font-size: 0.8em;
     }

.col_movie form {
      margin-left: 5px;
     }

.col_left {
      background-color: #ffffff; 
      width: 200px;
      height: 200px;
      float: left;
     }

.col_right {
      background-color: #ffffff; 
      width: 230px;
      height: 200px;
      float: right;
     }

.footer {
      clear: both;
      text-align: left;
      font-size: 0.8em;
     }

.footer hr {
      width: 90%;
      text-align: center;
     }

.footer span#sig {
      margin-left: 50px;
     }

.menu {
      width: 110px;
      height: 27px;
     }

.submenu_off {
      width : 125px;
      padding-left: 10px;  
      background-color: #ffff99;
      border-top:solid 1px: #999999; 
      border-left:solid 1px: #999999;
      border-bottom:solid 1px: #999999;
      border-right:solid 1px: #999999;
      line-height:140%;
      font-weight: bolder;
     }

.submenu_on {
      width : 125px;
      padding-left: 10px;  
      background-color: #ffcc66;
      border-top:solid 1px: #999999; 
      border-left:solid 1px: #999999;
      border-bottom:solid 1px: #999999;
      border-right:solid 1px: #999999;
      line-height:140%;
      font-weight: bolder;
     }


img {
      border-style: none;
    }

#dotcom {
      clear: both;
      width: 700px;
      text-align: right;
    }

.logincls {
   width: 350px;
   height: 150px;
   text-align: left;
   margin-left: 175px;
   margin-top: 30px;
/*   padding: 50px,200px;*/
   border-collapse: separate;
   border-top: 4px double #a7bcd4;
   border-left: 4px double #a7bcd4;
   border-bottom: 4px double #a7bcd4;
   border-right: 4px double #a7bcd4;
 }

.idpass {
   width: 300px;
   height: 60px;
   margin: 30px 0px 0px 60px;
}
