@charset "UTF-8";

body#info h1 {
	height: 0;
	padding-bottom: 0;
	overflow: hidden;
	font-size: 0px;
}
body#info h1#top {
	height: 46px;
	padding-bottom: 14px ;
	overflow: visible;
	font-size: 1.2em;
}
/* ---- 検索 ---- */
div#Gsearch {
	float: right;
	margin-bottom: 1.5em;
	font-size: .9em;
	text-align: right;
	letter-spacing: 0;
}
#contents div#Gsearch form p a:after {
	content: '';
}
div#Gsearch form p a img {
	border: 0;
	vertical-align: middle;
}
div#Gsearch form p span {
	padding-right: 70px;
}
/* ---- 階層 ---- */
.tree {
	margin: 0 0 0.5em 0;
	color: #28337A;
	font-size: 0.8em;
	letter-spacing: 0;
}
.tree a:link,
.tree a:visited {
	color: #336699;
}
.tree a:hover,
.tree a:active,
.tree a:focus	{
	color: #6699cc;
}

/* ---- 薬タイトル ---- */
div#druginfo {
	background: #ffffff url("../images/drug_back.jpg") center bottom no-repeat;
	border: #ccc solid 1px;
	margin-top: 1em;
}
div#druginfo:after {
	content: ".";       /* 擬似要素に空を追加。 */
	display: block;     /* 上の空をブロック要素にする */
	height: 0;          /* 高さが算出されないよう0に設定 */
	clear: both;        /* フロートを解除して回り込みを防ぐ */
	visibility: hidden;
}
div#druginfo {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div#druginfo { height: 1%; }
div#druginfo { display: block; }
/* End hide from IE-mac */

div#druginfo table {
	margin: 0;
	width: auto;
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	color: #336699;
	font-size: 1.25em;
}
div#druginfo table th {
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding: 0.5em;
	font-weight: normal;
	background-color: #ffffff;
}
div#druginfo table td {
	vertical-align: middle;
	border: 0;
	padding: 0.5em;
}
div#druginfo p {
	float: right;
	margin-top: 1em;
}
div#druginfo p img {
	vertical-align: middle;
}
/* ---- お薬情報内のナビゲーションバー ---- */
div#contents ul.topnav {
	clear: both;
	margin-top: 0.5em;
	margin-left: 0;
	margin-bottom: 1em;
	border:  1px solid #ccc;
	font-size: 0.85em;
	line-height: 1.4;
}
div#contents ul.topnav li {
	display: inline; 
	padding: 0px 0.2em;
	border-right: 1px solid #cccccc;
	margin-left: 0;
	color: #000;
	letter-spacing: 0;
}
div#contents ul.topnav li a:link,
div#contents ul.topnav li a:visited {
	text-decoration: none;
}


.yet {
	color: #999999;
}

.drugname {
	color: #ff0066;
	font-size: x-large;
}
.sfont {
	font-size: x-small;
}

/* ----  ---- */
.name {
	font-size: small;
	color: #000000;
	text-align: right;
}
.red {
	color: #ff0000;
}

/* フッタ */
.lft {
	text-align: left;			/* 文字揃え */
}
.cntr {
	text-align: center;			/* 文字揃え */
	font-size: small;
}
.rght {
	text-align: right;			/* 文字揃え */
	font-size: small;
	line-height: 100%;
}

/* 上に戻る */
div#contents p.return-top {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
	font-size: 0.9em;
	line-height: 1;
}
div#contents p.return-top a {
	display: block;
	width: 100%;
	padding-left: .5em;
}
div#contents p.return-top a:link,
div#contents p.return-top a:visited {
	background-color: #f5f5f5;
	text-decoration: none;
}
div#contents p.return-top a:hover,
div#contents p.return-top a:active,
div#contents p.return-top a:focus {
	background-color: #dcdcdc;
	color: #f00;
}


div#contents p.returnTop {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
	font-size: 0.9em;
	line-height: 1;
}
div#contents p.returnTop a {
	display: block;
	width: 100%;
	padding-left: .5em;
	background: url(../images/go_top.gif) no-repeat 800px 0;
}
div#contents p.returnTop a:link,
div#contents p.returnTop a:visited {
	background-color: #f5f5f5;
	text-decoration: none;
}
div#contents p.returnTop a:hover,
div#contents p.returnTop a:active,
div#contents p.returnTop a:focus {
	background-color: #dcdcdc;
	color: #f00;
}

/* インデックスに戻る／上に戻る */
p.bottom-navi {
	margin-top: 3em;
	margin-bottom: 1em;
	text-align: center;
	font-size: .85em;
}

p.return-top a img,
p.bottom-navi img {
	border: 0;
	vertical-align: middle;
	margin-right: .5em;
}

.clear {
	clear: both;
}