@charset "utf-8";

html {
	background: #000;
}

body {
	background: #000;
	color: #444;
	letter-spacing: 0.05em;
}

/* Link
---------------*/
a {	text-decoration: underline;}
a:link {	color: #00B9FF;}
a:visited {	color: #00B9FF;}
a:hover {	color: #00B9FF0;}
/* Text
---------------*/
h1 { font-size: 189%;}
h2 { font-size: 174%;}
h3 { font-size: 153.9% ;}
h4 { font-size: 131%% ;}
h5 { font-size: 100% ;}
h6 { font-size: 85% ;}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #FFF;
}
h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	color: #1f1f1f;
}
p {	margin: 1em 0;}

#header,#eyecatch,#eyecatch_min,#content,#footer,.copy {
	margin: 0 auto;
	width: 700px;
}
#header {
	padding: 10px 0 10px;
}
#header h2{
	text-align: center;
	padding: 10px 0 10px;
}

#header img{
	border: 3px solid #212121;
}

#header h5 {
	padding-left: 10px;
	color:#6D6D6D;
	font-style:italic;
}
#content {
	text-align:center;
}
.copy {
	padding: 10px;
	font-size: 85%;
	text-align:right;
}