/*
========== 和歌山県病院薬剤師協会オリジナルCSS ==========
*/

/*
----- 基本レイアウト -----
*/
body{background-color:#eeeeee;}
#container{
	width:802px;
	margin: 0px auto;
	text-align:center;
}
#container div.inner{
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
}
#container #body div.inner, #container #middle div.inner{ border:0;}

#container{
	background:url(d_parts/border01_green.gif) top left repeat-x #ffffff;
}
#container div.inner{
	background:url(d_parts/border01_green.gif) bottom left repeat-x;
}
#container #body div.inner, #container #middle div.inner{
	background:transparent;
}

#container #body{
	width:760px;
	margin: 0px auto;
	text-align: center;
}
#container #body div.inner{
	padding-top: 10px;
	padding-bottom:10px;
}
#container #body #middle div.inner{ padding: 0;}

/*
----- ヘッダーレイアウト -----
*/
#header { padding:10px 0px 10px 0px;}
#header div.left { float:left;}
#header div.right { float:right;}

#header div.right a { padding:0px 5px; }
#header div.right a.line { border-right: solid 1px #000000; }
#header div.right a:link, #header div.right a:visited, #header div.right a:active { color:#139156;}
#header div.right a:hover { color:#ff9900; }

/*
----- 中央部分レイアウト -----
*/
#middle{
	margin:20px 0px;
	background: url(d_parts/menu_back.gif) top left repeat-y;
	width:760px;
}

/*
---------- トップページ ----------
*/

/*
----- 中央部分左右レイアウト -----
*/
#middle #leftmenu{
	float: left;
	width: 180px;
}
#middle #k_menu{
	padding-top:5px;
	background:url("d_parts/border05_blue.gif") top left repeat-x;
	border-bottom:solid 10px #ffffff;
}
#middle #menu{
	padding-top:5px;
	background:url("d_parts/border02_yellowgreen.gif") top left repeat-x;
}
#middle #contents{
	float: right;
	width: 560px;
	padding-left:20px;
	background-color:#ffffff;
	text-align: left;
}
/*
----- レフトメニュー部分 -----
*/
#middle #leftmenu{
	text-align:left;
}
#middle #leftmenu a.menu {
	display: block;
	border-bottom: solid 2px #ffffff;
}
#middle #leftmenu .rss{ margin:10px;}

/*
----- コンテンツ部分左右レイアウト -----
*/
#middle #contents div.left{
	float: left;
	width: 390px;
	text-align:left;
}
#middle #contents div.right{
	float: right;
	width: 150px;
	padding-left:20px;
	text-align:left;
}
#middle #contents div.right h2{
	font-size: medium;
	font-weight: bold;
	padding: 12px 5px 7px 7px;
	border-bottom: solid 1px #000000;
	background:url("d_parts/border04_gray.gif") top left repeat-x;
}
#middle #contents div.right p{
	margin: 10px 0px ;
}

/*
----- コンテンツ部分左側 -----
*/
#middle #contents div.left .contents1{
	background:url("d_parts/border03_orange.gif") top left repeat-x;
	margin-bottom: 30px;
}
#middle #contents div.left .contents1 h2{
	background:url("d_parts/dot01_orange.gif") center left no-repeat;
}
#middle #contents div.left .contents2{
	background:url("d_parts/border04_gray.gif") top left repeat-x;
	margin-bottom: 30px;
}
#middle #contents div.left .contents2 h2{
	background:url("d_parts/dot02_gray.gif") center left no-repeat;
}
#middle #contents div.left .contents2 ul{ margin: 10px 0px;}
#middle #contents div.left .contents2 ul li{
	list-style: none;
	background:url("d_parts/arrow01.gif") center left no-repeat;
	padding: 5px 0px;
	padding-left: 15px;
}
#middle #contents div.left .contents2 ul li a:link,
#middle #contents div.left .contents2 ul li a:visited{
	color:#578E9F;
}
#middle #contents div.left .contents2 p.all{text-align: right;}
#middle #contents div.left h2{
	font-size: medium;
	font-weight: bold;
	padding: 12px 0px 7px 25px;
	border-bottom: solid 1px #000000;
}


/*
----- フッタ部分レイアウト -----
*/
#foot address{
	font-style: normal;
	padding:5px;
}

/*
----------書式----------
*/
#contents{	
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
p{line-height:150%;}
li{line-height:150%;}
.para{margin: 10px 0px;}
div.entry_body{
	margin-top:10px;
	margin-bottom:20px;
}
#middle #contents #inner_contents div.entry_body p,
#middle #contents #inner_contents div.entry_body h1,
#middle #contents #inner_contents div.entry_body h2,
#middle #contents #inner_contents div.entry_body h3,
#middle #contents #inner_contents div.entry_body h4,
#middle #contents #inner_contents div.entry_body h5,
#middle #contents #inner_contents div.entry_body h6,
#middle #contents #inner_contents div.entry_body pre{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border:none;
	background:none;
}
#middle #contents #inner_contents div.entry_body h1,
#middle #contents #inner_contents div.entry_body h2,
#middle #contents #inner_contents div.entry_body h3,
#middle #contents #inner_contents div.entry_body h4,
#middle #contents #inner_contents div.entry_body h5,
#middle #contents #inner_contents div.entry_body h6{
	font-weight:bold;
}
#middle #contents #inner_contents div.entry_body h1{
	font-size:xx-large;
}
#middle #contents #inner_contents div.entry_body h2{
	font-size:x-large;
}
#middle #contents #inner_contents div.entry_body h3{
	font-size:large;
}
#middle #contents #inner_contents div.entry_body h4{
	padding: 10px 5px;
	background-color: #FFFFCC;
	border-top: solid #339900 1px;
	border-bottom: solid #339900 1px;
	font-size:medium;
}
#middle #contents #inner_contents div.entry_body h5{
	font-size:113%;
	border-left: solid #99CC33 10px;
	margin: 5px 20px 10px 20px;
	padding: 5px;
}
#middle #contents #inner_contents div.entry_body h6{
	font-size:x-small;
}
#middle #contents #inner_contents div.entry_body ul,
#middle #contents #inner_contents div.entry_body ol,
#middle #contents #inner_contents div.entry_body dl{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

