*{
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
a{
	outline: none;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}


img{
	border: 0 none;
	vertical-align: bottom;
}

/***************************************************/
/* header
/***************************************************/
div#header{
	position: relative;
	width: 750px;
	height: 88px;
}

div#header div.top-line img{
	vertical-align: top;
	margin-top: -2px;
}

div#header div#logo{
	position: absolute;
	top: 5px;
	left: 21px;

}

div#header h1{
	position: absolute;
	top: 10px;
	left: 260px;
	color: #000099;
	font-size: 80%;

}

div#header div#co-name{
	position: absolute;
	top: 47px;
	right: 40px;
	color: #000099;
	font-size: 80%;
	font-weight: bold;
}

div#header div.under-line{
	position: relative;
	bottom: 0px;

}

/***************************************************/
/* globalnav
/***************************************************/
div#header div#globalnav{
	position: absolute;
	top: 64px;
	width: 750px;
	height: 24px;
	background: url("../line02.jpg") no-repeat top left transparent;
}

div#globalnav ul{
	margin-top: 2px;
	margin-left: 18px;
}

div#globalnav ul li{
	margin-right: 2px;
	float: left;
}


/***************************************************/
/* container
/***************************************************/
div#container{
	position: relative;
	clear: both;
	overflow: hidden;

}

div#main{
	width: 750px;
}


/***************************************************/
/* other
/***************************************************/
div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

div.space100px {
	clear: both;
	font-size: 5px;
	height: 100px;
}

