/* Jae-Connenter.com Style sheet for SiteMap Nov. 16th, 2005 */
/* html tag */
body {
	text-align: center;
	line-height: 150%;
	font-size: auto;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a:link {
}
a:visited {
}
a:hover {
	color: #FF6600;								/* coral;	fuchsia; */
}
option {
	font-weight: bold;
	color: #333333;
}
/* wrapping design */
#Wrapper {
	width: 750px;
	margin: 10 auto;							/* 上下margin=0、左右=auto */
	text-align: left;
}
#Header {
	width: 750px;
	text-align: left;
	padding: 3px;
}
#Content {
	width: 750px;
	text-align: left;
}
#LeftContent {
	float: left;
	width: 220px;
	text-align: left; margin-left: 2pt;
}
#CenterContent {
	float: left;
	width: 220px;
	text-align: left; margin-left: 10pt;
}
#RightContent {
	float: left;
	width: 220px;
	text-align: left; margin-left: 10pt;
}
#footer {
	width: 750px;
	text-align: left;
}
.headline_footer {
	color: gray;
	font-size: 80%;
}
/* 未定
h1 {
	color: teal;
	font-weight: bold;
}
h2 {
	color: blue;
	font-weight: bold;
}
h3 {
	color: blue;
	font-size: 12pt;
	font-weight: 900;
}
h4 {
	color: #4169e1;
	font-size: 12pt;
	font-weight: 900;
}
p {
	text-align: left;
}
table {
	font-size: 11pt;
}
img {
	text-align: left;
	border-style: solid;
	border-width: 0px;
}
a.headline:link{
	font-weight: normal;
}
a.headline:visited{
	font-weight: normal;
}
a.headline:hover{
	font-weight: normal;
	color: fuchsia;
}
.headline_ekiinfo {
	width: 720;
	background-color: deepskyblue;
}
*/
