@charset "utf-8";
 * {
  margin: 0;
  padding: 0;
  color: #444;
  line-height: 1.5em;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
img {
  border: none;
}
body {
  background: url("images/bg.jpg") repeat;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;

}
#wrap {
  width: 960px;
  margin: 0 auto;
  box-shadow: 0 0 2px #6E6E6E;
  behavior: url(PIE.htc);
  overflow: auto;
  background: #fff url(images/sidebar_bg.gif) repeat-y;
}
#content {
  margin: 30px 0 0 0;
}
#content.fontM {
  font-size: 100%;
}
#content.fontL {
  font-size: 120%;
}
/* header */

header {
  border-top: 5px solid #FF0000;
  background: #FFFFFF url(images/noize.png) repeat 100% 0;
  /*border-bottom: 1px #FF0000 solid;*/
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  filter: progid: DXImageTransform.Microsoft.Shadow(color=#bbbbbb, direction=135, strength=3, enabled=true);
  margin-bottom: 5px;
}
#contentArea .text p {
  text-indent: 1em;
  margin: 0 15px 5px 0;
}
#logo {
  float: left;
  margin: 12px 0 10px 16px;
}
#logo img {
  width: 200px;
}
#headerLink {
  float: right;
  font-size: 13px;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 10px;
}
#headerLink li {
  float: left;
  margin-left: 10px;
}
#changeFontSize {
  float: right;
  font-size: 13px;
  list-style: none outside none;
  margin-right: 10px;
  margin-top: 10px;
}
#changeFontSize li {
  float: left;
  margin-left: 10px;
}
/* sidebar */

#sidebar {
  width: 230px;
  margin: 0;
  float: left;
  position: relative;
  filter:expression('');
}
#menu {
  padding: 0 10px;
}
#menu h3:first-child {
  margin-top: 0;
}
#menu h3 {
  border-bottom: 1px solid #6D8F9B;
  border-left: 4px solid #6D8F9B;
  font-size: 15px;
  margin: 12px 0 5px 0;
  padding: 3px 0 3px 5px;
}
#menu ul {
  list-style: none;
  margin: -10px 0 0 0;
}
#menu ul li ul {
  margin: 0 0 0 8px;
}
#menu ul li a {
  margin-top: 10px;
  /*border: 1px solid #e5e5e5;*/
  border-left: 5px solid #fff1e9;
  /* border-left: 5px solid #FF9999; */
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 5px 0 5px 9px;
  text-decoration: none;
  text-shadow: 1px 1px 2px #888888;
  color: #FFFFFF;
}
#menu ul li a:hover {
  background-color: #FF6666;
}
#menu li ul a {
  background: url("images/liarrow.png") no-repeat scroll 8px 8px #FF9999
;
  border: medium none;
  /*box-shadow: 0 0 1px #888888;*/
  font-weight: normal;
  margin: 0 0 1px 0;
  padding: 0 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px 0px inset;
  behavior: url(PIE.htc);
}
#contact {
  border-radius: 4px;
  /* CSS3 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome */
  -moz-border-radius: 4px;
  /* Firefox */
  behavior: url(PIE.htc);
  margin: 4px;
  min-height: 200px;
  border: 1px solid #D4D4D4;
}
#contact > div {
  padding: 4px;
}
#contact h3 {
  background: none repeat scroll 0 0 #557783;
  color: #FFFFFF;
  font-size: 14px;
  padding: 4px;
}
#contact dl {
  margin: 4px;
}
#contact dd {
  text-indent: 1em;
}
/* main */

#main {
  width: 710px;
  float: left;
  min-height: 600px;
  margin: 0 0 20px 20px;
}
#contentArea {
  padding: 5px;
  padding-top: 15px;
}
#main h1 {
  background: url(images/h1bg.jpg) no-repeat;
  font-size: 22px;
  padding: 5px 0 5px 48px;
  height: 40px;
}
#main h2 {
  background: url(images/icon_tick.png) no-repeat;
  font-size: 19px;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}
#main h3 {
  padding: 3px 0 0 5px;
  height: 28px;
  border-bottom: 5px #dddddd dotted;
}
#index #main h3 {
  background: #ECECEC url(images/astarisk24.png) no-repeat 5px 5px;
  font-size: 16px;
  height: 24px;
  padding: 5px 0 5px 50px;
  border: none;
  border-radius: 15px 0 0 15px;
  /* CSS3 */
  -webkit-border-radius: 15px 0 0 15px;
  /* Safari,Google Chrome */
  -moz-border-radius: 15px 0 0 15px;
  /* Firefox */
  behavior: url(PIE.htc);
}
#main section {} #breadcrumbs {
  margin-bottom: 4px;
}
/* top info */

#info {
  padding: 5px 15px 20px 5px;
}
#info dl {
  /*border-top: 1px dotted #AAAAAA;*/
  margin: 0;
}
#info dt {
  clear: left;
  float: left;
  padding: 5px 0 5px 8px;
  width: 135px;
}
#info dd {
  border-bottom: 1px dotted #AAAAAA;
  padding: 5px 0 5px 120px;
}
#topImage {
  background: url("images/top.jpg") repeat scroll;
  height: 200px;
  margin-bottom: 20px;
  width: 710px;
  border-radius: 15px 0 0 15px;
  /* CSS3 */
  -webkit-border-radius: 15px 0 0 15px;
  /* Safari,Google Chrome */
  -moz-border-radius: 15px 0 0 15px;
  /* Firefox */
  behavior: url(PIE.htc);
}
#topImage > div {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 57px 30px 0 40px;
  text-shadow: 1px 1px #FFEFD5;
  line-height: 1.6em;
}
/* footer */

