@charset "utf-8";
.top_menu {
	background-color: #FFFFFF;
	display: block;
	margin-right: 1%;
	margin-left: 1%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	clear: left;
	height: 50px;
	white-space: nowrap;
}
.top_menu a {
	color: #3C90C4;
	font-size:small;
	text-decoration:underline;
	padding: 5px;
}
.top_menu a:hover {
	text-decoration: none;
}
.logo_img {
	float: left;
	padding-right: 20px;
	width: auto;
}

.Phone_Screen {
	min-width: 200px;
	background-color: #FFFFFF;
	margin: 5px;
	width: 320px;
}
.text_body {
	clear: both;
}

.working_place {
	clear: both;
}

.content_item {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	background-color: #FFFFE1;
	padding: 5px;
}

.content_type_jpeg {
	text-align: center;
	width: 100%;
}


.menu_item {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	display: block;
}
.action_item {
	float: right;
}


.menu_item a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 5px;
}
.menu_item a:hover {
	color: #FFFFFF;
	background-color: #0080C0;
}
.menu_key {
	clear: both;
}
.menu_key a {
	color: #000000;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.menu_key a:hover {
	color: #FFFFFF;
	background-color: #0080C0;
}
.menu_key_left {
	float: left;
	width: 40%;
	text-align: left;
	display: block;
}


.menu_key_right {
	display: block;
	float: right;
	width: 40%;
	text-align: right;
}

