﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-family: 'ＭＳ Ｐゴシック','Osaka','Segoe UI Symbol';
	font-size: 16px;
}

body{
	text-align: center;
	width: 100%;
	background-color: #0C4D3C;
}

img{
	border: none;
}

.background{
	width: 820px;
	margin: 0 auto;
	position: relative;
}

.container{
	text-align: left;
	width: 800px;
	margin: 0 10px;
	background-color: #0C4D3C;
}

.head{
	width: 100%;
	height: 50px;
	position: relative;
	letter-spacing: 5px;
	background-color: #0C4D3C;
}

.head h1 a{
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 32px;
	color: #D2DFEA;
	text-decoration: none;
}

.head a:hover{
	border-bottom: dashed 1px white;
	text-decoration: none;
}

.menu{
	text-align: left;
	width: 180px;
	float: left;
	color: #D2DFEA;
	background-color: #568675;
}

.menu h2{
	text-align: center;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #002F21;
}

.menu dt:not(:first-child), .menu li{
	//border-top: solid 1px #7BA596;
	border-top: solid 1px #0C4D3C;
}

.menu dd{
	font-size: 11px;
	margin-left: 10px;
	margin-top: 2px;
	color: #002F21;
}

.menu ul{
	list-style: none;
}

.menu a{ 
	display: block;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	font-size: 14px;
	text-decoration: none;
	color: #D2DFEA;
}

.menu a:hover{
	margin-left: 0px;
	margin-right: 0px;
	border-left: solid 5px #D9E9DF;
	border-right: solid 5px #D9E9DF;
	color: white;
}

.body{
	text-align: left;
	width: 620px;
	line-height: 130%;
	float: left;
	color: #D2DFEA;
	margin-bottom: 1em;
}

.body h2{
	margin-left: 5px;
	padding: 5px;
	background-color: #002F21;
}

.body h2 a{
	color: #D2DFEA;
	font-size: 24px;
	text-decoration: none;
}

.body h2 a:hover{
	color: white;
}

.foot{
	text-align: right;
	font-size: 12px;
	width: 100%;
	clear: both;
	color: #D2DFEA;
	background-color: #0C4D3C;
}

.text{
	text-align: left;
	margin-left: 5px;
	padding: 5px;
	font-size: 14px;
	color: #D2DFEA;
	background-color: #568675;
}

.text *{
	font-size: 14px;
}

.text del{
	font-size: 12px;
}

.text a{
	color: #D2DFEA;
	font-size: 14px;
}

.text a:hover{
	color: white;
}

.text h3{
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 2px;
	border-left: solid 1px #D9E9DF;
	border-bottom: solid 1px #D9E9DF;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.text h3 a{
	font-size: 16px;
	text-decoration: none;
	color: #002F21;
}

.text h3 a:hover{
	color: white;
}

.text ul{
	list-style: disc outside;
}

.hidden,.hidden a,.hidden a:hover{
	color: #568675;
	cursor: default;
}

.edit{
	width: 600px;
}

textarea.edit{
	height: 400px;
}

.comment{
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
}

.comment textarea{
	color: black;
	width: 565px;
	height: 80px;
}

.res *{
	font-size: 13px;
}

.res{
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 13px;
	border-left: solid 3px #A3C3B5;
	border-right: dashed 1px #A3C3B5;
	border-top: dashed 1px #A3C3B5;
	border-bottom: dashed 1px #A3C3B5;
	background-color: #1C5D4C;
}

.res a{
	color: #D2DFEA;
}

.res a:hover{
	color: white;
}

.quote {
	border: solid 1px #80A080;
	background-color: #568675;
}

.aa{
	font-family: 'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
	font-size: 13px;
	line-height: 14px;
}

.aa2{
	font-family: 'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
	font-size: 16px;
	line-height: 18px;
}

code{
	font-family: 'MS Gothic', Osaka;
	font-size: 11px;
}

div.text pre{
	border: 1px solid black;
	padding: 2px;
	overflow: auto;
	background-color: #206048;
}

#SelectLog{
	margin-left: 5px;
	font-size: 14px;
	width: 120px;
}

#SelectLog *{
	font-size: 14px;
}

#twitter{
	padding: 5px;
}

#twitter *{
	font-size: 12px;
}