@charset "Shift_JIS";

/* 全体 */
*body{ font-family:"ＭＳ Ｐ明朝",serif; }

/* ページ全体のリンク */
a{ text-decoration:underline; }
a:hover{ color:#65b7c9; text-decoration:none; }



/* 画像リンクの枠線を消す */
img{ border:0; }

/* フォーム */
input,textarea,select{ background:#fff; border:1px solid #777777; margin:0.1em 0; }

/* 画像の横に説明 */
dl.img_side dt{ float:left; margin:0 0.5em 0 0; }
dl.img_side dd{ border:none; }
br.clear{ clear:both; line-height:0px; }

/* 横列リスト */
ul.row{ list-style-type:none; }
ul.row li{ display:inline; margin:0 0.2em 0 0; }
