html {/* スクロールバー */
scrollbar-face-color: #aaaaaa;
scrollbar-track-color: #c9c9c9;
scrollbar-arrow-color: #ffffff;
scrollbar-highlight-color: #e2eaf1;
scrollbar-shadow-color: #c7d5e2;
scrollbar-3dlight-color: #f8fafc;
scrollbar-darkshadow-color: #1d2b38;
    
}

body{ 
     font:18px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; }


/* リンク色 */
a:link { color: #B81A3E; }/* 未訪問 */
a:visited { color:#bfbfbf; }/* 訪問済み */
a:hover { color: #55aa80; }/* ポイント時 */
a:active { color: #2b5540; }/*選択中  */



#wrap{/* 全体 */
    width:900px;
    margin:0 auto;
    text-align: center;
    border-style: solid ;
    border:solid 1px #999;
}



.txt{
    font-size:1.0em;
    line-height:200%;
}


.font{
    font-size:16px;
    max-width: 650px;
    min-width: none;
    margin: 0 auto;   
}


a {
    text-decoration: none;
    font-weight: bold;

img｛
    border:none;
}

a img{
     border: 1px #000000 solid;
}

