@charset "UTF-8";

/* header 
---------------------------------------------------- */
#description {
	width: 760px;
	background-color: #FFFFFF;
}

#header {
	width: 760px;
	height: 200px;
	background-image: url(../images/header/head_back_img_2.jpg);
	background-repeat: no-repeat;
}

.title {
	float: left;
	width: 220px;
	height: 60px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

.title a {
	width: 190px;
	height: 60px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#go_entry {
	text-align: left;
	margin-top: 100px;
	margin-left: 20px;
}


#header_menu {
	float: right;
	margin-top: 5px;
	margin-right: 3px;
}



