@charset "UTF-8";

/*========================================
#	
#  author: eiji fukushima (a.k.a e-luck)
#  mail: eiji.fukushima@gmail.com
#  version: 1.5.1
#  lastmodified: 2008-02-21
#	
========================================*/

html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
div, p, blockquote,
th, td,
form, fieldset, input, textarea,
pre { 
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}

body {
	line-height: 1;
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

address,
caption, th
cite,
var,
dfn {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset { 
	border: 0;
}

optgroup {
	color: #000;
}


/*======== 20110202edit ========*/
/*ol,ul {
	list-style: none;
}*/


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

abbr, acronym { 
	border: 0;
	cursor: help;
}

img {
	border:0;
	vertical-align: bottom;
}

object,
embed {
  vertical-align: bottom;
}

hr {
	display: none;
}
