@charset "UTF-8";
/*  Cascading Style Sheets, Level 2
 *  $Id: init1.css,v 1.2 2010/03/03 12:50:09 nzawa Exp nzawa $
 *  --------------------------------------------------------------------------
 *
 *   INIT v1 - INITIALIZE DEFAULT STYLES
 *   (MODULAR-STYLES::INIT::INIT1.CSS)
 *
 *
 *  _/_/_/_/_/_/_/_/_/_/_/_/_/   COPYRIGHT NOTICE   _/_/_/_/_/_/_/_/_/_/_/_/_/
 *
 *    Copyright (c) 2008,2010 Nzawa
 *
 *    Licensed under a Creative Commons Attribution 2.1 Japan License.
 *    http://creativecommons.org/licenses/by/2.1/jp/
 *
 *  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 */



/* ==================================================
 *  INITIALIZE (2010-03-03)
 * ================================================== */

/* display: block */
html, body, h1, h2, h3, h4, h5, h6,
address, blockquote, div, p, pre,
dl, dt, dd, ul, ol, fieldset, form,
hr, noscript
			{ display: block; }

/* display: inline */
abbr, acronym, cite, code, dfn, em,
kbd, q, samp, span, strong, var, a,
sup, sub, legend, button, input, select,
img, ruby, rbc, rtc, rb, rt, rp, object
			{ display: inline; }

/* display: none, list-item, tables, etc */
head, script{ display: none; }
li			{ display: list-item; }
table		{ display: table; }
thead		{ display: table-header-group; }
tbody		{ display: table-row-group; }
tfoot		{ display: table-footer-group; }
tr			{ display: table-row; }
col			{ display: table-column; }
colgroup	{ display: table-column-group; }
td, th		{ display: table-cell; }
caption		{ display: table-caption; }
ins, del	{ /* to be, or not to be */ }

/* initial values for most elements */
html, body, h1, h2, h3, h4, h5, h6,
address, blockquote, div, p, pre,
dl, dt, dd, ul, ol, fieldset, form,
hr, noscript,
abbr, acronym, cite, code, dfn, em,
kbd, q, samp, span, strong, var, a,
sup, sub, legend, img, ruby, rbc, rtc,
rb, rt, rp, object,
li, table, thead, tbody, tfoot, tbody,
tfoot, tr, td, th, caption, ins, del
	{
		color: inherit;
		background-color: transparent;
		background-image: /**/ none; /* only except IE6 */
		font-family: inherit;
		font-size: 100%;
		font-weight: inherit;
		font-style: inherit;
		font-variant: inherit;
		line-height: inherit;
		text-align: inherit;
		vertical-align: baseline;
		text-decoration: none;
		letter-spacing: inherit;
		word-spacing: inherit;
		text-transform: inherit;
		text-indent: inherit;
		white-space: inherit;
		margin: 0;
		padding: 0;
		border: none;
		quotes: none;
		outline: none;
	}



/* END OF STYLESHEET */

