/* 和仁会病院　ＣＳＳ　基本設定 */
/* ----- HTML再定義 ------------------------------------ */
* {
	margin: 0px;
	padding: 0px;

	font-style: normal;
	font-family: 'ＭＳ ゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	margin-top: 0px;
	margin-bottom: 25px;
	color:#333333;
	letter-spacing: 0.05em;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
p{
	line-height: 1.4em;
}
a:link {
	color: #5767B3;
	text-decoration: none;
}
a:visited {
	color: #5A69B5;
	text-decoration: none;
}
a:hover {
	color: #DC5F62;
	text-decoration: none;
}
a:active {
	color: #5A69B5;
	text-decoration: none;
}
#container {
	width: 750px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#wlap{
	position: absolute;
	background-color: #FFFFFF;
}
#header{
}
#searchBox{
	position: absolute;
	left: 472px;
	top: 24px;
	width: 268px;
}
#searchBox div{
	text-align: right;
}
#footer {
	clear: both;
	border-top: 12px solid #FFEA00;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#footer_menu{
	float: left;
	font-size: 12px;
	color: #666666;
}
#footer_menu a:link {
	color: #666666;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #DE5D63;
	text-decoration: none;
}
#copyright{
	font-size: 12px;
	text-align: right;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	padding-right: 10px;
}		  

.sText{
	font-size:small;
}
