/*  -*- Mode: CSS ; Coding: iso-2022-jp -*- */

BODY {
       margin: 0% 3% 3% 3%;
       background: white url(xjrbk.jpg) 50% 50% no-repeat fixed;
}

A:link {        color : darkmagenta; text-decoration: underline;  }
A:visited {     color : lime; text-decoration: underline;  }
A:active {      color : gainstwhite; text-decoration: underline; font-weight: bold;  }
A:hover {       color : red; text-decoration: underline; font-weight: bold;  }

H1, H2, H3, H4 { 
	font-weight: 700;
/*	font-family: "Osaka", sans-serif; */
	font-family: "Osaka", cursive;
	line-height: 1.1;
}

H1 {
    border-color: #9B3020;
}

H2 {
    color: rgb(100%, 0%, 0%);
}

H3 {
    border-color: #9B3020;
}

UL {
    margin-top: 2pt;
}

BLOCKQUOTE {
    margin: 0em;
    padding: 1em;
    line-height: 140%;
}

UL { list-style: disc; }

STRONG { 
    font-style: italic;
    color: rgb(0, 0, 128);
}