@charset "Shift_JIS";


/* ========BASIC======== */
html {
   margin-bottom:1px;
   height:100%;
}

body {
   margin:0px;
   padding:0px;
   text-align:center;
   font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
   font-size : 80%;
   line-height: 1.5;
}

br {
   letter-spacing:normal;
}

a {
   color:#5A482B;
/* ===   text-decoration:none; === */
}

a:hover {
   color:#C94C00;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

h2 {
   color:#408080;
}

h3 {
   color:#408080;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

p {
    margin-top: 0.5em;
    margin-bottom : 1em;
    padding-right: 0.1em;
    padding-left: 0em;
    line-height: 1.4;
}


/* ========TEMPLATE LAYOUT======== */

#site {
	width:980px;
	margin-left:auto;    
	margin-right:auto;  
	overflow: auto; 
	background: #9BC5DD;
 
}

#head {
	background-image:url(../images/header1.jpg);
	background-repeat: no-repeat;
	height:57px;
	width:980px;
}

#memu {
	background-image:url(../images/header2.jpg);
	background-repeat: no-repeat;
	height:25px;
	padding-top:5px;
	padding-left:206px;
	text-align:left;
	width : 774px;
}

#side {
	margin:0px;
	float:left;
	width : 203px;
	background-color:#9BC5DD;
	text-align:left;
}

#main {
	padding-top:5px;
	padding-left:4px;
	float:right;
	width : 773px;
	background-color:#FFFFFF;
}

#main2 {
	padding-top:0px;
	padding-left:15px;
	float:right;
	text-align:left;
	width:762px;
	background-color:#FFFFFF;
}


#under {
	clear:both;
	width:980px;
	background-image:url(../images/underber.gif);
	background-repeat: repeat-x;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
}

/* ========パーツ======== */

#hpb-headerLogo {
    width: 240px;
    float: left;
}

#hpb-headerLogo a {
    display: block;
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
/* ===    overflow: hidden; == */
    height: 45px;
    background-image : url(../images/mediclogo.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

/* ========メニュー======== */

#memu  ul {
   margin:0 auto;
   padding:0;
}

#memu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#memu  li a {
   display:block;
   width:95px;
   line-height:25px;
   border-right:1px solid #FFFFFF;
   color:#FFFFFF;
   font-weight:bold;
   font-size:15px;
}

#memu  li.si a {
   border-left:1px solid #FFFFFF;
}

#memu li a:hover {
   color:#fff;
   background:#5F9EA0;
   z-index:100;
}

/* ========リスト======== */

#main2 ul {
   margin:0 auto;
   padding-left:20px;
   list-style-image : url("../images/img24.gif");
}

#main2 li {
   color:#333;
   font-size:14px;
   line-height:30px;
}

#globalnavi {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
  width: 202px;
}

#under ul {
   margin:0 auto;
   text-align : left;
   padding-left:20px;
   list-style-image : url("../images/img24.gif");
}

#under li {
   color:#333;
   font-size:100%;
}

/* ========もじ飾り======== */
#main2 h2 {
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}


/* ========テーブル======== */
#main2 table {
   border-collapse:collapse;
}

#main2 table th {
   padding:5px;  
   font-size:100%;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#main2 table td {
   padding:5px;  
   font-size:100%;
   text-align:left;
   border:1px solid #ddd;
}