@charset "shift_jis";


/*
================================================
制作：FPサービス
http://www.doctorsupportnet.jp/
================================================
*/

*{
	margin:0;
	padding:0;
	line-height:1.8;
	font-color:#333333;
	font-size:14px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka,;
}


html {
	overflow-y:scroll;
	}
	
body{
	background-image:url(../img/common/back.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#fafefb;
}


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


address{
	font-style:normal;
}

img{
	border:0;
	margin:0;
	padding:0;
}



/* リンクカラー設定
===============================================
*/

a:link {
	color:#764621;
	text-decoration:underline;
}

a:visited {
	color:#764621;
	text-decoration:underline;
}

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


/* テキスト設定
===============================================
*/


/* カラー
-------------------------------------------*/


.tRed{
	color:#ff0000;
}

.tGreen{
	color:#007b4a;
}

.tblue{
	color:#00CCFF;
}

.tOrenge{
	color:#FF9900;
}

.tGreen{
	color:#7cba27;
}

/* 寄せ
-------------------------------------------*/

.tCenter{
	text-align:center;
}

.tLeft{
	text-align:left;
}

.tRight{
	text-align:right;
}

/* サイズ、太さ
-------------------------------------------*/

.fBold{
	font-weight:bold;
}

.f12{
	font-size:12px;
}

/* フロート、クリア
===============================================
*/

.fLeft{
	float:left;
}
.c_both{
	clear:both;
}


/* 診療時間 
----------------------------------------------*/


table.time{
	width:500px;
	border-top:1px solid #81785a;
	border-left:1px solid #81785a;
	border-collapse:collapse;
}

	
table.time th {
	height:15px;
	background-color:#81785a;
	color:#ffffff;
	text-align:center;
	border-right:1px solid #81785a;
	border-bottom:1px solid #81785a;
}
	
table.time td {
	padding:1px 10px 1px 10px;
	text-align: center;
	vertical-align:middle;
	border-right:1px solid #81785a;
	border-bottom:1px solid #81785a;
	text-align:center;
	background-color:#ffffff;
}
	


/* 区切り
----------------------------------------------*/


.bBottom{
	border-bottom:1px solid #cccccc;
}

/*　wrapper
================================================
*/

div#wrapper{
	margin:0 auto;
	padding:0;
	width:900px;
	text-align: center; /*for IE*/
	line-height:1.8;
	text-align:left;
	background-image:url(../img/common/backimg.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	position:relative;
}


div#wrapper:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1;
	font-size:0.1em;
	line-height:0;
	clear:both;
}