/* @author Taizo Yamashita <taizo-yamashita@umin.net> */

body {
	background-color: #FFFEFD;
	color: #666666;
	margin: 20px;
	width: 830px;	/* 2009/9/19 800px */
  	margin-right: auto;
  	margin-left : auto;
}

/* ページタイトル	*/
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 130%;
	font-style: normal;
	margin: 2px;
	text-align: center;
	background-color: #CCCCCC;
	color: #666666;
}

h1 a {
	text-decoration: none;
	color: #336666;
}

/* パンくずリスト(上位ページへのリンク)	*/
h2 {
	font-family: "ＭＳ Ｐ明朝","細明朝",serif;
	font-size: 80%;
	text-align: right;
	margin: 1em 0px;
}

/* 見出し */
h3 {
	font-family: "ＭＳ Ｐ明朝","細明朝",serif;
	font-size: 150%;
	color: #993333;
	text-align: center;
	margin: 1em 0px;
	background-color: #E7FAEE;
	border-top: double 3px #01A252;
	border-bottom: double 3px #01A252;
}

/* テーブル */
table {
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 3px double #999999;
	border-right: 3px double #999999;
	border-bottom: 3px double #999999;
	border-left: 3px double #999999;
}

/* テーブルの表題 */
caption {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 100%;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #666666;
	font-weight: bold;
}

/* テーブルの行・列の見出し */
th {
	font-size: 80%;
	padding: 5px;
	background-color: #D4D0C8;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}

/* 登録テーブルの見出しの色（編集や検索と区別するため） */
th.regist {
	background-color:#CCCCFF;
}

/* 登録テーブルの見出しの色（編集や検索と区別するため） */
th.edit {
	background-color:#FFFF99;
}
/* 登録テーブルの見出しの色（編集や検索と区別するため） */
th.del {
	background-color:#FFCCCC;
}

/* テーブルのセル */
td {
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	font-family: "ＭＳ Ｐゴシック", "細明朝", serif;
	font-size: 75%;
	line-height: 16px;
}

/* セルの数字は右寄せ */
td.digit {
	text-align: right;
}

/* セルの見出しは中央 */
td.caption {
	text-align: center;
}

/* インプットボックス（<p>タグと使用） */
.inputbox {
	text-align: justify;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10pt;
}

.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
/* 注意を促すところをマークアップ */
.care {
	font-weight: bold;
	color: #336699;
}

/* 削除など警告を促すところをマークアップ */
.caution {
	font-weight: bold;
	color:#993333;
}
/*	後発品をマークアップ	*/
.generic {
	color:#663333;
}
/*	麻薬毒薬覚醒剤向精神剤をマークアップ	*/
.mdkk {
	color:#663333;
}

/* <address>は各ページの</body>の1つ前に表示する */
address {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
	clear: both;
 	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

/* ナビゲータ　*/
.navbar {
	background-color:#FFBB9E;
	padding: 0px;
	width:600px;
	position:absolute;
	top::150px;
	left:0px;
	border-bottom:solid 1px #999999;
	border-top:solid 1px #999999;
	background-position:center;
}
.navbar h2 {
	width: 100px;
	float: left;
	text-align: center;
	background-color: #FFD9C8;
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	border-right: solid 1px #FFFEFD;
}
.navbar a {
	text-decoration:none;
	display:block;
	width: 100px;
}
.navi_nodeco {
	text-decoration:none;
	color: #336666;
}
.navsimple {
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#navsite h5 {
	display: none;
}

#navsite ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #669;
	font: bold 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #669;
	border-bottom: none;
	background: #ccf;
	text-decoration: none;
}

#navsite ul li a:link {
	color: #336699;
}

#navsite ul li a:visited {
	color: #666;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000;
	background: #AAE;
	border-color: #336;
}

#navsite ul li a#current {
	background: white;
	border-bottom: 1px solid white;
}
