﻿@charset "utf-8";
/*
Theme Name: HospitalData
*/
/*----------リセット-----------------------------------------------*/
html, body, div, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  font-size: 12px;
  vertical-align: baseline;
  line-height: 150%;
  letter-spacing: 2px;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
} 
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
} 
html{
    overflow-y: scroll;
} 
blockquote, q {
    quotes: none;
} 
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
} 
input, textarea,{
    margin: 0;
    padding: 0;
} 
ol, ul{
    list-style:none;
} 
table{
    border-collapse:
    collapse;
    border-spacing:0;
} 
caption, th{
    text-align:
    left;
} 
a:focus {
    outline:none;
} 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
} 
.clearfix {
    min-height: 1px;
} 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
} 
.both{
    clear:both;
}
p {
  margin: 10px 0px;
}
caption, th {
  text-align: left;
}
h1, h2, h3 {
  font-size: 150%;
  font-weight: bold;
}
h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:hover {
  text-decoration: underline;
}
a{
  color:#1147d6;
  text-decoration:none;
}
/*-------レイアウト-----------------------------------------------------------*/
body{
  background:url(image/bg.png) repeat;
}
#wrapAll{
  width:930px;
  margin:0 auto;
  overflow:hidden;
}
/*-------main-----------------------------------------------------------*/
#mainAll{
  width:655px;
  float:left;
}
h1{
  color:#000;
  font-size:13px;
  padding:5px 0;
}
#topBox{
  overflow:hidden;
  padding:10px;
  background:url(image/content_bg.png) repeat;
  -webkit-border-bottom-right-radius: 10px;  
  -webkit-border-bottom-left-radius: 10px;  
  -moz-border-radius-bottomright: 10px;  
  -moz-border-radius-bottomleft: 10px;
}
#leftBox{
  padding-right:10px;
}
#leftBox span a{
  text-decoration:underline;
  font-size:15px;
  font-weight:bold;
  display:block;
}
#bottomBox{
  clear:both;
  margin:20px 0;
}
#bottomBox span a{
  text-decoration:underline;
  font-size:15px;
  font-weight:bold;
}
#textBox{
  margin:0 10px;
}
/*-------side-----------------------------------------------------------*/
#sideAll{
  width:225px;
  float:right;
  padding:20px 0 30px 0;
}
#new{
  margin:20px 0 30px 0;
  width:223px;
  background:url(image/side_bg.png) repeat;
  -webkit-border-bottom-right-radius: 10px;  
  -webkit-border-bottom-left-radius: 10px;  
  -moz-border-radius-bottomright: 10px;  
  -moz-border-radius-bottomleft: 10px;
}
#new li a{
  padding:5px 0px 5px 20px;
  display:block;
  color:#6B6865;
}
#new li a:hover{
  color:#E8874D;
}
#groups{
  margin:0px 0 30px 0;
  width:223px;
  background:url(image/side_bg.png) repeat;
  -webkit-border-bottom-right-radius: 10px;  
  -webkit-border-bottom-left-radius: 10px;  
  -moz-border-radius-bottomright: 10px;  
  -moz-border-radius-bottomleft: 10px;
}
#groups li a{
  padding:5px 0px 5px 20px;
  display:block;
  color:#6B6865;
}
#groups li a:hover{
  color:#E8874D;
}
#info{
  width:223px;
  background:url(image/side_bg.png) repeat;
  -webkit-border-bottom-right-radius: 10px;  
  -webkit-border-bottom-left-radius: 10px;  
  -moz-border-radius-bottomright: 10px;  
  -moz-border-radius-bottomleft: 10px;
}
#info dt{
  font-size:10px;
  padding-left:20px;
}
#info dd{
  padding-left:20px;
  margin-bottom:10px;
  padding-bottom:10px;
}
/*-------subページ-----------------------------------------------------------*/
#subBox,#subBox2{
  padding:10px;
  overflow:hidden;
  margin-bottom:20px;
  background:url(image/content_bg.png) repeat;
  -webkit-border-bottom-right-radius: 10px;  
  -webkit-border-bottom-left-radius: 10px;  
  -moz-border-radius-bottomright: 10px;  
  -moz-border-radius-bottomleft: 10px;
}
#subBox a{
  overflow:hidden;
}
#subBox img{
  width:190px;
  float:left;
  margin-right:10px;
}
#subBox a:hover{
  text-decoration:none;
}
/*-------hタグ-----------------------------------------------------------*/
#mainAll h2{
  background:url(image/h2.png) no-repeat;
  color:#fff;
  padding-left:35px;
}
#mainAll #leftBox h3,#mainAll #subBox h3{
  background:url(image/h3.png) no-repeat;
  font-size:15px;
  padding-left:30px;
  margin-bottom:15px;
  font-weight: bold;
  color: #000;
}
#mainAll #leftBox h4,#mainAll #subBox h4{
  background:url(image/h4.png) no-repeat;
  margin-bottom:15px;
  padding-left:20px;
  font-size:15px;
  font-weight:bold;
}
/*-------listページ-----------------------------------------------------------*/
.entryBox{
  width:305px;
  float:left;
  margin-bottom:20px;
}
.entryBox a{
  display:block;
  overflow:hidden;
}
.entryBox img{
  width:130px;
  float:left;
  margin-right:5px;
}
.entryBox h3{
  font-size:12px;
  font-weight:bold;
}
.entryBox p{
  margin-top:5px;
}
.entryBox a p{
  margin-top:5px;
  color:#333;
}
.right{
  margin-right:25px;
}
.entryBox a:hover{
  text-decoration:none;
}
/*-------footer-----------------------------------------------------------*/
footer{
  clear:both;
  text-align:center;
  padding:20px 0;
  color:#fff;
}
/*パンくずリスト---------------------------------------------------------------------------------*/
#breadcrumb {
  height: 18px;
  padding: 8px 0;
}
#breadcrumb li {
  float: left;
  background: url(image/breadlist.png) no-repeat left center;
  padding-left: 12px;
  padding-right: 15px;
  color:#000;
}
/*画像回りこみ設定---------------------------------------------------------------------------------*/
.alignleft{
  float:left;
  margin:0 10px 10px 0;
}
.alignright{
  float:right;
  margin:0 0 10px 10px;
}