@charset "UTF-8";

/* common.css */

body	{
	background-color: #fff;
	font-size: 10pt;
}
div#container	{
	width: 100%;
	margin: 0;
	padding: 0;
}
div#container div#header h1 {
	float: none;
}
div#container div#header p#owner,
div#container div#wrapper-global-menu {
	display: none;
}



/* contents.css */

/* サイドメニュー */

div#sub-menu {
	float: none;
	display: none;
}

div#contents p#return {
	display: none;
}

/* グローバルメニューとの幅調整用ラッパー */

div#container div#wrapper-first {
	position: static;
}
div#container div#wrapper-first div#wrapper-left,
div#bottom-image {
	clear: both;
	background: none;
}
div#top-image img#top_left,
div#top-image img#top_right,
div#bottom-image img#bottom_left,
div#bottom-image img#bottom_right {
	display: none;
}

table.resistance-list ,
table.summary-list ,
table#test-timing ,
table#amino ,
table.list1 ,
table.drug-list ,
table#stuff {
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 10pt;
}
table.resistance-list td ,
table.resistance-list th ,
table.summary-list td ,
table.summary-list th ,
table#test-timing td ,
table#test-timing th ,
table#amino td ,
table.list1 td ,
table.drug-list td ,
table.drug-list th ,
table#stuff td {
	border: 1px solid #000;
}



/* index.css */

p#rogo {
	float: none;
}

span.italics {
	font-style: italic;
}
em.drugname {
	font-style: normal;
	font-weight: bold;
}


