/* ブルーの見出しライン */
h1 {
border-left: 5px solid #395475;
border-bottom: 1px solid #395475;
padding: 1px;
font-size: 10pt; 
}

/* 点線で囲まれたボックス */
h2 {
margin-bottom: 5px;
border-bottom: 2px dotted #390;
padding-bottom: 5px;
background-image: url('img/earth.gif');
background-repeat: no-repeat;
font-weight: 600;
font-size: 10pt; 
}

/* What's Newの見出し文字 */
h3 {
font-weight: 600;
font-size: 11pt;
color: #333333;
}

/* リンクのスタイル */
a { text-decoration: none}
a:hover {
  text-decoration: underline;
  color: #ff6666;
}
