@charset "utf-8";
/* CSS Document */

*{
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	color:#666666;
	list-style-type:none;
	margin:0;
	border:none;

	/*font-weight:bold;*/
	
ctx.font = "12px 'メイリオ'";
ctx.fillText("メイリオ", 10, 15);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

	
}

hr{
	display:none;
	clear:both;
}
body{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main_body {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
}
#main_body #header {
	width: 1000px;
	height: 82px;
}
#main_body #header #right_txt {
	float: right;
}
#main_body #main_img {
	clear: both;
	position: relative;
	margin-top: 20px;
}
#main_body #main_img #logo {
	position: absolute;
	left: 59px;
	top: -65px;
	clear: both;
}
#main_body #header h1 {
	float: left;
	width: 500px;
}
#main_body #main_content {
	margin-top: 20px;
	clear: both;
}
#main_body #main_content p {
	font-weight: bolder;
	clear: both;
}
#footer {
	background-color: #000000;
	clear: both;
	height: 100px;
	margin-top: 50px;
	padding-top: 20px;
}
#footer p {
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color:#CCCCCC;
}
#main_body #main_content h2 {
	padding-left: 50px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bolder;
	text-shadow: 2px 2px 2px #CCCCCC;
	clear: both;
}
.text {
	padding-left: 60px;
}
#main_body #main_content #clinic {
	width: 1000px;
	height: 550px;
	margin-top: 30px;
}
#main_body #main_content #clinic #left_box {
	float: left;
	width: 445px;
	padding-left: 30px;
}
#main_body #main_content #clinic #right_box {
	width: 470px;
	float: right;
	padding-right: 30px;
}
#bnr .center {
	text-align: center;
}
#bnr .link {
	text-align: right;
	padding-right:120px;
}
#main_body #main_content li {
}
#main_body #main_content ul {
	height: 131px;
	padding-left: 50px;
}
#main_body #txt_link {
	width: 200px;
	margin-bottom: 50px;
	clear: both;
	padding-left: 50px;
	padding-top: 30px;
}
#main_body li {
	padding-left: 25px;
	background-image: url(../../qa/images/Q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
}
#main_body #main_content ul {
	width: 900px;

}
#main_body #main_content ul {
	min-height: 300px;
}
#main_body #main_content #answer {
	background-image: url(../../qa/images/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	line-height: 20px;
}
#main_body #main_content #yougo li {
	list-style-type: none;
	background-image: none;
}
#main_body #main_content #yougo {
	height: 650px;
}

