@charset "utf-8";

/*****************************

	基本スタイル

*****************************/

body{
	background-color: #99ff99;
	background-image: url(bg.png);
	color: #000000;
	font-size: 100%;
}

#page{
	width: 800px;
/*	margin: 0px 7.5%; */
	margin: 0px auto;
	padding: 0px;
	background-color: #ccffcc;
}

.content {
	margin: 0;
	background-color: #ccffcc;
}

.header {
	margin-top: 1em;
	margin-bottom: 0;
	text-align: center;
}

.footer {
	clear: both;
	background-color: #006600;
	color: #99cc99;
	text-align: center;
}

.maincontent {
	float: right;
	width: 70%;
	padding: 1em 0;
}

.block-wrap{
	padding: 0em 2em;
}

.sidebar {
	margin-right: 70%;
	padding: 1em 0;
	padding-bottom: 10em;	/* 状況によって各ファイルで上書きしたらいいよ */
	background-color: #6666ff;
}

.sidebar-content{
	margin: 0.5em;
	border: medium #000000 ridge;
	background-color: #9999ff;
}

.content-caption{
	font-size: 220%;
	font-weight: bold;
	color: #6600ff;
	border-bottom-style: dotted;
	border-bottom-width: thick;
	border-left-style: dotted;
	border-left-width: thick;
	padding-left: 0.2em;
	margin-right: 5%;
	margin-top: 2em;
}
.mini-caption{
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	color: #660000;
	text-align: center;
}
.child-caption{
	padding-left: 2em;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	color: #660033;
}

.space{
	margin-top: 3em;
	margin-bottom: 3em;
}

.content-block{
	margin-left: 1em;
	margin-right: 1em;
}
.content-block, .content-block-noindent{

}
.content-block:after, .content-block-noindent:after{
	content: "";
	display: block;
	clear: left;
	padding-bottom: 3em;
	margin-bottom: 3em;
	margin-left: 0%;
	margin-right: 30%;
	border-bottom: thin #330099 dashed;
}

.no-bottom-separate:after{
	border-bottom-style: none;
}


a {
	text-decoration: none;
}
a img{
	border-style: none;
}
a:hover{
	text-decoration: underline;
}
a img:hover{
	border-left-width: middle;
	border-right-width: middle;
	border-left-style: dotted;
	border-right-style: dotted;
}

p.no-blankline{
	margin-bottom:-0.7em;
}
p.supplement{
	font-size: 80%;
}
p.longsentence{
	padding-right: 0.5em;
	text-indent: 1em;
}

table{
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
	border: 4px #000000 inset;
	background-color: #99ffff;
}
caption{
	font-weight: bold;
	font-size: 140%;
	color: #003399;
}

td{
	padding: 0.3em 1em;
}

td.title{
	font-weight: bold;
	border-right: thin #000000 dashed;
	background-color: #66cccc;
}
td.not-lastrow{
	border-bottom: 2px #000000 solid;
}

.fillbg{
	background-color: #ffffff;
}

em.needblank {
	padding-left: 2em;
	padding-right: 2em;
}
em.normalstyle{
	font-style: normal;
}
em.underline{
	text-decoration: underline;
}

.smalltext{
	font-size:80%;
}
