/* リンク */
a:link       {
  color: #0000ff;
}
a:visited    {
  color: #0000ff;
}
a:active     {
  color: #ff0000;
}
a:hover      {
  color:#ff0000;
  background-color:#ffcccc;
  position:relative;
  top:1px;
  left:1px;
}
/* ボディ */
BODY
{
  font-size : 11pt;
  font-family:"MS UI Gothic",Osaka;
  line-height: 14pt;
  background-color:#ffffff;
  background-image : url(image1/bg_side.gif);
  margin-top:10px;
  margin-bottom:0px;
  margin-left:10px;
  margin-right:0px;
}
/*タイトル*/
H1 {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px
;
}
/*説明1*/
H2{
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px
;
}
/*説明2*/
H3 {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px
;
}
/* テーブル */
TABLE
{
  font-size : 11pt;
  font-family:"MS UI Gothic",Osaka;
  line-height: 14pt;}



/* 角丸ボックス */
.example {
padding: 5px 2px;
background-color: #ffffff;
font-size: 10pt;
color: #000000;
}

/* --- ボックス --- */
.section {
width: 150px; /* ボックスの幅 */
padding-bottom: 10px; /* ボックスの下パディング */
background: #ffffff url(image/maru1_150_bottom.gif) no-repeat bottom; /* ボックスの背景 */
}

/* --- 見出し --- */
.section h4 {
margin: 0; /* 見出しのマージン */
padding: 7px; /* 見出しのパディング（上下） */
background: #ffffff url(image/maru4_150_top.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
font-size: 10pt; /* 見出しの文字サイズ */
font-weight: bold; /* 見出し文字太字 */
text-align: left; /* 見出し文字左寄せ */
}
