/*const.css*/
/*このスタイルシートは、全体的な形状を設定します*/

body	{	background-color: #ffffff;
		color		: #000000;
}
caption	{	margin-left	: auto;
		margin-right	: auto;
}
h1	{	margin		: 10px;
		border-left	: 4px solid #000000;
		border-bottom	: 2px solid #000000;
		color		: #777777;
}
h2	{	margin		: 20px;
		border-left	: 2px solid #000000;
		border-bottom	: 1px solid #000000;
		color		: #000000;
}
h3	{	margin-left	: 30px;
		color		: #000000;
}
p	{	margin-left	: 20px;
		text-indent	: 1em;
}
table	{	margin-left	: auto;
		margin-right	: auto;
		border		: 4px ridge #00bbff;
		border-spacing	: 0px;
}
td	{	border-right	: 1px solid #00bbff;
		border-bottom	: 1px solid #00bbff;
}
td.last	{	border-right	: 0px;
}
td.fnl	{	border-bottom	: 3px double #00bbff;
}
td.flst	{	border-bottom	: 3px double #00bbff;
		border-right	: 0px;
}
td.plain{	border-bottom	: 0px;
		border-left	: 0px;
		border-right	: 0px;
}		
th	{	border-right	: 1px solid #00bbff;
		border-bottom	: 1px dashed #00bbff;
}
th.last	{
		border-right	: 0px;
}
thead	{	background-color: #ddeeff;
}
tfoot	{	color		: #ff0000;
		font-size	: small;
		text-align	: right;
}
.ikari	{	font-size	: xx-large;
		color		: #ff0000;
		background-color: #000000;
}