@charset "utf-8";

/**
 * Base Style
 * 
 * サイト全体的に使われる基本的なスタイルを定義します
 *
 * <ul>
 * <li>基本タグ</li>
 * <li>基本クラス</li>
 * <li>基本エリア</li>
 * </ul>
 *
 * @author	gumi@kazy.jp
 * @version	0.1
 * @see	http://kazy.jp/note/
 */

/**
 * 基本タグ
 * 
 * @section base tag
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6,big,small{font-size:100%;font-weight:normal;}

select,input,textarea{font-size:99%;}

b,strong{font-weight:bold;}

em{font-style:normal;}

body{
  font-family: Verdana;
  background: #000000;
  overflow-x: hidden;
  font-size: 16px;
  -webkit-text-size-adjust:none;
}

a:link {

}

a:visited {

}

a:hover {

}
 
/**
 * 基本クラス
 * 
 * @section base class
 */
 
.clr {
	min-height: 1%;
}
/* Hack IE6 below */
.clr {
		height: 1%;
}

.clr:after {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0%;
	display: block;
	content: "";
}


 /**
 * collectionページ
 * 
 * @section collection
 */
#collection{
	opacity:0;
	width: 9999px;
	position: absolute;
}

#collection li{
	float: left;	
}

#debug{
	/*display: none;*/
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
}
 