body {
	font-size: 0.9em;
	margin: 0px 5px;
}
body, div#container, div#container_cover, div#content {
	width: auto;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: none;
}
ul {
	padding-left: 20px;
}
div#body {
	position: static; 
	width: auto;
	min-height: auto;
	padding: 0px;
	border: none;
	background-color: #fff;
	background-image: none;
	color: #6f310b; 
}
div#content {
	padding: 5px;
}
.noprint, .nomobile, div.control_line, div.info_line {
	display: none;
}
div#title_part {
	position: relative;
	height: 70px;
	width: auto;
	text-align: center;
}
div#title_part h1, div#title_part div.head {
	position: relative;
	width: auto; 
	height: 70px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
	font-size: 1.8em;
	background: none;
}
div#title_part h1 span, div#title_part div.head span {
	position: absolute;
	display: block;
	z-index: 1;
	width: 100%; 
	height: 70px;
	top: 0px;
	left: 0px;
	background-image: url(../graphics/title.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	cursor: pointer;
}
div.menuButton {
	position: relative;
	float: right;
	display: block;
	width: 50px; 
	height: 70px;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
	background-image: url(../graphics/menu-button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
div#footer {
	background-color: #f0f8ff;
	color: #333333;
	padding-top: 0px;
	text-align: center;
	font-size: 0.9em;
	border-top: 3px solid #7daad7;
}
div.menu {
	display: none; 
	position: relative; 
	left: auto;
	top: auto;
	width: 100%;
	z-index: auto;
	font-size: 1.1em;
	opacity: 0;
    -webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
div.menu.open {
	opacity: 1;
	display: block;
}
/*div.menu ul.sect {
	display: none;
}*/
div.menu ul.menu_items, div.menu ul#menu_user {
	width: auto;
	border: none;
	border-top: 2px solid #7daad7;
	border-bottom: 2px solid #7daad7;
	margin: 0px;
	text-align: left;
}
div.menu ul.menu_items a, div.menu ul#menu_user a, div.menu ul#menu_user span {
	display: block;
	width: auto;
	padding: 0.7em 15px;
	text-decoration: none;
	background-color: #edf0f2;
	color: #003399;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
div.menu ul.menu_items a.half_l, div.menu ul.menu_items strong.half_l, div.menu ul.menu_items a.half_r, div.menu ul.menu_items strong.half_r {
	display: block;
	width: 50%;
	padding: 0.7em 0px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
div.menu ul.menu_items a.half_r, div.menu ul.menu_items strong.half_r {
	margin-left: 50%;  
}
div.menu ul.menu_items li.nomobile a {
	display: none;
}
div#search {
	width: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	border-bottom: 2px solid #7daad7;
	background-color: #edf0f2;	
	text-align: center;
}
div#search .search_header {
	margin: 0px;
	padding: 5px 0px 3px 0px;
	background-color: #d5e3ec; 	
	color: #039;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
div#search p {
	padding: 0px 15px;
}
div#search div {
	padding: 0.4em 15px;
}
div#search input#search_text {
	width: 100%;
}
.entry-content {
	padding: 0px 5px;
}
div#technetwindow_blog {
 width: 95%;
}
ul.links {
	width: auto;
}
pre {
	width: auto;
}
img, img.img {
	max-width: 95%;
	height: auto;
	margin: 3px;
}
div.gallery_picture div.picture img {
	max-width: calc(100% - 90px);
}
div.gallery div.info {
	margin: 0px; 
	padding: 1px 10px 0px 10px; 
	background-color: #f0f8ff;
	color: #6f310b;
	border-bottom: 1px solid #edf0f2;
}
fieldset.form_width {
	width: auto;
}
input.form_width, textarea.form_width, select.form_width {
	width: 100%;
}
input.form_width_wide, textarea.form_width_wide, select.form_width_wide {
	width: 100%;
}