@charset "UTF-8";
@import "infoCommon.css";

body	{
	background-color: #ffffff;		/* 印刷用 */
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	font-size: small;				/* フォントサイズ */						/* 印刷用 */
	text-align:left;			/* 文字揃え：左寄せ */
	color:black;				/* 文字色：黒 */
	line-height:1.2em;			/* 行幅 */
	width: 675px;																		/* 印刷用 */
	margin: 0;				/* マージン：上下・左右 */
	padding: 0;
}
h1,
div#header,
div.search,
.tree,
ul.topnav {
	display: none;																		/* 印刷用 */
}

A:link,
A:visited	{
	color:#336699;				/* 既訪リンク：文字色 */
	}
A:hover,
A:active,
A:focus	{
	color:#6699cc;				/* リンククリック中：文字色 */
	}
H2 {
	color: #330099;
	font-size: 100%;											/* 印刷用 */
	font-family: "ＭＳ 明朝","ヒラギノ明朝 Pro W6",serif;
	text-align:center;			/* 文字揃え */
	line-height:1em;											/* 印刷用 */
	margin: 0;
	padding: 0;
}
H3 {
	color: #009900;
	font-size: 100%;											/* 印刷用 */
	line-height:1.2em;											/* 印刷用 */
	width: auto;
}

/*　左コラム　*/
div#coll	{
	float: left;
	width: 300px;											/* 印刷用 */
	margin: 10px;
	padding: 0;
}
/*　右コラム　*/
div#colr	{
	width: 300px;											/* 印刷用 */
	margin: 10px 10px 10px 320px;											/* 印刷用 */
	padding: 0;
}

div.column {
	border: solid 1px #330099;
	margin: 0 0 5px 0;
	padding: 5px;
}
div.aboutThis {
	border: solid 1px #330099;
	margin: 0 0 5px 0;
	padding: 5px;
}
div.aboutThis:after {
	content: ".";       /* 擬似要素に空を追加。 */
	display: block;     /* 上の空をブロック要素にする */
	height: 0;          /* 高さが算出されないよう0に設定 */
	clear: both;        /* フロートを解除して回り込みを防ぐ */
	visibility: hidden;
}
div.aboutThis {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div.aboutThis { height: 1%; }
div.aboutThis { display: block; }
/* End hide from IE-mac */
	
/* 薬の名前 */
div#coll div.aboutThis p.drug-name {
	margin-bottom: 1em;
}
div#coll div.aboutThis p.drug-name em {
	color: #ff0066;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
/*　イラスト　*/
div#coll div.aboutThis p.illust {
	clear: both;
	float: right;
	margin-left: 10px;
}

div#coll div.aboutThis strong {
	margin-left: 3em;			/* マージン */
}


ul.list2,
ul.list3	{
	list-style: none;
}
ul.list2 li {
	background: #ffffff url("../images/exqu.gif") no-repeat left 0.2em;
	margin-left: 5px;
	padding-left: 1em;
}
ul.list3 li {
	background: #ffffff url("../images/batsu.gif") no-repeat left 0.4em;
	margin-left: 0px;
	padding-left: 1.5em;
}

/* フッタ */

div#fotter {
	clear: both;
	font-size: x-small;
	margin: 0 10px;
}
div#fotter p {
	margin: 0;
	padding: 0;
}
.rgt {
	text-align: right;			/* 文字揃え */
	color: #330099;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 0 1em;
}
.cntr {
	display: none;			/* 印刷用 */
	text-align: center;			/* 文字揃え */
}
.red {
	color: #ff0000;
}