﻿@charset "UTF-8";
@import url("object.css");

* {
	margin-top:0;
	margin-bottom:0;
	}
html {
	}
body {
	background:#000000;
	word-break:break-all;
	}
strong {
	font-weight:bold;
	}
em {
	font-style:oblique;
	}
img {
	border:none;
	vertical-align:middle;
	}

/* page */
div.page {
	margin:0 auto;
	padding:20px 30px;
	width:740px;
	color:#FFFFFF;
	font-size:small;
	font-family:"Meiryo","メイリオ","sans-serif";
	}
div.page p:first-child {
	margin:1em 0;
	color:#606060;
	font-family:"monospace";
	}
div.page p:first-child span {
	color:#FFFFFF;
	}

/* contents */
div.contents {
	float:right;
	width:560px;
	overflow:hidden;
	}
div.contents a {
	color:#FFFFFF;
	text-decoration:none;
	}
div.contents a:hover {
	color:#2BAAFE;
	}
div.contents h2 {
	padding:15px 0;
	font-size:medium;
	font-weight:normal;
	}
div.contents h3 {
	margin:15px 0;
	font-weight:normal;
	}
div.contents p {
	line-height:1.3;
	}
div.contents p a {
	color:#2BAAFE;
	}
div.contents p a:hover {
	text-decoration:underline;
	}
div.contents blockquote {
	margin:10px 0;
	line-height:1.3;
	}
div.contents ul {
	list-style:circle;
	}
div.contents ol {
	list-style:decimal;
	}
div.contents ul,
div.contents ol {
	margin-top:10px;
	margin-bottom:10px;
	line-height:2;
	}
div.contents ul li,
div.contents ol li {
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
	}
div.contents ul li:after,
div.contents ol li:after {
	display:block;
	clear:both;
	height:0;
	content:".";
	visibility:hidden;
	}
div.contents ul li a,
div.contents ol li a {
	text-decoration:underline;
	}
div.contents ul li strong,
div.contents ol li strong {
	font-size:medium;
	}
div.contents ul li q,
div.contents ol li q {
	font-size:x-small;
	}
div.contents dl {
	line-height:1.5;
	}
div.contents dl dt {
	}
div.contents dl dd {
	padding-left:30px;
	}

/* label */
div#label {
	border-left:#FFFFFF 7px solid;
	padding:0 0 0 7px;
	}
div#label h1 {
	font-size:medium;
	font-weight:bold;
	}
div#label p {
	}
div#label p span {
	color:#C300C3;
	}

/* sentence */
div#sentence {
	border-left:#57D4FD 7px solid;
	padding:0 0 0 7px;
	}
div#sentence p + p {
	margin:10px 0 0 0;
	}

/* navigation */
div.navigation {
	float:left;
	width:160px;
	overflow:hidden;
	}
div.navigation * {
	margin:0;
	padding:0;
	list-style:none;
	}
div.navigation a {
	color:#FFFFFF;
	text-decoration:none;
	}
div.navigation a:hover,
div.navigation a.active {
	text-indent:5px;
	color:#2BAAFE;
	}
div.navigation a.active {
	cursor:default;
	}

/* information */
div.information {
	clear:both;
	text-align:right;
	}
div.information a {
	color:#FFFFFF;
	text-decoration:none;
	}
div.information a:hover {
	color:#2BAAFE;
	}
