@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background:url(../common/background.gif) repeat-x #fbfeff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
}
#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	
} 

/* header */
#header {
	padding: 0px;
	background-color: #7692d5;
	background-image: url(../common/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 80px;
} 
#header h1 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
}


/* mainimage */
#mainimage {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}

/* contants_base */
#contants_base {
	background-image: url(../common/contents_base_bg.jpg);
	background-repeat: repeat-y;
}


/* leftside */
#leftside {
	float: left;
	width: 200px;
	padding: 0px;
}
#leftside .navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftside .navigation li {
	margin: 0px;
	padding: 0px;
	width:200px;
	height:35px;
}
#leftside .clinicdiv{
	width: 190px;
	margin: 0px auto;
}
#leftside #clinic_data {
	padding: 5px;
	width: 180px;
	margin: 0px auto;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	text-align: left;
	background-image: url(../common/leftside_clinicdata_bg.jpg);
	background-repeat: repeat-y;
}
#leftside #clinic_data .time{
	margin:5px 0;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
#leftside .clinicdiv #clinic_data .time ul{
	margin:0 0 0 1em;
	padding:0;
}
#leftside .clinicdiv #clinic_data .time ul span{
	font-weight:bold;
}
#leftside .clinicdiv #clinic_data .time li{
	margin-left:2em;
	margin-bottom:0px;
	padding:0;
	list-style:none;
}
#leftside #clinic_data span , #leftside #clinic_data strong {
	font-weight: bold;
	color: #555555;
}
/* mainContent */
#mainContent {
	width: 565px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding: 0px;
	background-repeat: repeat-y;
	font-size:90%;
} 


/* footer */
#footer {
	padding:10px 0;
	background-color: #b2c5fa;
	background-image: url(../common/footer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 65px;
	clear: both;
} 
.center {
	text-align: center;
}

#footer p {
	margin: 5px 15px 0 0;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 1.2em;
	color: #555555;
}


/* default */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* id */
#rss_reader {
	padding: 0px;
	margin: 0;
}
#rss_reader ul {
	margin-left:10px;
	padding:0px;
}
#rss_reader li {
	margin-left:0px;
	padding-left:10px;
}


/* tag */
h2 {
	margin: 10px auto;
	padding: 0px;
}
.div_border h2 {
	margin: 0px;
	padding: 0 0 10px 0;
}
h3 {
	border-bottom-style: dotted;
	border-bottom-color: #7D99DA;
	border-bottom-width: 2px;
	font-size: 16px;
	color: #0066FF;
	padding: 5px;
	width: 95%;
	margin: auto auto 15px auto;
}
h4{
	border-bottom:1px #0066FF solid;
	padding-left:1em;
	width: 95%;
	margin: auto;
	font-size: 14px;
	color: #0066FF;
	}
img {
	border:none;
}

/* class */
.div_border {
	border: 1px solid #CCCCCC;
	padding:10px 10px 10px 10px;
	margin:10px;
	font-size:12px;
}
.div_border_left {
	border: 1px solid #CCCCCC;
	padding: 5px 10px 10px 10px;
	width: 240px;
	float:left;
	margin:10px;
}
.div_border_left h2 {
	margin: 0px;
	padding: 0 0 10px 0;
}

.div_border_right {
	border: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
	width: 240px;
	float:right;
	margin:10px;
}
.div_border_right h2 {
	margin: 0px;
	padding: 0 0 10px 0;
}


.p_text {
	margin: auto;
	width: 90%;
}

.red {
	color: #990000;
}

.blue {
	color: #0066CC;
}
#top_time {
	font-size: 10px;
	color: #676767;
	background-color: #676767;
	margin: auto;
	width: 235px;
	height:100px;
	text-align:center;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#top_time tr {
	background-color:#FFFFFF;
	}
#top_time .font {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* 以下CSSバナー用 */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--blue.btn--border-double {
  border: 8px double #0090bb;
}

/* 以上CSSバナー用 */
