@charset "UTF-8";

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
	background: #000;
}


/* --------------------------------------------------------------------------------------
 Font Link
--------------------------------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #CCC;
	font-size: 10px;
	_font-size:62.5%;
}

h1 {
	font-size: 14px;
	line-height: 4em;
}

h2 {
	font-size: 12px;
	margin: 30px 0 20px;
	line-height: normal;
}

h3,h4,h5,h6 {
	font-size: 10px;
	margin: 10px 10px 5px;
	line-height: normal;
	font-weight: normal;
}


/* Opera 9 */
;;body{
	font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', sans-serif;
}

/* Internet Explorer 7 */
*:first-child+html body{
	font-family: "Verdana", 'ＭＳ Ｐゴシック';
}

/* Internet Explorer 6 or sooner */
* html body{
	font-family: "Verdana", 'ＭＳ Ｐゴシック';
}


a {
	text-decoration: none;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #CCC;
}



/* ---------------------------------------------------------------------------------------
 Link
--------------------------------------------------------------------------------------- */

#container {
	width: 800px;
	min-height: 100%;
	margin: 0 auto -61px;
	height: auto !important;
	height: 100%;
}

.t-area {
	width: 760px;
	margin: 0 10px 20px;
	padding: 10px;
	border: #333 1px solid;
	color: #3CF;
}

.t-area img {
	margin-bottom: 10px;
}

#footer-space {
	height: 61px;
}
