@charset "shift_jis";

/* リンク部分の装飾 */
a { text-decoration: none; }
a:link{	color:#3f3f3f;}
a:visited{ color:#7f7f7f;}
a:hover,a:active{ color:#c0c0c0;}

/* ページの背景色、スクロールバーの見た目（デフォルトで変わるのはIEのみです）、ページ四辺のマージン値 */
body {background-color:#ffffff;
scrollbar-face-color: #ffffff;scrollbar-highlight-color: #7f7f7f;
scrollbar-shadow-color: #7f7f7f;scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;scrollbar-track-color: #ffffff;scrollbar-darkshadow-color: #ffffff;
margin:8%;}

/* ページ全体のフォントの指定、行の高さ　*/
body,div { color:#3f3f3f;font-family: Verdana,sans-serif,"ＭＳ Ｐゴシック",Osaka; font-size: 10pt;line-height:120%;}

/* index.htmlの枠全体の指定　*/
.t1 {width:650px;height:440px;border-color: #5f5f5f; border-width: 1px; border-style: solid; }

/* index.htmlの左側のセル　*/
.td1{width:310px;height:100%;border-right:1px #5f5f5f dotted;font-size:10pt;}

/* index.htmlの右側のセル　*/
.td2{width:340px;height:100%;border:none;text-align:center;}

/* index.htmlのインラインフレームの指定　*/
.ifm{width:340px;height:440px;}

/* kiji.htmlのタイトルと記事部分の指定　*/
.title {width:100%;border-bottom:1px #5f5f5f solid;}
.kiji{width:100%;padding-top:4px;line-height:140%;}

/* A Moveable Feast(http://twedgi.net/feast/) */