﻿@charset "UTF-8";


/******リセット******/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/******メイン******/

body {
	font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro W1, Meiryo, メイリオ, sans-serif;
	color : #000000;
	font-size: 100%;
	line-height: 1.5;
	background-color: #d3d3ef;
	margin: 0;
	padding: 0px 0px 0px 190px ;
}

* html body {
	overflow: auto;
}

hr.in {
	color : #c8d8e9;
	width: 900px;
	padding: 18px 0px;
	border-width: 0px 0px 8px;
	border-style: dotted;
}

hr.out {
	color : #95abf1;
	width: 1000px;
	border-width: 2px;
	border-style: solid;
}

hr.leftdown {
	color : #95abf1;
	width: 120px;
	border-width: 2px;
	border-style: dashed;
}

table,th,td {
	border: 2px solid #bbbbbb;
	background-color: #ffffff;
	white-space: nowrap;
	margin: 5px;
}

table.status {
	font-size: 80%;
}

table.status2 {
	font-size: 75%;
}

table.status3 {
	font-size: 75%;
	margin : 40px auto 40px auto;
}

tr.magic td {
	background-color: #ffccff;
}

tr.water td {
	background-color: #cde4f6;
}

tr.dragon td {
	background-color: #f6e4cd;
}

td.magic {
	background-color: #ffccff;
}

td.water {
	background-color: #cde4f6;
}

td.dragon {
	background-color: #f6e4cd;
}

td.pl1 {
	background-color: #F5B090;
}

td.pl2 {
	background-color: #FCD7A1;
}

td.pl3 {
	background-color: #FFF9B1;
}

td.pl4 {
	background-color: #D7E7AF;
}

td.pl5 {
	background-color: #A5D4AD;
}

td.pl6 {
	background-color: #A2D7D4;
}

td.pl7 {
	background-color: #9FD9F6;
}

td.pl8 {
	background-color: #A3BCE2;
}

td.pl9 {
	background-color: #A59ACA;
}

td.pl10 {
	background-color: #CFA7CD;
}

td.pl11 {
	background-color: #F4B4D0;
}

td.pl12 {
	background-color: #F5B2B2;
}

td.plwhite {
	background-color: #eeeeee;
}

td.plblack {
	background-color: #aaaaaa;
}

td.plgray {
	background-color: #ced1d9;
}

th,td {
	padding: 4px 8px;
	vertical-align: middle;
}

th {
	font-weight : bold;
	background-color: #eeeeee;
}

img {
	max-width: 800px;
	vertical-align: middle;
}

h1 {
	color : #052149;
	font-size: 240%;
	font-weight : bold;
	white-space: nowrap;
	text-align: center;
	padding : 20px 0px;
}

h2 {
	color : #052149;
	font-size: 180%;
	font-weight : bold;
	white-space: nowrap;
	display: inline;
}

h3 {
	color : #052149;
	font-size: 140%;
	font-weight : bold;
	white-space: nowrap;
	padding: 16px 0px;
}

div.subject {
	width : 900px;
	margin : 40px auto 40px auto;
	padding : 20px 20px;
	background-color: #fbfbf8;
	border-radius: 25px;
}

div.minisub {
	margin: 0px 10px 0px;
}

div#left_area {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	font-size: 80%;
	background-color : #bbd5f1;
	overflow: auto;
	margin : 0px;
	padding : 0px 20px;
	border: none;
	border-radius: 0px;
}

* html div#right_area {
	height: 100%;
	overflow: auto;
	margin : 0px 0px;
	padding : 0px 0px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
}

p {
	white-space: nowrap;
	padding: 10px;
}

b {
	color : #86413d;
}

ul {
	list-style: disc;
	white-space: nowrap;
	padding: 20px 40px;
}

ul#left {
	list-style: circle;
	white-space: nowrap;
	padding: 10px 20px;
}

ol {
	list-style: decimal;
	white-space: nowrap;
	padding: 10px;
}

