@charset "Shift_JIS";
/*プロパティ------*/
* {
margin:0;
padding:0;
line-height:1.5;
color:#333333;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

body {
background-color:#585865;
text-align:center;
margin-top:0;
}

/*imgプロパティ------*/
img{border:medium none;}
img.left-f {float: left;}
img.right-f {float: right;}
.clear-f {clear: both;}
/*LinkList-----------*/
p#breadcrumbs{
width:1000px;
margin:0px auto;
padding:8px 0px;
font-size:80%;
line-height:1.2em;
}
/*clrfix設定float解除------*/
.clrfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clrfix {
  min-height: 1px;
}

* html .clrfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}