html
{
   padding: 0px;
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac */
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

body {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: black;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	background-color: #000000;
}

h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-weight: normal; }

#main-index-navi {
	padding: 0px;
	height: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main-index-navi-inner {
	text-align: left;
	height: 100%;
	float: left;
	width: 360px;
	margin-right: 10px;
	padding: 0px;
}

.discription {
	font-size: 90%;
	position: static;
	margin-top: -23px;
	margin-left: 10px;
	float: left;
}

#contentsnavi-index {
	line-height: 1.5;
	padding: 0px;
}

.contents-index {
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.contents-index-inner {
	position: static;
}

img {
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
}

a img { border: 0; }


/* mome navi */
#home-index {
	background-position-x: right;
	background-position-y: bottom;
	position: static;
	background-image: url(../images/navi-home/home-index.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	margin-bottom: 5px;
}

#home-index h1 {
	background-repeat: no-repeat;
	background-image: url(../images/navi-home/title.png);
	height: 42px;
	width: 104px;
	float: right;
	margin-right: 11px;
	margin-top: 11px;
}

#home-index h2 {
	font-size: 90%;
	position: static;
	margin-top: 19px;
	margin-left: 10px;
	float: left;
	font-weight: bold;
}

#home-index a {
	height: 42px;
	display: block;
	text-indent: -500px;
	text-align: left;
	width: 104px;
	float: right;
}

#img-home-blog a {
	height: 30px;
	width: 360px;
	background-repeat: no-repeat;
	background-image: url(../images/navi-home/home-blog.png);
	margin: 0px;
	padding: 0px;
}

#img-home-flickr a {
	height: 30px;
	width: 360px;
	background-repeat: no-repeat;
	background-image: url(../images/navi-home/home-flickr.png);
}

#img-home-twitter a {
	height: 30px;
	width: 360px;
	background-repeat: no-repeat;
	background-image: url(../images/navi-home/home-twitter.png);
}

#img-home-tumblr a {
	height: 30px;
	width: 360px;
	background-repeat: no-repeat;
	background-image: url(../images/navi-home/home-tumblr.png);
}

#img-home-lastfm a {
	height: 30px;
	width: 360px;
	background-repeat: no-repeat;
	background-image: url(../images/navi-home/home-lastfm.png);
}

#img-home-wakoopa a {
	height: 30px;
	width: 360px;
	background-repeat: no-repeat;
	background-image: url(../images/navi-home/home-wakoopa.png);
}

#img-home-blog a:hover,
#img-home-tumblr a:hover,
#img-home-flickr a:hover,
#img-home-twitter a:hover,
#img-home-lastfm a:hover,
#img-home-wakoopa a:hover {
    background-position:0px -30px;
}

#hidden-trackfeed {
	display: none;
}
