@CHARSET "EUC-JP";

/* ELEMENT */

body
	{ margin			: 0px;
	  margin-top		: 0px;
	  margin-left		: 0px;
	  padding			: 0px;
	  background-color	: #EEEEEE; }
	  
img
	{ border			: 0px; }

hr
	{ margin			: 10px; }

h1
	{ font-size			: 17px;
	  margin			: 15px;
	  border-bottom		: 1px solid #333333;
	  border-left		: 10px solid #333333; }
	
a:link
	{ text-decoration	: none;
	  color				: WHITE; }

a:active
	{ text-decoration	: none;
	  color				: WHITE; }
	  
a:visited
	{ text-decoration	: none;
	  color				: WHITE; }

a:hover
	{ color				: RED; }
	
a.link:link
	{ color				: navy;
	  text-decoration	: underline; }
	
a.link:active
	{ color				: navy;
	  text-decoration	: underline; }
	
a.link:visited
	{ color				: navy;
	  text-decoration	: underline; }
	
a.link:hover
	{ color				: red;
	  text-decoration	: underline; }
	
a.copy:link
	{ color				: GRAY; }
	
a.copy:active
	{ color				: GRAY; }
	
a.copy:visited
	{ color				: GRAY; }
	
a.copy:hover
	{ color				: RED; }

a.pre:link
	{ color				: #FF69B4; }

a.pre:visited
	{ color				: #FF69B4; }

a.pre:hover
	{ color				: #FF5599; }

/* CLASS */
.normal
	{ background-color	: #8888FF;
	  padding			: 3px; }
	  	
.focus
	{ background-color	: #242477;
	  color				: WHITE;
	  padding			: 3px; }
	  
.search_table
	{ width				: 645px;
	  font-size			: 0.95em; }
	  
.search_title
	{ font-weight		: 900;
	  border-left		: 5px solid #242477;
	  border-bottom		: 1px solid #242477; }
	  
.cell1
	{ width				: 150px;
	  background-color	: #EEEEFF; }

.image_block
	{ float				: right;
	  padding			: 10px;
	  line-height		: 1.2em;
	  font-size			: 0.8em;
	  width				: 200px; }

/* ID */
#copyright
	{ font-size			: 0.8em;
	  color				: GRAY; }

#top_bar
	{ background-image	: url( https://www.w-medicalnet.com/img/top_bar.gif );
	  background-repeat	: no-repeat;
	  height			: 15px;
	  align				: right;
	  font-weight		: bold;
	  font-size			: 13px;
	  color				: white; }

#title_bar
	{ padding-left		: 30px;
	  border-bottom		: 1px solid #333333; }

#over_table
	{ width				: 650px;
	  background-color	: WHITE;
	  border-bottom		: 1px solid gray;
/*	  background-image	: url( ./img/img_back.gif ); */ }
	  
#over_shadow
	{ width				: 5px;
	  background-image	: url( https://www.w-medicalnet.com/img/bar_shadow2.gif ); }
	  
#copy_right
	{ font-weight		: bold;
	  font-size			: 0.8em;
	  text-align		: center;
	  color				: gray;
	  padding			: 50px; }

#text_news
	{ padding-left		: 30px;
	  padding-right		: 30px;
	  line-height		: 1.5em; }
	  
#text_area {
	padding-left		: 30px;
	padding-right		: 30px;
	line-height			: 1.5em;
	font-size			: 0.8em;
}