footer {
  background: url(images/noize.png) repeat 100% 0 #444;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}
/* login */

#login {
  background-color: #eeeeee;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  /* CSS3 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome */
  -moz-border-radius: 10px;
  /* Firefox */
  behavior: url(PIE.htc);
  margin: 30px auto;
  padding: 16px 20px;
  width: 274px;
}
#login form table tbody tr td {
  padding: 0 5px;
}
#login form .input,
#login input[type="text"],
#login input[type="password"] {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
  behavior: url(PIE.htc);
  color: #555555;
  font-size: 20px;
  line-height: 1;
  margin: 5px 0;
  outline: 0 none;
  padding: 3px;
  width: 100%;
}
.button {
  height: 30px;
  line-height: 28px;
  padding: 0 12px 2px;
  margin: 5px 0;
  background-color: #FF0000;
  background-image: linear-gradient(to bottom, #FF3366, #FF0000);
  border-color: #a47f40;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  float: right;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  /* CSS3 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome */
  -moz-border-radius: 3px;
  /* Firefox */
  behavior: url(PIE.htc);
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}
.button:hover,
.button.focus,
.button:focus {
  background-color: #FF0000;
  background-image: linear-gradient(to bottom, #FF0000, #FF9999);
  border-color: #a47f40;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.button.focus,
.button:focus {
  background-color: #ff4d4d;
}
#memberLink {
  margin: 20px 10px;
}
#memberLink a {
  margin-top: 20px;
  background: #F3F3F3 url("images/icon_padlock.gif") no-repeat 12px 14px;
  border: 1px #cccccc solid;
  border-radius: 5px;
  /* CSS3 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome */
  -moz-border-radius: 5px;
  /* Firefox */
  behavior: url(PIE.htc);
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-shadow: 1px 1px 2px #bbbbbb;
  height: 43px;
  line-height: 43px;
  margin: 20px 0 5px 0;
  padding: 0 0 0 32px;
  text-decoration: none;
}
#memberLink a:hover {
  background-color: #ffffff;
}
#prof {
  float: left;
  width: 207px;
}
#contentArea #photo {
  border: 3px hidden #aaaaaa;
  /*box-shadow: 2px 2px 3px #838383;*/
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 0;
}
#photo img {
    box-shadow: 1px 1px 2px #333333;
    vertical-align: middle;
    width: 200px;
}
#profText {
  margin-left: 213px;
}
#contentArea section {
  margin-bottom: 30px;
}
#contentArea section h3 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 15px;
  margin: 5px 10px 0;
  padding: 0;
}
#contentArea section > p {
  margin: 0 10px;
}
#contentArea ol,
#contentArea ul {
  margin-left: 2.5em;
}
#contentArea #designSec div {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 496px;
}
#contentArea #scheduleSec div {
  margin-left: auto;
  margin-right: auto;
  width: 555px;
}
#contentArea .method {
  border: 1px solid #AAAAAA;
  background-color: #fff1e9;
  border-radius: 8px;
  /* CSS3 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome */
  -moz-border-radius: 8px;
  /* Firefox */
  behavior: url(PIE.htc);
  padding: 8px 14px;
  width: 580px;
  margin: 15px auto;
}
#contentArea .method > div {
  padding: 10px;
}
#joinSec img {
  display: block;
  margin: 0 auto;
}
#joinSec p {
  margin: 30px 0 0;
  text-align: center;
  text-indent: 0;
}
#conSec p {
  margin: 0 20px;
  text-indent: 0;
}
/* pege top */

.pageTop {
  background: #FF0000;
  height: 14px;
  width: 14px;
  border-radius: 27px;
  /* CSS3 */
  -webkit-border-radius: 27px;
  /* Safari,Google Chrome */
  -moz-border-radius: 27px;
  /* Firefox */
  behavior: url(PIE.htc);
  color: #ffffff;
  padding: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-decoration none;
  font-size: 14px;
  line-height: 0.9em;
  display: none;
}
.pageTop:hover {
  background: #FF6666;
}
#qa > ul {
  list-style: none outside none;
  margin-bottom: 20px;
  margin-left: 0;
}
#qa li {
  line-height: 1.6em;
}
#qa > dl {
  border-top: 1px solid #aaa;
  padding-top: 20px;
}
#qa dt:first-child {
  border-top: medium none;
  padding-top: 0;
}
#qa dt {
  border-top: 1px dashed #aaa;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}
#qa dd {
  margin-bottom: 20px;
}
.address {
  margin-bottom: 20px;
}
.address p:first-child {
  font-weight: bold;
}
#patient p {
  margin-bottom: 10px;
}
.menuActive {
  background-color: #FF3333;
}

.fontOn{
  font-weight: bold;
}

#studySites #contentArea table {
}

#studySites #contentArea table{
  width: 100%!important;
}

#studySites #contentArea tr:first-child td{
  background-color: #ececec;
}

#studySites #contentArea td{
  padding:5px;
}

.thumb {
    width: 630px;
}
li.pdf {
    background: url("images/pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
}
li.doc {
    background: url("images/word.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
}
#mem-contact p {
    margin-bottom: 1em !important;
}