<link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>

<style type="text/css"><!--

@media screen and (min-width: 500px){
 #all{
  width: 500px;
 }
}

body{
 background: #abced8;
 font-family: "Josefin Sans","メイリオ";
 font-size: 10pt;
 color: #888;
 letter-spacing: 5.5px;
 line-height: 150%; 
}

br{
 letter-spacing: 0px;
}

#contents{
 margin: 20px;
}

#rip{
 width: 180px;
 height: auto;
}

#main{
 margin-top: 30px;
}

/* 先頭のh2タグのみに使用 */
.first{
 margin-top: 0px;
}

h2 .line{
 color: #ffffc9;
 border-bottom: 2px dotted #ffffc9;
}

a{
 color: #ffffc9;
 text-decoration: none;
}

a:hover{
 border-bottom: 1px dotted #ffffc9;
}

--></style>