body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mainBg.gif);
	text-align: center;
}
#wrapper {
	width: 816px;
	height: auto;
	margin-top: 10px;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#wrapper h1 {
	font-size: 0.8em;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 13px;
	color: #999999;
}
#header {
	height: auto;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダメニュー*/
#headerMenu {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 40px;
	width: 782px;
}
#main h5 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#main #woman {
	width: 450px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	border: thin dotted #FF6666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main #man {
	width: 450px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	border: thin dotted #0099FF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}



#headerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 40px;
	overflow: hidden;
	
}
#headerMenu li {
	float: left;
	width: 156px;
	margin: 0;
	padding: 0;
}
#headerMenu a {
	display: block;
	width: 100%;
	color: #000066;
	background-color: #CCCCCC;
	background-image: url(../images/topBtnBg.png);
	background-position: left top;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-weight: bold;
}
#headerMenu a:hover {
	background-color: #999999;
	background-position: right top; 
}


/*コンテンツブロック*/
#main {
	height: 3000px;
	width: 590px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}






/* 左サイドブロック*/

#leftside {
	height: 1000px;
	width: 170px;
	float: left;
	margin-left: 5px;
	text-align: left;
}
p {
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	margin: 0px;
	padding: 0px;
}



#leftside h4 {
	font-size: 14px;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #332C66;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#leftside img {
}

/*左サイド・ホワイトニングメニュー*/
#sideMainMenu {
	width: 170px;
	margin-bottom: 40px;
	height: auto;
	margin-top: 20px;
}
#sideMainMenu h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F4F4F4;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}
#sideMainMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sideMainMenu li {
	display: block;
	height: 25px;
	padding: 0;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sideMainMenu a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	display: block;
	background-image: url(../images/list_marker_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#sideMainMenu a:hover {
	color: #FF9966; 
	text-decoration: none;
}


/*左サイド・診療メニュー*/
#careMenu {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
#careMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#careMenu li {
	margin: 0;
	padding: 0; 
	
}
#careMenu a {
	display: block;
	color: #666666;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}
#careMenu a:hover {
	color: #FF9966; 
	text-decoration: none;
}

/* メインブロック*/
#content {
	height: 3000px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/*フッター*/
#footer {
	height: 20px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D443B;
	background-color: #CCCCCC;
}



#center {
	text-align: center;
}
#main #voiceText {
	width: 500px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 50px;
	height: 400px;
}
#main #voiceText img {
	padding: 5px;
	float: left;
}
