@charset "UTF-8";
/* CSS Document */

/**
* ================================================================================
*
* base.css
* version: 1.01
* Author : KENTA SAKATA
* Date   : 2010/01/06
*
* ================================================================================
*
**/

* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
	word-break:break-all;
}

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

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	
}

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

address {
	font-style:normal;
}

/*-------------------------------------------------------------------------
	SET UP
/*-----------------------------------------------------------------------*/

body {
	background:#000;
	color:#fff;
	font-size:80%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

p, li, dt, dl {
	line-height:1.6;
	letter-spacing:0.5px;
}

strong {
	font-weight:bold;
}

em {
	font-style:normal;
}

/*-------------------------------------------------------------------------
	ANCHOR
/*-----------------------------------------------------------------------*/

a:link {
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#aaa;
	text-decoration:none;
}

/*-------------------------------------------------------------------------
	SOMETIMES_USED
/*-----------------------------------------------------------------------*/

.clearfix {
	zoom:1;
}

.clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
