@charset "Shift_JIS";

body	{
	color:#333333;
	background-color:White;
	font-family:"MS UI Gothic";
	margin:0;
	padding:1em;
	font-size:14px;
	line-height:16px;
}
.normal	{
	color:#333333;
}
table	{
	font-size:12px;
	line-height:14px;
}

a	{
	text-decoration:none;
}
a:link	{
	color:#cc0000;
}
a:visited	{
	color:#663333;
}
a:hover	{
	color:Red;
}
a:focus	{
	color:#FF6666;
}
a:active	{
	color:Red;
}

h1	{
	text-align:center;
	font-size:32px;
	line-height:32px;
	color:Black;
}
h2	{
	text-align:left;
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	color:Black;
}
h3	{
	margin-top:1em;
	margin-bottom:0;
	padding:0.2em;
	text-align:left;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	background-color:#ccffff;
	color:Black;
}
h4	{
	margin-top:1em;
	margin-bottom:0;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:Black;
}
h5	{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	color:Black;
}
h6	{
	text-align:right;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	color:Black;
}

dl	{
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:1em;
	background-color:#f0fff0;
}
dt	{
	margin-top:0;
	color:Navy;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
/*	background-color:#fff0f0;*/
}
dd	{
	margin-left:2em;
	padding:0;
	font-size:14px;
/*	background-color:#f0ffff;*/
}


ol	{
	margin:0.25em;
	padding:0.25em;
}

ol li	{
	margin:0 0 0 2em;
	padding:0;
}

ul	{
	margin:0.25em;
	padding:0.25em;
}

ul li	{
	margin:0 0 0 2em;
	padding:0;
}

hr	{}

img	{
	border:none;
}

p	{
	font-style:normal;
	font-weight:normal;
	margin:0.25em 1em;
	text-align:justify;
}

pre	{
	margin:0.5em;
	padding:0.5em;
	border-style:none;
}

del	{
	font-style:normal;
	font-weight:normal;
	text-decoration:line-through;
}

ins	{
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}


em	{
	color:red;
	background-color:transparent;
	border-color:maroon;
	font-style:normal;
	font-weight:normal;
	padding:1px 0.5em;
}

strong	{
	color:white;
	background-color:red;
	font-style:normal;
	font-weight:bold;
	padding:1px 0.5em;
	text-decoration:blink;
}


small	{
	font-size:0.75em;
}

big	{
	font-size:2em;
}


address	{
	background-color:silver;
	color:black;
	border-color:gray;
	font-style:normal;
	text-align:right;
	border-style:solid;
	border-width:thin;
	margin:0.5em 0;
	padding:0.25em;
}

blockquote	{
	border-color:green;
	font-style:normal;
	font-weight:normal;
	border-style:double;
	border-width:medium;
	margin:0.5em 1em 0.5em 1em;
	padding:0.5em;
}

q	{
	color:maroon;
	background-color:transparent;
	font-style:normal;
	font-weight:normal;
	quotes:"u" "v";
}

q:before	{
	content:open-quote;
}

q:after	{
	content:close-quote;
}

cite	{
	color:black;
	background-color:#eeeeee;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	quotes:"[" "]";
}

cite:before	{
	content:open-quote;
}

cite:after	{
	content:close-quote;
}


samp	{
	color:navy;
	background-color:white;
	font-style:normal;
	font-weight:normal;
}

code	{
	color:green;
	background-color:white;
	font-style:normal;
	font-weight:normal;
}

var	{
	color:white;
	background-color:purple;
	font-style:normal;
	font-weight:normal;
	padding:1px 0.25em;
}
