/* ************************************************ 
 *	CSSƒŠƒZƒbƒg
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
/*      border; 1px solid white;*/
}

H1,H2,H3,H4,H5,H6,P,ADDRESS {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        line-hight: 100%;
  list-style-type : none;
}

/* ************************************************ 
 *		‘S‘Ì\‘¢
 * ************************************************ */
html, body {
	height: 100%;
        margin: 0px;
        padding: 0px;
	font-size : 12px;
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	line-height: 20px;
	color : #000;
	text-align: center;
}

img {
	border: 0px;
}

a:link    {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:active  {color: #000; text-decoration: none;}
a:hover   {color: #caae7f; text-decoration: none;}

.copyright {
	margin-top:20px;
        font-size: 8px;
        color: #caae7f;
        font-weight: bold;
}