@charset "Shift_JIS";

a:link, a:visited {
  color: #FFF;
  text-decoration: none;
}

a:visited {
  color: #FFF;
}

a:hover, a:active {
  color: #FFF;
  text-decoration: underline;
}

body {
  color: #000;
  background: #FFF;
  text-align: center;

  font-size: 12px;
  line-height: 1.5;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* IE5-7:Win \*/
* html body {
  font-size: 75%;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body {
  font-size: 75%;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/**/

/* IE5:Mac \*//*/
body {
  font-family: "Osaka", sans-serif;
}
/**/

#container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}


.related_link {
  margin: 5px 0;
  margin-left: 15px;
}

.related_link li {
  margin: 3px 0;
  padding-left: 13px;
}

.topics-wrap-gra{
  background: url("/misc/img/topics-wrap.gif") left center repeat-x;
width:100%;
height:18px;
}

.topics-wrap{
  background: url("/misc/img/topics-wrap.gif") left center repeat-x;
width:100%;
height:18px;
clear:both;
}


.topics-wrap-gra .topics-ttl,
.topics-wrap .topics-ttl{
  text-indent:-9999px;
  background: url("/misc/img/topics-ttl.gif") no-repeat top left;
  width:100%;
  height:18px;
}

.topics-wrap-gra .topics-ttl-gra{
  text-indent:-9999px;
  background: url("/misc/img/topics-ttl-gra.gif") no-repeat top left;
  width:100%;
  height:18px;
}

.topics-wrap .topics-ttl2{
  height:18px;
}

iframe.topics{
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
width:100%;
height:100px;
overflow-y:auto;
margin-bottom:15px;
}

.float-right{
float:right;
margin-left:1em;
margin-bottom:5px;
}

.float-right img{
margin-bottom:5px;
}

.float-left{
float:left;
margin-right:1em;
margin-bottom:5px;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




body#blog #content .related_link{
margin-left:0;
margin-bottom:3em;
}


body#blog #content .related_link li{
margin-bottom:0.5em;
}







