@charset "UTF-8";

html{
height:100%;
}

body{
height:100%;
}

body{
background:#323232;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:100%;
margin:1px 0 0;
padding:0;
}

a{
text-decoration:none;
color:#003399;
}

a:hover{
color:#003399;
text-decoration:underline;
}

img{
border:none;
}


.text_center{
text-align:center;
}

.clear_float{
clear:both;
margin:0;
padding:0;
}

* html div#layout {
height:100%;
}


div#layout{
width:930px;
}

#footer,div#main{
width:900px;
}

div#main{
margin:0 auto;
padding:0;
}

div#layout {
margin:0 auto;
background:#FFFFFF;
border-left:3px #B8B093 solid;
border-right:3px #B8B093 solid;
position:relative;
min-height:100%;
}

body > #layout {
height: auto;
}

div#head{
background:url(../img/common/head.png) no-repeat top center;
width:900px;
height:100px;
margin:0 0 5px;
padding:0;
}

/*
div#head h1{
font-size:10px;
font-weight:400;
text-align:left;
color:#333333;
text-indent:-9999px;
margin:0 5px 0 5px;
padding:0;
}
*/

div#head h1{
font-size:10px;
font-weight:500;
text-align:left;
letter-spacing:0.1em;
color:#cccccc;
margin:0 0 0 25px;
padding:0;
}


/*padding bottom値はフッターの高さ*/
div#content_box{
width:890px;
margin:10px auto 0;
padding:0 0 45px 0;
}

#footer {
background:#323232;
position:absolute;
bottom:0px;
height:35px;
font-size:small;
}

#fot_txt {
text-align:center;
font-size:x-small;
color:#ffffff;
margin:0 15px 0 0;
padding:10px 0;
}

#fot_txt a{
color:#666666;
}

div#float_left{
float:left;
width:650px;
margin:0;
padding:0;
}

div#float_right{
float:right;
width:204px;
margin:0;
padding:0;
}

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

.clearfix {
  min-height: 1px;
}

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



