@charset "utf-8";
h1 {
	font-size:x-large;
	text-align:center;
	font-weight:normal;
}
h2 {
	font-size:large;
	text-align:center;
	font-weight:normal;
}
a:link,a:visited,a:hover {
	text-decoration:none;
	color:#F60;
}
a img {
    border-style:none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.04em;
	font-size:16px;
}
/*ページ枠組み
---------------------------------------------------------------------------------------*/
#container {
	margin:auto;
	width:900px;
	border:solid 1px #d9d9d9;
	background:#EFE url(images/side.gif) repeat-y;
	color:#333;
}
#container1 {
	margin:auto;
	width:900px;
	border:solid 1px #d9d9d9;
	color:#333;
}
#header {
	background:url(images/titlelogo.jpg);
	height:50px;
}
#contents {
	height:auto;
	width:900px;
	background:#fff9e1;
	margin-bottom:-20px;
}
#main {
	float:right;
	width:729px;
	background:#fff9e1;
	padding:10px;
	border-left:solid 1px #d9d9d9;
}
#side {
	float:left;
	width:150px;
	background:#EFE;
	padding:10px 0;
	background:url(images/side.gif);
	font-size:15px;
}
#footer {
	text-align:center;
	clear:both;
	height:70px;
	background:#fff9e1;
}
#container2 {
	margin:auto;
	width:900px;
	border:solid 1px #d9d9d9;
	background:#EFE url(imagesp/side.gif) repeat-y;
	color:#333;
}
#side2 {
	float:left;
	width:150px;
	background:#EFE;
	padding:10px 0;
	background:url(imagesp/side.gif);
	font-size:15px;
}
/*
---------------------------------------------------------------------------------------*/

.sidemenu {
	list-style:none;
	padding:0px 10px;
	margin:-10px 15px 0 0;
	line-height:22px;
}
.sidesubmenu {
	list-style:disc;
	line-height:18px;
	margin-left:-10px;
}
.subject {
	width:120px;
	color:#fff;
	background:#808080;
	border:groove;
	margin-left:14px;
	padding:0px;
	text-align:center;
}
.topics {
	margin-top:-10px;
}
.clearboth {
	clear:both;
}
/*本文中のテーブル用　
---------------------------------------------------------------------------------------*/
.box {
	margin:10px auto;
	overflow:hidden;
}
.box td {
	text-align:center;
	vertical-align:bottom;
}
.box img {
	margin:10px;
	padding:2px;
	border:1px solid #cccccc;
}
.box a:hover img {
	border:1px solid #e30021;
}
/*本文中 2段組　
---------------------------------------------------------------------------------------*/
.left_column {
	width:300px;
	float:left;
	margin-left:80px;
	margin-top: -10px;
}
.right_column {
	width:300px;
	float:left;
	margin-top: -10px;
}
/*2段組用　リストスタイル
---------------------------------------------------------------------------------------*/
.square ul {
	margin-top:-10px;
}
.square li {
	list-style-type: none;
	padding-left: 20px;
	margin-left: -20px;
	line-height: 20px;
	background:left no-repeat url(images/bullet017.gif);
	vertical-align: middle;
}
/*上部メニュー用　　　（一般向け　緑）
---------------------------------------------------------------------------------------*/
#glnavi 
{
	height:51px;
	background:#FFF url(images/bmid_201.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#tab li 
{
	float:left;
	margin:0;
	padding:0;
	display: inline;
}

#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:#000 url(images/bright_201.gif) no-repeat right top;
}
#tab a span 
{
	display:block;
	font-size:14px;
	color:#060;
	font-weight:700;
	line-height:51px;
	padding:0 13px;
	background:url(images/bleft_201.gif) no-repeat left top;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#F60;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
/*店舗用　
---------------------------------------------------------------------------------------*/
.list1 {
	border:solid 1px #333;
	width:450px;
	margin-top:-10px;
	font-size:14px;
}
.list2 {
	border:solid 1px #333;
	width:450px;
	margin-top:3px;
	font-size:14px;
}
.listleft {
	background:#EEE;
	width:100px;
	text-align:center;
	vertical-align:bottom;
}
#list td,#list2 td {
	padding:0px 5px;
}
#list h3,#list2 h3 {
	color: #090;
	background-color: #EEE;
	width: 650px;
	padding: 2px;
	font-size: medium;
}
#list img {
	float:right;
	margin-right:200px;
	border:none;
}
#list2 img {
	float:right;
	margin-right:100px;
	border:none;
	margin-top:-10px;
	height:120px;
}
/*本文説明用　
---------------------------------------------------------------------------------------*/
.headings {
	height:25px;
	font-size:14px;
	background:url(images/back.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:5px;
	padding-left:10px;
}
.subheadings {
	text-align:left;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	width: 300px;
	border-bottom-width: thin;
	font-size:16px;
	font-weight:600;
	clear:both;
}
/*上部メニュー用　（薬剤師向け　青）
---------------------------------------------------------------------------------------*/
#glnavi2 {
	height:51px;
	background:#FFF url(imagesp/bmid_201.gif);
	border:0;
	margin:0;
}
#tab2 {
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab2 ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab2 li {
	float:left;
	margin:0;
	padding:0;
	display: inline;
}
#tab2 a {
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:#000 url(imagesp/bright_201.gif) no-repeat right top;
}
#tab2 a span {
	display:block;
	font-size:14px;
	color:#039;
	font-weight:700;
	line-height:51px;
	padding:0 13px;
	background:url(imagesp/bleft_201.gif) no-repeat left top;
}
#tab2 a:hover,#tab2 li.item_active a {
	background-position:right bottom;
}
#tab2 a:hover span,#tab2 li.item_active a span {
	background-position:left bottom;
	color:#F60;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}

