@charset "EUC-JP";

/* Style Base CSS (base.css) */

*{
margin:0;
padding:0;
}

body{
  color:#333;
  text-align:center; 
  background:#FFFFFF;
  }
  
img{border:0px;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;width:0px;height:0px;overflow:hidden;}
  
 #makebanner{
  width:100%;
  margin:0 auto;
  }
  

.inbox{
  width:100%;
  text-align:center;
  background:#FFFFFF;
  }

.container{
  width:870px;
  margin:0 auto;
  padding:5px 0;
  clear:both;
  }  
  

/* HEADER */

/*ヘッダー内変更の為コメントアウト10/07/06
h1 a{
  display:block;
  width:160px;
  height:45px;
  }

.header{
  width:930px;
  height:60px;
  margin:5 auto;
  overflow:hidden;
  }

.header .header_menu{
  float:right;
  width:660px;
  padding-top:35px;
  }

.header .navi{
  float:left;
  width:440px;
  padding-top:5px;
}

.header .navi li{
  padding-right:5px;
  }

.header li{
  float:left;
  list-style:none;
  }

.header .search_menu{
  float:right;
  width:100px;
  }

.header .search_id{
  width:65px;
  height:20x;
  padding-left:17px;
  background:url(http://me-web.jp/design/meweb/img/search-id.jpg) no-repeat;
  }

.header .search_pass{
  width:80px;
  height:20x;
  margin-left:2px;
  padding-left:30px;
  background:url(http://me-web.jp/design/meweb/img/search-pass.jpg) no-repeat;
  }

.header .search_login{
  float:left;
  padding-left:5px;
  }

.search_menu  input{
	/*height:18px;*/
	/*width:45px;
    }*/


/* MENU */

.menu{
  width:200px;
  text-align:center;
  }

.menu dl{
  width:200px;
  padding-bottom:10px;
  clear:both;
  }

.menu dt{
  width:200px;
  height:25px;
  overflow:hidden;
 }

.menu dd{
  width:150px;
  height:21px;
  margin-bottom:1px;
  overflow:hidden;
  }

.menu .banner{
  padding-bottom:10px;
  }

.menu .search_box{
  width:130px;
  margin:10px auto;
  }
  
.menu .search_form{
  float:left;
  text-align:left;
  margin-bottom:10px;
  }

.menu .search_btn{
  float:right;
  text-align:right;
  margin-bottom:10px;
  }


/* MAIN */

.main{
  width:700px;
  overflow:hidden;
  }

.main h2{
  width:700px;
  color:#462E17;
  font-size:20px;
  text-align:left;
  margin:0 auto 11px;
  padding:0 0 5px;
  border-bottom:1px dotted #CCC;
  }

.main h3{
  width:700px;
  height:25px;
  color:#FFF;
  font-size:12px;
  text-align:left;
  line-height:25px;
  margin:10px auto;
  padding:0 10px;
  background:#8A8A8A;
  }

.main h4{
  width:700px;
  height:25px;
  color:#464442;
  font-size:14px;
  font-weight:bold;
  line-height:25px;
  margin:10px 0;
  padding:0 5px;
  border-left:4px solid #666;
  background:#E6E2DA;
  }

.main .banner{
  padding-bottom:20px;
  }

.main .navi{
  color:#333;
  text-align:left;
  padding:10px 0;
  }

.main .navi_list{
  text-align:left;
  line-height:25px;
  border-bottom:1px dotted #CCC;
  }

.main .navi_item{
  text-align:right;
  padding:10px 5px;
  }

.main .navi_page{
  width:690px;
  text-align:right;
  padding:10px 5px;
  background:#E6E2D9;
  }

.main .navi_top{
  text-align:right;
  padding:10px 0;
  }


/* FOOTER */

/*フッター内変更の為コメントアウト10/07/13

.footer{
  width:870px;
  height:60px;
  text-align:center;
  margin:0 auto;
  clear:both;
  }

.footer ul{
  float:center;
  width:870px;
  margin-top:15px;
  }

.footer li{
  float:left;
  list-style:none;
  margin-right:5px;
  }

.footer .navi_top{
  float:right;
  width:200px;
  height:10px;
  text-align:right;
  margin-top:5px;
  }

.footer .copyright{
  float:right;
  width:300px;
  height:10px;
  text-align:right;
  margin-top:5px;
  clear:right;
  }
	
	*/
  
  