#middle #contents #inner_contents div.entry_body li{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:0px;
	padding:0px;
	font-size:1em;
}
#middle #contents #inner_contents div.entry_body ul li{
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	background:url("d_parts/ul-li.gif") top left no-repeat;
}
#middle #contents #inner_contents div.entry_body ol li,
#middle #contents #inner_contents div.entry_body dl li{
	background:none;
}
#middle #contents #inner_contents div.entry_body blockquote{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:50px;
	margin-right:0px;
	padding:0px;
}


a:link, a:visited{color:#333333;}
a:hover{color:#ff9900;}

/*
---------- カテゴリー・エントリーアーカイブ ----------
*/

/*
----- アーカイブメニュー　展開 -----
*/
#middle #leftmenu div.exp a.menu{ border-bottom: 0;}
#middle #leftmenu div.exp{ border-bottom: solid 2px #ffffff;}
#middle #leftmenu div.exp ul{ margin:5px 0px;}
#middle #leftmenu div.exp ul li{
	margin:5px 0px;
	margin-left:30px;
	list-style: none;
	background:url("d_parts/arrow02.gif") center left no-repeat;
	padding-left: 15px;
}
#middle #leftmenu div.exp ul li a:link, #middle #leftmenu div.exp ul li a:visited{
	color: #333333;
}
#middle #leftmenu div.exp ul li a:hover{ color: #ff9900;}

/*
----- アーカイブ　コンテンツ -----
*/
#middle #inner_contents{
	background:url("d_parts/border03_orange.gif") top left repeat-x;
	padding-top:5px;
}
#middle #inner_contents h2{
	font-size: large;
	font-weight: bold;
	padding: 15px 0px 0px 20px;
	background:url("d_parts/h2.gif") center left no-repeat;
	margin: 0px 0px 15px 0px;
	height: 38px;
}
#middle #inner_contents h2 a:link, #middle #inner_contents h2 a:visited{
	color: #333333;
}
#middle #inner_contents h2 a:hover{color: #ff9900;}
#middle #inner_contents ul{
	margin:10px 0px;
	margin-left:20px;
}
#middle #inner_contents ul li{
	font-size:1.2em;
	list-style: none;
	background:url("d_parts/dot03_orange_mini.gif") center left no-repeat;
	padding: 5px 0px;
	padding-left: 15px;
}
#middle #inner_contents ul li a:link, #middle #inner_contents ul li a:visited{ color:#333333;}
#middle #inner_contents ul li a:hover{ color:#ff9900;}
#middle #inner_contents div.entry_body{
	margin-left: 20px;
}

/*
---------- エントリーアーカイブ ----------
*/
#middle #inner_contents div.entry{
	margin-left: 20px;
	margin-top: 10px;
}
#middle #inner_contents div.entry_title h3,#middle #inner_contents div.entry_body h3{
	font-size: large;
	padding: 10px 0px 5px 25px;
	margin: 5px 10px 5px 10px;
	border-bottom: dotted #666666 4px;
	background: url(d_parts/h3.gif) no-repeat 12px left;
}
/*
----- 掲示板 -----
*/

div.bbs-head{
	margin:10px 0px;
	margin-left:20px;
	padding: 10px;
}
div.bbs-head form{
	border:solid 1px #aaaaaa;
	padding:10px;
}
div.bbs-head form p{ margin: 5px;}
div.bbs-head table th{
	text-align:right;
	vertical-align:top;
	font-weight:normal;
}
div.bbs-head form p.label_left input{
	float: left;
}
div.comment{
	margin:20px 0px;
	margin-left:20px;
	border-bottom:dashed 1px #333333;
	padding-bottom:10px;
}
div.comment div.body{
	margin:10px;
}
div.comment div.post{
	padding:5px;
	background-color:#e0e0e0;
}


/*
========== MTデフォルトCSS　ベーシックエレメンツ ==========
*/

html{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}
body{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size:81.25%;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, img{
	margin: 0;
	padding: 0;
}
form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0px;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* standard helper classes */
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



/*
========== table ==========
*/
table{
border-collapse: collapse;
}
#middle #contents #inner_contents div.entry_body table p{
margin: 0px;
padding: 0px;
}
th {
text-align: center;
background-color: #CCCCCC;
}
th,td {
	padding: 5px 5px;
}
table.table_01{
border:solid 1px #000000;
}
table.table_01 th,table.table_01 td{
border:solid 1px #000000;
}
table.table_02{
}
table.table_02 td,.table.table_02 th{
border-bottom: dashed #666666 1px;
}
.red-L {
color: #FF3333;
font-weight: bold;
font-size: medium;
}