/****** タグ設定 ******/


img{ margin:0px; padding:0px; border:none;}

h1,h2,p,form,img{
  margin: 0px;
  padding: 0px;
  border: none;
}
h1{
  float: center;
  margin: 0px;
  padding: 0px 10px;
  font-size: 18pt;
  font-weight: bold;
  border: none;
  text-align: center;
}

input{
	font-family     :ＭＳ Ｐゴシック; /*文字フォント*/
	font-size       :10pt;            /* 文字サイズ */
	color           :#ff0000;         /*   文字色   */
}

/****** ページ全体 *******/
body{
  margin-left:2%;
  margin-right:2%;
  font-size:11pt;
  color:#0099ff;
  font-family:ＭＳ Ｐゴシック;
  background-color:#ffffff;
}
#topbox hr,#fotbox hr{
  width: 750px;
  height: 7px;
  border: dotted;
  border-color: #06F617;
}

.cate{
  margin: 10px 0 10px 30px;
  font-size: 10pt;

}

#ad_d{background:#eeeeff; padding:1px;}

/****** メイン *******/
#main{
  width: 750px;
}
#main dt{
  margin: 0 0 25px;
  font-weight: bold;
}
#main dd{
  margin: 0;
}


/****** メイン リンクボックス *******/

/* link box */
.linkbox1,.linkbox2{
  border-bottom: 1px dotted #bbb;
/*  border: 1px solid #999999;*/
}
.linkbox1 h3,.linkbox2 h3{
  height: 10px;
  margin: 10px;
  padding: 10px 0px 10px 4px;
  font-size: 12pt;
}
.linkbox1 p,.linkbox2 p{
  font-size: 10pt;
}


a:link{ text-decoration: none; color:#0099ff; }
a:visited{ text-decoration: none; color:#0099ff; }
a:active{ text-decoration: none; color:#0099ff; }
a:hover{ text-decoration: underline; color:#ff0000; }

tr,td{
  color:#0099ff;
  font-size:11pt;
}


