* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:  #000000;
	background-color: #DADADA;
}

a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

input, select, textarea {
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#stripe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 260px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}

#page {
	position: relative;
	width: 690px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 75px;
	background-image: url(../images/logo.png);
}

#navi {
	position: absolute;
	top: 75px;
	left: 0;
	width: 690px;
	text-align: right;
}

#navi_item {
	width: 230px;
	height: 50px; 
}

#navi_item:hover {
	background-position: 0 -50px; 
}

#content {
	position: absolute;
	top: 150px;
	left: 0;
	width: 690px;
}