﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fcfffb url(/english/image/bg.gif) top center repeat-y;
	_background: url(/english/images/bg-r1.gif) top center repeat-y center 0; /* IE6 */
	*background: url(/english/images/bg-r1.gif) top center repeat-y center 0; /* IE7 */
}
html > /**/body, x:-moz-any-link { /* ff */  
    background : url(/english/images/bg-l1.gif) top center repeat-y center 0;   
}

#header {
	background: url(/english/image/frame_top_bg.png) repeat-x;
	position: relative;
	margin: 0 auto;
	width: 900px;
}
#top_logo {
	float: left;
	background: url(/english/image/frame_tope.gif);
	width: 481px;
	height: 99px;
}
#top_logo a {
	display: none;
}

#top_concept {
	clear: both;
	width: 900px;
	height: 27px;
}

#search {
	margin-top: 19px;
	margin-right: 19px;
	text-align: right;
	float: right;
	width: 240px;
}

#search #mini_link {
	font-family: sans-serif;
	font-size: 0.9em;
	text-align: right;
	padding-bottom: 20px;
}

#search_form {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}

#search_form form {
	margin: 0;
	padding-bottom: 20px;
}

#search #search_text {
	border: solid 1px #ccc;
	margin-right: 3px;
	width: 20px
}

#search #search_submit {
	border: solid 1px #ccc;
	background-color: #008ff0;
	color: #fff;
}

#head_menu {
	background: url(/english/image/head_menu.png);
	background-size: 100 100;
	height: 29px;
	text-align: center;
}

#head_menu ul {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	width: 840px;
}

#head_menu li {
	padding: 0;
	margin: 0 auto;
	float: left;
	line-height: 23px;
	width: 120px;
}

#head_menu li a {
	color: #fff;
	display: block;
	padding-top: 2px;
	margin: 2px 0;
	border-left: solid #ddd 1px;
	text-decoration: none;
}

#head_menu li.r a {
	border-right: solid #ddd 1px;
}

#head_menu li.k a {
	border-right: solid #ddd 1px;
	font-size: 0.9em;
}

#head_menu li a:hover {
	background-color: #005bcf;
	text-decoration: underline;
}

#topic_path {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 8px;
	color: #c01b8f;
	font-size: 0.9em;
}
#topic_path .tp {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.tp li {
	background: url(/english/image/tp.png) top right no-repeat;
	padding-right: 18px;
	padding-left: 3px;
	float: left;
}
.tp li.current {
	background: none;
}

#wrapper {
	margin: 0 auto;
	margin-top: 8px;
	width: 880px;
}

#top_container {
	float: left;
	width: 677px;
}

/* --- メインコンテナ --- */

#container {
	clear: both;
	text-align: left;
	background: #fff;
}

#main {
	margin-left: 156px;
	text-align: left;
	background: #fff;
	margin-right: 4px;
}

#news {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	width: 516px;
	float: left;
}

#news h3 {
	margin: 0;
	background: #c8dbf0 url(/english/image/news_bg.png);
	padding-left: 16px;
	font-size: 0.9em;
	line-height: 27px;
	font-weight: normal;
	color: #000;

}

/*
#news span {
	display: none;
}
*/

.news_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news_list li {
	padding-left: 3px;
	padding-top: 3px;
	font-size: 0.9em;
	line-height: 1.6em;
	border-bottom: solid 5px #e7e7e7;
}

.news_list span.cat {
	font-size: 0.8em;
}

.news_list li img {
	float: right;
	padding: 4px;
	padding-bottom: 7px;
}

.news_date {
	clear: right;
	text-align: right;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #666;
}

#menu {
	width: 150px;
	background: #fff;
	float: left;
}

#menu h3 {
	margin: 0;
	background: #c8dbf0 url(/english/image/menu.png);
	padding-left: 16px;
	font-size: 0.9em;
	line-height: 27px;
	font-weight: 900;
	color: #000;
}

# h3 a {
	color: #000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.4em;
	font-size: 0.8em;
	border-bottom: solid 1px #f2f2f2;
}

#menu ul li.bottom {
	border: none;
}

#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:visited {
	color: #000;
}
#menu a:hover {
	color: #00f;
	text-decoration: underline;
}

#yokosuka {
	margin: 10px auto;
	text-align: center;
}

#yokosuka img {
	margin: 0 auto;
	text-align: center;
	border: none;
}

/*
#menu a {
	text-decoration: none;
	display: block;
	border-top: solid 1px #aac251;
}
#menu a.last {
	border-bottom: solid 1px #aac251;
}

#menu a:hover {
	background: #f8f1e6;
	text-decoration: underline;
}

#menu a, #menu a:visited {
	color: #444;
}
*/

#menu a span {
	display: block;
	font-size: 0.9em;
	padding: 4px 2px 4px 3px;
	line-height: 1.3em;
}

.box {
	width: 200px;
	background: url(/english/image/box.png);
	margin-bottom: 5px;
}

#bid {
	display: block;
	background: url(/english/image/bid.png) no-repeat 10px 10px;
	height: 70px;
	border: solid 1px #0199c3;
	text-decoration: none;
	text-align: right;
}
#bid #title {
	display: block;
	margin-top: 18px;
	margin-right: 27px;
}
#bid #update {
	font-size: 0.8em;
	margin-right: 27px;
	color: #666;
}

.box_zoom {
	width: 200px;
	background: #fff;
	margin-top: 1px;
}

#zoom {
	display: block;
	background: url(/english/image/zoom.png) no-repeat 3px 3px;
	height: 38px;
	border: solid 1px #ccc;
	text-decoration: none;
	text-align: left;
	color: #00f;
	padding-left: 40px;
	line-height: 39px;
	font-size: 0.9em;
}

#sub_link {
	display: block;
	background: url(/english/image/link_href.png) no-repeat 3px 3px;
	background-position: 0px 15px;
	height: 45px;
	border: solid 1px #ccc;
	text-decoration: none;
	text-align: left;
	color: #01f;
	padding-left: 38px;
	line-height: 39px;
	font-size: 1.0em;
	padding-top: 12px;
	border-width: medium;
}

#sub_link2 {
	display: block;
	height: 38px;
	border: solid 1px #ccc;
	text-decoration: none;
	text-align: left;
	color: #00f;
	padding-left: 8px;
	line-height: 39px;
	font-size: 0.8em;
}

#right_box {
	text-align: left;
	margin-left: 677px;
	background: #fff;
}

#right_box content {
	float: right;
}

#foot_nav {
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
}

#footer {
	clear: both;
	margin: 5px auto;
	width: 900px;
	background: #fff;
	position: relative;
	border-top: solid 8px #ddd;
}

#footer .content {
	padding: 20px;
	padding-left: 280px;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 600px; text-align: left;
}

#footer .copyright {
	border-top: solid 8px #ddd;
	padding: 2px;
	text-align: right;
	font-size: 0.9em;
	background: #fff;
	color: #777;
}

#footer #nilim_logo {
	width: 84px;
	height: 84px;
	background: url(/english/image/nilim_logo.png) no-repeat;;
	position: absolute; top: 24px; left: 180px;
}

.clearfix:after {
	content: url(/english/image/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac IE \*//*/
.clearfix { overflow: hidden; }
/* */


#nlm_contents {
	margin: 0;
	padding: 0;
	border: none;
	width: 99%;
}

.dropdown {
  background: #5588FF;
  border: 1px solid #FFCCFF;
  visibility: hidden;
  position: absolute;
  top:155px;
  width:180px;
  z-index: 10;
  filter: Alpha(opacity=89);
  opacity: 0.89;
}