@charset "UTF-8";

html, body, div, h1, h2, h3, h4, p    { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; line-height: 160%; font-weight: normal; font-style: normal; }
html, body { border-style:none; border-width: 0px; }
body { text-align: left; color: #333322; font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif; font-size: 100%; line-height: 160%; background-color: #ffffff; font-weight: normal; font-style: normal; }

/*link color*/
a:link { color: #1e96a0; }
a:visited { color: #1e8c96; }
a:hover { color: #ffffff; background-color: #1e96a0; }
a:active { color: #000000; background-color: #1e8c96; }
/* container*/
.one-news { border-top: 1px dashed #d2dc00; padding: 10px 0; margin: 0 0 0 10px; width: 380px; }
.photo-box { float: left; width: 170px; }
.photo-box a img { border: 2px solid #ffffff; }
.photo-box a:hover img { border: 2px solid #1e96a0; }
.photo-box a:active img { border: 2px solid #000000; }
.news-box { float: left; width: 210px; }
h3 { font-weight: bold; line-height: 120%; }
.news-date { font-family: Arial, Helvetica, sans-serif; font-size: 75%; line-height: 120%; margin:0 0 5px 0}
.news-details { font-size: 75%; line-height: 160%; }
.news-details img { border-style:none }
/* clear */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* other macIE5 \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* other end macIE5 */
