
/* ページタイトル等 */
h1 {
font-size:15px; line-height:20px; color:#333333;
margin-left:10px; margin-right:0px;
margin-top:0px; margin-bottom:0px;
font-weight:bold;
}
h2 {
font-size:15px; line-height:15px; color:#333333;
margin-left:0px; margin-right:0px;
margin-top:0px; margin-bottom:0px;
font-weight:normal;
}
h3 {
font-size:11px; line-height:15px; color:#333333;
margin-left:10px; margin-right:0px;
margin-top:0px; margin-bottom:0px;
font-weight:normal;
}

/* 本文 */
.base {
font-size:15px; line-height:20px; color:#333333;
margin-left:10px; margin-right:0px;
margin-top:0px; margin-bottom:0px;
/*letter-spacing:1px*/
}
.narrow {
font-size:15px; color:#333333;
margin-left:10px; margin-right:0px;
margin-top:1px; margin-bottom:0px;
}
.little {
font-size:11px; color:#333333;
margin-right:5px;
}

/* トピック */
.tptitle {
font-size:12px;  /*line-height:15px;*/ 
color:#cccccc;
}
.topic {
font-size:12px; line-height:15px;
color:#333333;
}
.tplink {
font-size:12px;  /*line-height:15px;*/ 
color:#333333;
font-weight:bold;
}


/* リンク */
a{  
color:#009999;
text-decoration:none;
}
a:hover{ text-decoration:underline; color: #00ccff }


/* メニューのマージン(IE対応) */
.menu1mg {
margin-left:5px; margin-right:0px;
margin-top:5px; margin-bottom:0px;
font-size:12.0px; font-weight:normal; color:#99cccc;
}
.menu2mg {
margin-left:10px; margin-right:0px; 
margin-top:5px; margin-bottom:0px;
font-weight:normal;
}

/* メニューフォント */
.menu1sz{
font-size:12.0px; font-weight:normal; color:#cccccc;
font-weight:normal;
}
.menu1sz:hover{ text-decoration:underline; color: #ffffcc }

.menu2sz {
font-size:12.0px; font-weight:normal; color:#cccccc;
font-weight:normal;
}
.menu2sz:hover{ text-decoration:underline; color: #ffffcc }

