@charset "shift_jis";
body {
	margin: 1em;
	padding: 1em;
}
p {
 margin: 0;
 padding: 1em;
 text-align: left;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #696969;
 line-height: 1.2;
}
h3 {
	font-size: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/* font-style: italic; */
	color: red;
	border: 1px solid #FFA500;
}
h4 {
 	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFA500;
	font-weight: bold;
				//*	text-decoration: overline;    *//
}
span {
	color: #006400;
	border-bottom:1px solid #006400;
}
a   {
	font-weight: bold;
}
#kk a:link {
	color: #696969;
	background: #ffffff;
	text-decoration: none;
}
#kk a:visited {
	color: #696969;
	background: #ffffff;
	text-decoration: none;
}
#kk a:hover {
	color: #ff0000;
	background: #ffffff;
	text-decoration: none;
}
#kk a:active {
	color: #ff0000;
	background: #ffffff;
	text-decoration: none;
}

#container {
	background: #ffffff url(../gazou/haikei.gif);
	width: 900px;	
}
#header {
	text-align: left;
	background: #ffffff;
}
#kuuhaku {
	white-space: pre;
}

#maincontent {
	margin: 0;
	padding: 0;
	width: 720px;
	float: right;
	color: #ff3300;
}
table {
	width: auto;
	table-layout: auto;
	text-align: left;
	font-size: 12px;
	color: #696969;
}
th {
	color: red;
}
#subcontent {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: white;
}
#footer {
	width: 720px;
	clear: both;
	float: right;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: #696969;
	border: 1px solid #cc9999;
}
