@charset "utf-8";

/*汎用文字設定*/

/* a */
a:link    { color:#292F2F; text-decoration:underline;}
a:visited { color:#494F4F; text-decoration:underline;}
a:hover, a:active { color:#696F6F; text-decoration:none;}


/* a.content(a.watch) */
a.content, a.watch { font-weight:bold;}
a.content:link, a.watch:link { color:#596979; text-decoration:underline;}
a.content:visited, a.watch:visited { color:#192939; text-decoration:underline;}
a.content:hover, a.content:active,
a.watch:hover, a.watch:active { background:#394959; color:#FFF; text-decoration:none;}


/* font-size */
h1 { font-size:20px; line-height:1.2;}
h2 { font-size:18px; line-height:1.2;}
h3 { font-size:16px; line-height:1.2;}
.font16 { font-size:16px; line-height:1.25;}
.font14 { font-size:14px; line-height:1.25;}
.font12 { font-size:12px; line-height:1.375;}
.font10 { font-size:10px; line-height:1.25;}
