
/* 全体 CSS */

h1, h2, h3 { margin:0; }

br {
	margin:0;
	padding:0;
	letter-spacing:0; /* ie */
}

/*
ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
	list-style-type:none;
}
*/


p,blockquote,div,noscript {
	margin:0;
	padding:0;
}

hr{
	display:none;
}

.clear { 
	clear: both; 
} 

/* 全体  */

h2 {
	margin:0 0 15px 0;
}

p {
	margin-bottom:10px;
}

img	{
	border:none;
	vertical-align:middle;
	}

a	{
	color:#006699;
	text-decoration:underline;
	}

a:hover	{
	color:#999;
	text-decoration:underline;
	}


ul	{
	list-style-image: url("../images/point01.gif") ;
	}

/* ページ移動 */
.page	{
	text-align:right;

	width:100%;
	height:20px;
	}

.page a{
	color:#333;
	text-decoration:none;
	}

.page a:hover{
	color:#006699;
	text-decoration:underline;
	}

/* infomation */
.info	{
	background:#fff url(../images/info_bg.gif) ;
	background-position: center top;
	background-repeat:repeat-y;

	width:172px;	/* 210px */

	margin:0;
	padding:0 20px 0 18px;
	}


.date	{
	border-bottom:dotted 1px #ccc;
	padding-top:10px;

	text-align:left;
	}

/* 診療時間 */
.cal	{
		text-align:center;
		background-image:url(../images/cal_bg.gif);
		background-position:top center;
		background-repeat:no-repeat;
		
		font-size:13px;

		margin:10px;
		}

.cal01	{
		color:#FFFFFF;
		font-weight:bold;
	}
	
.cal02	{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		border-bottom:solid 1px #666;
	}


/* BSS */
.bss	{
	background:#fff url(../images/bss_bg.gif) ;
	background-position: center top;
	background-repeat:repeat-y;

	width:580px;	/* 640px */

	margin:0;
	padding:5px 30px 0 30px;
	}


/* フォント装飾 */
.font01	{
	font-family: sans-serif;
	font-size:1.1em;
	color:#FF6D2F;
	}

.font02	{
	font-size:0.7em;
	}

.font03	{
	color:#ff0000;
	}

.font04	{
	font-size:1.2em;
	font-weight:bold;
	}
	
.text	{
	background-color:#f2f2f2;
	font-size:0.8em;
	width:550px;
	text-align:center;
	margin:0 auto 0;
	padding:5px;
	}

/* atlink */
.atlink	{
	font-size:smaller;
	text-align:center;

	margin-top:25px;
	padding-top:5px;

	border-top:solid 1px #cccccc;
	}



