@charset 'utf-8';

/* ---------------- 基本定義 --------------- */

*
{
	margin:0px;
	padding:0px;
    font-family: Verdana, Helvetica, sans-serif;
}

html,body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #262626;
	text-align: center;
}

a
{
	color: #edaa10;
	text-decoration: none;
}

img
{
	border: 0px;
}

br
{
	letter-spacing: normal;
}




/* ---------------- 構成要素  ---------------- */

#distance
{ 
	width: 1px;
	height: 50%;
	margin-bottom: -150px;
	float: left;
}

#main
{
	margin: 0 auto;
	padding: 16px;
	position: relative;
	color: #fff;
	font-size: 9pt;
	line-height: 20px;
	letter-spacing: 1px;
	height: 250px;
	width: 400px;
	clear: left;
}

#main h1 a
{
	display: block;
	width: 215px;
	height: 30px;
	margin: 0px 0px 40px 90px;
	background: url(http://curious-on.com/material/rogo.png);
	background-repeat: no-repeat;
}

#main h2
{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#main h3
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 20px;
}

#main img
{
	margin-top: 20px;
}

#main span
{
	display: none;
}