/* -------------------------------------------------------- CSS Information 
File Name:      base.css 
Lust up date:   2010.4.13 
Style Info:     ƒŠƒZƒbƒg•Šî–{Ý’è—pcss
------------------------------------------------------------------------ */  
   
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 11px;
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ƒƒCƒŠƒI', Meiryo, '‚l‚r ‚oƒSƒVƒbƒN';
	padding: 0;
	text-align: left;
	background-color: #000;
	height: 100%;
}
/* ----------------------------------------------------------------reset */  

/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 150%;
}
/*others*/
table {
	border-spacing: 0;
}
* html table {
	border-collapse: collapse;
}
*:first-child+html table {
	border-collapse: collapse;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
table, th, td, img {
	border: 0;
}
img, input {
	vertical-align: middle;
}
q:before, q:after {
	content:'';
}
ul {
	list-style: none;
}
a {
	color: #0075C2;
	text-decoration: underline;
}
a:hover {
	color: #3CF;
	text-decoration: underline;
}
