/*---------------------------------------------------------------------------*/
/* OVID CSS -----------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/


a:link,
a:visited,
a:active
{
	text-decoration		: none;
}





/********  共?  ********/

body
{
	background-color	: #FFFFFF;
	margin				: 0px auto;
	padding				: 0px;
	text-align			: center;
}


img
{
	border					: 0px;
}



table
{
	font-size			: 100%;
	border				: 1px solid #fff;
/*	width				: 100%;*/
/*	margin				: 0 auto;*/
	border-style			: none;
}
th,
td
{
	border-style		: none;
	border-bottom		: 1px solid  #b0b080;
}

/*th
{
	background-color	: #aa7;
}

td
{
	background-color	: #F0F0E0;
}*/

h1
{
	color				: #e0e0c0;
/*	font-size			: 15pt;*/
	font-weight			: bold;
/*	line-height			: 120%;*/
	text-align			: center;
/*	 padding-bottom		: 10px;*/
	font-size			: 60pt;
/*	line-height			: 90%;*/
	font-family			: "Times New Roman",serif;
	margin				: 40px;
	_margin				: 20px; /*IE*/
	cursor				: default;
}

h2
{
	margin-top			: -58px;
	_margin-top			: -30px; /*IE*/
	color				: #333;
	font-size			: 12pt;
	font-weight			: bold;
	line-height			: 120%;
	text-align			: center;
}

h3
{
	color				: #444;
	font-size			: 11pt;
	font-weight			: bold;
	margin-top			: 30px;
	line-height			: 100%;
	text-align			: left;
}

h4
{
	color				: #000;
	font-size			: 11pt;
	font-weight			: normal;
	line-height			: 100%;
	text-align			: left;
}

.div_body
{
	margin				: 0px auto;
	line-height			: 100%;
	width				: 704px;
	background-color	: #eeeecc;
}

.div_header
{
	background-image	: url(../img/head_ovid.jpg);
	background-repeat	: no-repeat;
	background-color	: #000000;
	color				: #666666;
	font-size			: 80%;
/*	margin-top			: 16px;*/	/*060414y*/
	height				: 92px;
}

.div_menu
{
	color				: #666666;
	font-size			: 120%;
	text-align			: right;
	vertical-align		: bottom;
	margin				: 20px 8px 0 0;
}


.div_title
{
	background-color	: #000000;
}

.div_menu a
{
	color				: #C8ACC8;
}

#div_menu_sitemap
{
	margin					: -22px 16px 0 0;
	text-align				: right;
}

.div_footer
{
/*	background-color	: #dfdfaf;
	background-color	: #CCCC99;*/
	background-color	: #b0aa77;
	color				: #444;
	font-size			: 80%;
	line-height			: 130%;
	text-align			: center;
	margin				: 0 auto;
	vertical-align		: middle;
	padding				: 0px;
	clear				: both;
}








