/* copy right http://hplabo.com
無断複製使用を許可なく行う事を禁止しています */

@import url(http://goldenwaxx.com/blog/base.css);
@import url(http://goldenwaxx.com/blog/header.css);
@import url(http://goldenwaxx.com/blog/etc.css);
@import url(http://goldenwaxx.com/blog/title.css);

 html,
 body{

        font-family: Verdana,MSgochic, Osaka;
	text-align: center;
	color: #000000;
	margin: 0px;
	padding: 0px;
    background: #000000;
	}


p {
   margin: 0px 0px 0px 0px;
   padding: 0px;
   line-height: 18px;
   font-size: 12px;
}

a {
   color: #ffc000;
   text-decoration: none;
}

a:hover {
   color: #ffde5c;
   text-decoration: underline;
}


img {
   border: none;
   margin: 0;
   padding: 0;
}

