@charset "Shift_JIS";

/* フォントサイズ指定 */
h2 {font-size:150%; font-weight:bold;} /* 大見出し */
h3 {font-size:120%; font-weight:bold;} /* 中見出し */
h4 {font-size:100%; font-weight:bold;} /* 小見出し */
div,span,p,td,th,li,dt,dd {font-size:100%;color:#666666;} /* 本文 */
select,textarea,input{font-size:12px;}/* フォーム */
.cap {font-size:70%;line-height:130%;} /* キャプション */

/* リンク色 */
a:link {color:#666666;text-decoration:none;}
a:visited {color:#666666;text-decoration:none;}
a:hover {color:#CC0000;text-decoration:underline;}
a:active {color:#CC0000;text-decoration:underline;}
