@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;
	text-align: center;
}
#leftside li {
	margin: 0px;
	padding: 0px;
}
#leftside ul {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	list-style-type: none;
	text-align: left;
}
#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 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: 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;
}


/* 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;
}
h4{
	border-bottom:1px #0066FF solid;
	padding-left:1em;
	width: 95%;
	margin: auto;
	font-size: 14px;
	color: #0066FF;
	}

/* class */
.div_border {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.div_border_harf {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 255px;
}

.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;
}
#top_time tr {
	background-color:#FFFFFF;
	}
#top_time .font {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

