@charset "euc-jp";

body {
	background-color: #ffffff;
	background-image: url(../img/kdc_bg3.gif);
	background-position: center top;
	background-repeat: repeat-x;
	min-width: 870px;
}

a:link {
	color: #0033CC;
}
a:visited {
	color: #663399;
}
a:hover {
	color: #FF3333;
}
a:active {
	color: #FF9966;
}

#container {
	width:870px;
	border: 0;
	margin: 40px auto 10px auto;
	padding: 0;
	position: relative;
}

#header {
	position: relative;
	height: 60px;
}

div#loginBtn {
	position: absolute;
	left: 0;
	top: -30px;
	line-height: 25px;
}
div#loginBtn img {
	float: left;
	margin: 0 5px 0 0;
}
div#loginBtn span {
	display: block;
}

div#membersMenu {
}
ul#membersMenuList {
	position: absolute;
	top: 5px;
	left: 210px;
}
ul#membersMenuList li {
	float: left;
	margin: 0;
	padding: 0 12px;
	list-style: none;
	float: left;
	background-image: url(../img/list_mark_red.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
ul#membersMenuList li a {
	font-size: 11px;
	padding-bottom: 2px;
	text-decoration: none;
}
ul#membersMenuList li a:hover {
	background-image: url(../img/gnavi_underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#globalNavi {
	position: absolute;
	top: 10px;
	right: 0;
	width: 420px;
}
ul#globalNaviList {
	position: absolute;
	top: -30px;
	right: 0;
}
ul#globalNaviList li {
	float: left;
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
	font-size: 14px;
}
ul#globalNaviList li a {
	font-weight: bold;
	padding-bottom: 3px;
	text-decoration: none;
}
ul#globalNaviList li a:hover {
	background-image: url(../img/gnavi_underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#content {
	position: relative;
	margin: 0;
	padding: 0;
}

#main1column {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#footer {
	clear: both;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#footerMenu {
	padding: 5px;
}
ul#footerMenu li {
	float: left;
}

#eofLogo {
	position: absolute;
	top: 5px;
	right: 14px;
}
#eoCopyright {
	position: absolute;
	top: 20px;
	left: 10px;
}
#eoCopyright img {
	margin: 0 10px 0 0;
}

#breadcrumbs {
	margin: 2px 5px;
}

div.clear {
	clear: both;
}

.anchor {
	display: none;
}

.inner870 {
	margin: 0 5px;
}

p {
	line-height: 125%;
}
