html {
    margin-bottom:1px;
    height:100%;
    }
	
p {
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	line-height: 150%;
	color: #FFFFFF;
	font-family: "lr oSVbN", "Osaka";
}


.s {
	font-size: 12px; /* モダンブラウザ向け */

    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	line-height: 120%;
	color: #FFFFFF;
	font-family: "lr oSVbN", "Osaka";
	font-style: normal;
}

A:link {
	text-decoration:underline;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bold;
}
A:visited { text-decoration:underline;
        color:#FFFFFF;
	font-weight: bold;
}
A:active { text-decoration:underline;
         color:#dfdfdf;
	font-weight: bold;
}
A:hover { text-decoration:underline;
           color:#dfdfdf;
	font-weight: bold;
}


h1 {
	word-spacing: normal;
	padding: 3px;
	width: auto;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;	
}
h2{
	font-weight: bold;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #FFFFFF;
	padding:2px;
	font-size: medium;

	}

.click {cursor: hand};

.noline {
	text-decoration:none;
	font-weight: normal;
};
