@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul,li {
	margin: 0px;
	padding: 0px;
}

#PortalLink a:link, #PortalLink a:visited {
	color: #fff;
}
#PortalLink a:hover, #PortalLink a:active {
	color: #fff;
}
/*
#Foot a:link, #Foot a:visited {
	color: #666;
}
#Foot a:hover, #Foot a:active {
	color: #666;
}
*/

#PortalHead {
	position: relative;
	height: 38px;
	background: url(../images/top/back_header.gif) repeat-x;
	font-size: 12px;
}
#PortalHead img {
	vertical-align: bottom;
}
#PortalLogo {
	position: absolute;
	top: 8px;
	left: 20px;
}
#btn_english {
	position: absolute;
	top: 18px;
	left: 198px;
}
#Menu {
	position: absolute;
	bottom: 0;
	right: 183px;
	padding-left: 60px;
	background: url(../images/top/bg_image.gif) no-repeat left bottom;
	height: 38px;
}

#PortalLink {
	list-style: none;
	color: #fff;
	margin-top: 14px;
}
*html #PortalLink {
	margin-top: 14px;
}

#PortalLink li {
	display: inline;
	padding: 0 15px 2px 15px;
	background: url(../images/top/icon_portal_link.gif) left 0em no-repeat;
	font-size: 10px;
}
#PortalLink li.searchTtl {
	background: none;
	border-left: 1px solid #fff;
}
#PortalLink li a {
	font-size: 10px;
}

#SearchArea {
	position: relative;
	position: absolute;
	top: 11px;
	right: 20px;
	width: 170px;
	height: 19px;
	background: url(../images/top/search_box.gif) no-repeat;
}
#SearchArea input.window {
	position: absolute;
	top: 2px;
	left: 4px;
	border: none;
	height: 15px;
	width: 137px;
}
#SearchArea .searchBtn {
	position: absolute;
	top: 0px;
	left: 148px;
}

#Foot {
	width: 718px;
}