@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Jul 30, 2009
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

	01: define
	02: baseFont
	03: textLink
	04: otherTagsDifine

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
01: define
============================================================ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


/* ============================================================
02: baseFont
============================================================ */
body {
	color: #000;
	font: 13px "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Arial, Verdana, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
/*
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
*/
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}


/* ============================================================
03: textLink
============================================================ */
a,
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}


/* ============================================================
04: otherTagsDifine
============================================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	font-variant: normal;
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}
table {
	font-size: inherit;
	font: 100%;
}
hr {
	color: #666;
	border: 0;
	height: 1px;
	border: none;
}