@charset "utf-8";
/*formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #262626;
	background-color: #FFFFFF;
	}
	
/*basic style
----------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contents {
	margin-bottom: 20px;
	height: 220px;
}
#footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4C4C4C;
	height: 56px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#header {
	background-image: url(../img/doctorl_back.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}
#wrapper #footer #close {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
#main2 dt {
	font-size: 14px;
	font-weight: bold;
	color: #F22740;
	margin-left: 3px;
}
#main2 dd {
	font-size: 12px;
	margin-left: 10px;
}

#doctor_head {
	margin-left: 10px;
}
#main dt {
	float: right;
	padding: 2px;
	border: 2px solid #CCCCCC;
	margin-top: 20px;
}
#main dd {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
	font-size: 12px;
}
#name {
	margin-top: 30px;
}
.style1 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 20px;
}
#logo {
	float: left;
}
