@charset "utf-8";

/* 
++++++++++++++++++++++++++++++++++++++++++++
	
	Last Updated: July 14, 2010

	SOPHNET. 
 
++++++++++++++++++++++++++++++++++++++++++++
*/


* {
	margin: 0px;
	padding: 0px;
}

header, footer, aside, nav, article, section {  
    display: block;  
}



body {
	color: #fff;
	font-size: 0.688em;
	_font-size: x-small;
	font-family: 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.4em;
	background:#000;
	text-align:center;
	display:none;
}

body section{
	text-align:left;
	margin: 0 auto;
}

img{
	border:0px;
}

table,tr,td,th{
	border:0;
	border-style:none;
}

ul{
	list-style-type:none;
}