.ideal li {
	padding:3px;
	width:625px;
	margin-left:20px;
}
.item_list {
	list-style:none;
	border-top:solid thin #999;
	width: 610px;
	padding:5px 0;
	margin-left:-20px;
}
.item_list_top {
	list-style:none;
	width: 610px;
	padding:0 0 5px;
	margin-left:-20px;
}
.items span {
	width:100px;
	float: left;
}
.items {
	width:650px;
	height:auto;
	border:thin solid #999;
	margin-left:50px;
}
/*メッセージ用ボックス　
---------------------------------------------------------------------------------------*/
.messageleft {
	width:150px;
	background:#FFEBC8;
	padding:5px;
	text-align:center;
	float:left;
}
.messageright {
	width:525px;
	margin-left:165px;
	padding-left:10px;
	background-color:#fff9e1;
}
.messagebox {
	width:700px;
	background:#FFEBC8;
	border:#FFEBC8 2px solid;
	margin:auto;
}
/*右にフロート　
---------------------------------------------------------------------------------------*/
.leftfloat {
	float:left;
	padding-right:15px;
}
.leftfloat td {
	text-align:center;
	vertical-align:bottom;
	padding:0 5px;
	font-size:small;
}
.leftfloat img {
	padding-top:5px;
}
/*左にフロート　
---------------------------------------------------------------------------------------*/
.rightfloat {
	float:right;
	padding-left:15px;
	color:#333;
}
.rightfloat td {
	text-align:center;
	vertical-align:bottom;
	padding:0 5px;
	font-size:small;
}
.rightfloat img {
	padding-top:5px;
}

.smallfont {
	font-size:90%;
}
.fontblue {
	color:#000080;
}
.fontnormal {
	color:#333;
}


.left_section {
	width:400px;
	height:240px;
	padding:0 10px 0 40px;
	float:left;
}
.left_section ul {
	margin-left:50px;
}
.left_section li {
	list-style-image:url(images/list.png);
}
.right_section {
	width:400px;
	height:240px;
	padding:0 40px 0 10px;
	float:left;
}
.right_section ul {
	margin-left:50px;
}
.right_section li {
	list-style-image:url(images/list.png);
}

dl {
	line-height:2em;
}
dt {
	margin:0;
	padding:0;
}
dd {
	margin:-2em 0 0;
	padding:0;
	text-indent:6.5em;
}
#back {
	margin:0 auto;
	width:930px;
	background:url(bg.gif) repeat-y;
}
	