.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1{
width:280px;
text-indent: -9999px;
display: table;
}

h2{
color: #2a2a2a;
font-size: 2.2em;
font-weight: 700;
padding: 0 0 0 10px;
}

h3{
font-size: 1.8em;
margin: 0 0 10px 0;
}

ul{
margin: 0 0 0 5px;
}

li{
font-size: 1.4em;
margin: 0 0 5px 0;
}

a{text-decoration: none;}

#header_R a{color: #000000;text-decoration: none;padding: 2px;}
#header_R a:hover{color: #ffffff;background-color: #ef810f;}

li a{color: #007bc3;text-decoration: none;padding: 2px;}
li a:hover{color: #ffffff;background-color: #007bc3;}

/*wrap*/


#wrap{
width:1000px;
margin: 0 auto 0;
text-align: left;
}

#header{
float: left;
width:1000px;
}

#header_L{
float: left;
width:410px;
}

#header_R{
float: right;
width:580px;
text-align: right;
margin: 10px 0 0 0;
}


.r_login_bt{
margin: 20px 0 30px 15px;
}
