@charset "Shift_JIS";
@media screen, print{

/*==========Body==========*/
body,td {
	color: #2c523c; /*ボトルグリーン*/
	background-color: #eeeeee; /*壁紙offのとき*/
	font-size: 100%;
	line-height: 2;
	word-spacing: normal;
	letter-spacing: normal;
	line-break: strict;
	word-break: break-all;
	text-autospace: ideograph-alpha;
	over-flow: auto;
}
/*==========tableよけ==========*/
body {
	margin: 0 2.5em;
	background-image: url(../images/check.gif);
/*	background-repeat: repeat-x;*/
	background-attachment: fixed;
}
/*==========Anchors==========*/
a {
	text-decoration: none;
}
a:link {
	color: #56638f; /*藍鼠*/
	border-bottom: dashed 0.05em;
}
a:visited {
	color: #4e2f4f; /*茄子色*/
	border-bottom: dashed 0.05em;
}
a:hover {
	color: #2c523c; /*ボトルグリーン*/
	background-color: #88acd5 ; /*勿忘草色*/
	border: outset 0.17em;
}
a:active {
 	color: #ad1e25; /*蘇芳*/
	background-color: #989288; /*灰汁色*/
	border: inset 0.17em;
	position: relative;
	top: 0.1em;
	left: 0.1em;
}
#secretlink a {
	text-decoration: none;
	border: none;
}
#secretlink a:link {
	text-decoration: none;
	border: none;
}
#secretlink a:visited {
	text-decoration: none;
	border: none;
}
#secretlink a:hover {
	text-decoration: none;
	border: none;
}
#secretlink a:active {
	text-decoration: none;
	border: none;
}
a.home {
	cursor: w-resize;
}
a.top {
	cursor: n-resize;
}
/*==========Headings==========*/
h1,h2,h3,h4,h5 {
	color: #6d9dc9; /*天色*/
	font-weight: bold;
	line-height: 1;
}
h1 {
	font-size: 140%;
	text-indent: 2em;
	border-width: 0.2em;
	border-style: none none double none;
	border-color: #6d9dc9; /*天色*/
}
h2 {
	font-size: 130%;
	text-indent: 1em;
	border-width: 0.1em;
	border-color: #6d9dc9; /*天色*/
	border-style: none none dotted none;
	margin: 1.5em 0 0 0;
	padding: 0.3em 0;
}
h2.menutitle {
	color: #1b7792; /*花浅葱*/
	font-size: 110%;
	font-variant: small-caps;
	text-indent: 0;
	border-style: none;
	margin: 0;
	padding: 0.3em 0 1em;
}
h3 {
	font-size: 115%;
	text-indent: 1em;
	border-width: 1px;
	border-color: #6d9dc9; /*天色*/
	border-style: none none dashed none;
	font-size: 120%;
	margin: 2em 2em 1em 2em;
}
h3.next { /*どこかでH2のつぎにつかった*/
	margin: 1em 2em;
}
/*==========Paragraphs==========*/
p {
	text-indent: 1em;
	margin: 0.2em 0.8em;
}
p.continue {
	text-indent: 0em;
}
p.comment {
	margin: 1em;
	font-size: 90%;
}
p.digression { /*脱線*/
	margin: 1em;
	font-size: 90%;
}
p.dialogue {　/*(小説の中の)会話の部分, 対話, 台詞*/
	text-align: right;
	margin-bottom: 1.5em;
	margin-left: 7em;
}

p.expression{
	text-indent: 2.5em;
}
p.menulist {
	text-indent: 0;
}
p.section {
	margin-top: 1em;
}
p.section-separate {
	margin-top: 3em;
}
/*==========Lists==========*/
ol, ul, dd ol, dd ul {
	margin: 0.3em 2em 0.3em 4em;
}
ol p, ul p, li p {
	text-indent: 0;
	margin: 0;
}
ol ol, ol ul, ul ol, ul ul { /*基本的にolやulは入れ子にしてはいけないけど*/
	margin: 0 1.5em;
}
ol {
	list-style-type: lower-roman;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-greek;
}
ul {
	list-style-type: circle;
}
ul ul {
	list-style-type: square;
}
ul.arrow {
	list-style-image: url(http://www.geocities.jp/server-errors/not_found.html);
}
ul.menu {
	border-left: dotted 0.1em;
}
dt {
	font-weight: bold;
	margin: 1.5em 0 0.5em ;
	border-color: #6d9dc9; /*天色*/
	border-style: none none dotted dotted;
	border-width: 0.1em;
	padding: 0 0.5em;
}
dd {
	border-color: #6d9dc9; /*天色*/
}
/*==========Quotations==========*/
blockquote {
	color: #200098; /*紺瑠璃*/
	font-size: 90%;
	border-color: #6d9dc9; /*天色*/
	border-style: double;
	border-width: 3px;
	margin: 0.5em 2.5em;
	padding: 1em;
}
q {
	color: #063
}
q:lang(ja) {
	quotes: none;
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
/*==========Logic==========*/
em {
	font-style: normal;
	text-decoration: underline;
}
strong {
	font-weight: bolder;
}
dfn, dfn a:link, dfn a:visited {
	color: #2c523c; /*ボトルグリーン*/
	font-style: normal;
	text-decoration: none;
	background: url("../images/line.gif") bottom left no-repeat;
}
/*==========Images==========*/
img {
	border-style: none;
}
/*==========Forms==========*/
input,textarea,select {
	border: 1pt;
	color: #008051; /*常盤色*/
	background-color: #fafafa; /*乳白色*/
}
/*==========Horizontal Rules==========*/
hr {
	color: #A1B77A; /*青丹*/
	filter: alpha(opacity=100,finishopacity=0,style=3);
}
hr.copyright {
	margin-top: 2em;
}
hr.section {
	margin: 1em 0;
}
hr.section-hidden {
	margin: 20em 0;
}
hr.section-separate {
	color: #cfc;
	background: #cfc;
	margin: 2em auto;
	border-color: #9cf #69c #69c #9cf;
	border-style: double;
	border-width: 3px;
	width: 1em;
	height: 1em;
}
/*==========Class & Id==========*/
.comment {
	font-size: 0.8em;
}
.menu {
	text-align: center;
	text-indent: 0;
	border: 0.25em double #5b563d; /*煤竹色*/
	margin: 1em auto 2em;
	padding: 1em;
}
.submenu {
	font-size: small;
}
.title {
	color: red;
	font-weight: bolder;
}
/*==========Header & Footer==========*/
#header {
	text-align: right;
	font-size: small;
	line-height: 0;
	margin-top: 3em;
}
#branchmenu {
	font-family: monospace;
}
#lastupdate {
	font-family: verdana;
}
.foot-navigation, #footer {
	text-align: right;
	font-family: verdana;
	font-size: small;
	line-height: 1.5;
}
.footnavi {
}
.copyright {
	text-align: center;
	font-family: verdana;
	font-size: small;
	font-style: italic;
	line-height: 1.3;
	padding-bottom: 0.5em;
}
.noscript-menu {
	color: #008051; /*常盤色*/
	font-size: 72%;
	text-align: right;
	letter-spacing: 0.07em;
	margin: 3em 0;
}
} /* end of @media screen,print */