﻿/*rank CSS*/

body { width: 90%;
       text-align:left;
       background: url('http://ja.wikipedia.org/skins-1.5/monobook/headbg.jpg');
       background-repeat:no-repeat; 
       letter-spacing:0.1em;
       br letter-spacing: 0; 
       line-height: 150%;
       font-size: 98%;
}

hr {border: 1px #cccccc solid}
#body { clear:both; width:300px; _width:300px; _margin:0 1px 10px 1px; }
#body p {  font-weight:normal;  font-size:12px;}
#body h4 {  font-weight:bold;  font-size:12px; color:#42B252}
.subtitle {
  font-weight:normal;
  font-size:12px;
}
.subtitles {
  font-size:12px;
  color:#42B252;
  font-weight:bold;
}
a{/*リンクされた文字*/
    color:#2192E7;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#2192E7;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#2192E7;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
#link_moco {
font-size: 13px;
background-color: #E7EFFF;
margin-left:3px;
margin-right:5px;　
margin-top:12px;　
margin-bottom:8px;
border: 1px #6F6F6F dashed;
padding: 5px;line-height: 160%;
}

