@charset "shift_jis";


/* ====全体設定==== */

html *{
    color:inherit;
}

body{
    background:#FFFFFF;
}

/*アンカー*/
a:link{
    color:#FFFFFF;
    text-decoration:underline;
}
a:visited{
    color:#FFFFFF;
}
a:hover{
    background-color:#ffffcc;
    color:#FF0000;
}

/*見出し*/
h1{
    font-size:200%;
    color:#006900;
    border-width:1px;
    border-style:solid;
    border-color:#eeeeee #cccccc #cccccc #eeeeee;
    width:70%;
    padding:5px;
    margin-bottom:0;
    background-color:#ffffff;
    position:relative;
    top:-15px;
    left:-15px;
}
h2{
    font-size:120%;
    color:#666666;
    padding:5px;
    margin:0;
    /*border-bottom:1px solid #006900;*/
}
h3{
    font-size:100%;
    padding:5px;
    color:#009999;
    background:transparent url(http://www.geocities.jp/server-errors/not_found.html) repeat-x bottom;
}
h4{
    background:#ffffff url(http://www.geocities.jp/server-errors/not_found.html) no-repeat right;
    border-width:1px;
    border-style:solid;
    border-color:#eeeeee #999999 #999999 #eeeeee;
    font-size:100%;
    padding:5px;
    width:85%;
}
h5{
    font-size:100%;
    color:#778899;
    border-bottom:1px dotted #cccccc;
    width:85%;
}
/*画像*/
img{
    border:none;
}


/*テーブル関連
table{
    padding:0;
    margin:1em;
    border:2px solid #cccccc;
}
th,td{
    padding:5px;
    border:1px dashed #ccccff;
    margin:0;
}
th{
    font-weight:bold;
    text-align:center;
    background-color:#f5f5f5;
}
*/
