@charset "utf-8";

#kokoroKaifukuPage #header {
	background-image: url(images/kokoro_kaifuku_header_bg.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 980px;
}
#kokoroKaifukuPage #goToClinicHome {
	width: 440px;
	height: 40px;
	clear: both;
}
#kokoroKaifukuPage #goToClinicHome a {
	display: block;
	width: 440px;
	height: 40px;
	text-indent: -5000px;
	margin-left: 10px;
	overflow: hidden;
}
table.prof {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-top:10px;
}

table.prof th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
	/*width:150px;*/
    font-weight: bold;
    line-height: 120%;
    text-align: right;
    /*white-space: nowrap;*/
}
table.prof td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	 background: #FFF;
    text-align: left;
    /*white-space: nowrap;*/
}
