@charset "UTF-8";
/*
---------------------------------------------------------

COMMENT:
  Summary: common base page styles
  Target Pages ---> All pages
  Site URL: http://
  File name: css/style_base.css
  Author:

---------------------------------------------------------
*/
a img, img {
  border: 0;
}

dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 95%;
}

a {
  font-weight: normal;
  cursor: pointer;
}
a:link {
  color: #3300FF;
  text-decoration: none;
}
a:visited {
  color: #990000;
  text-decoration: none;
}
a:hover {
  color: #FF3333;
  text-decoration: underline;
}
a:active {
  color: #990000;
  text-decoration: underline;
}

p {
  margin-top: 0.0em;
  margin-bottom: 0.0em;
  text-align: justify;
}

strong {
  font-weight: bold;
}

/*
-----------------------------------------------------------------------------
[1] body
----------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 95%;
  line-height: 120%;
  text-align: left;
  color: #333333;
  background-color: #FFFFFF;
  height: 100%;
  font-family: Meiryo UI;
}

/* pageTop */
p.pageTop {
  clear: both;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*
-----------------------------------------------------------------------------
[2] container
----------------------------------------------------------------------------- */
#container {
  min-width: 780px;
  background: #fafafa url(../images/bk_header.png) repeat-x 0 0px;
}
#container a img {
  border-style: none;
}

#container a img {
  border-style: none;
}

/*
-----------------------------------------------------------------------------
[2.1] header
----------------------------------------------------------------------------- */
#header {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  max-width: 1200px;
  min-width: 780px;
}
#header .wrap {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}

#HeaderTitle {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#pageTop {
  height: 81px;
  width: 415px;
}

#headerImage {
  position: absolute;
}

/* userName */
#userName {
  position: absolute;
  right: 0%;
  top: 40px;
  z-index: 1;
  height: 22px;
  text-align: left;
  overflow: hidden;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  padding-right: 20px;
}

/* pageTitle */
#pageTitle {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
  height: 67px;
  max-width: 1200px;
}

#pageTitle2 {
  position: relative;
  width: 780px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
}

#pageTitle3 {
  position: relative;
  width: 780px;
  height: 44px;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
}

/* ParentLink Header */
a#ParentLink {
  visibility: visible;
  position: absolute;
  z-index: 9999;
  margin: 0;
  padding: 0;
  top: 48px;
  right: 0;
  width: 128px;
  height: 33px;
}

a#Logout {
  visibility: visible;
  position: absolute;
  z-index: 101;
  margin: 0;
  padding: 0;
  top: 35px;
  right: 5px;
  width: 81px;
  height: 20px;
}

a#HeaderLink2 {
  visibility: visible;
  position: absolute;
  z-index: 101;
  margin: 0;
  padding: 0;
  top: 8px;
  right: 100px;
  width: 160px;
  height: 20px;
}

a#HeaderLink3 {
  visibility: visible;
  position: absolute;
  z-index: 101;
  margin: 0;
  padding: 0;
  top: 8px;
  right: 5px;
  width: 81px;
  height: 20px;
}

a#MemberMenu {
  visibility: visible;
  position: absolute;
  z-index: 101;
  top: 10px;
  right: 80px;
  width: 106px;
  height: 20px;
}

a#Manual {
  visibility: visible;
  position: absolute;
  z-index: 101;
  top: 10px;
  right: 185px;
  width: 107px;
  height: 20px;
}

/* panKuzu */
#panKuzu {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
#panKuzu ul {
  padding: 0;
}
#panKuzu ul li {
  float: left;
  display: inline;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
}
#panKuzu ul li a {
  float: left;
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

/*
-----------------------------------------------------------------------------
[5] contents
----------------------------------------------------------------------------- */
/*
-----------------------------------------------------------------------------
[5-1] mainContents
----------------------------------------------------------------------------- */
#mainContents {
  position: relative;
  width: 90%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  background-color: #FFFFFF;
}
#mainContents h1 {
  clear: both;
  margin: 0.5em 0px 0px 0px;
  padding: 3px 0px 0px 50px;
  font-size: 23px;
  font-weight: normal;
  color: #339966;
  background: #FFFFFF url(../images/icon/section_mark1.gif) no-repeat left 3px;
  border-bottom: 2px dotted #00CC99;
  line-height: 40px;
}
#mainContents h1.no1 {
  background: #FFFFFF url(../images/icon/section_no1.gif) no-repeat left top;
}
#mainContents h1.no2 {
  background: #FFFFFF url(../images/icon/section_no2.gif) no-repeat left top;
}
#mainContents h2 {
  clear: both;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 34px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  border-top: 2px dotted #00CC99;
  line-height: 20px;
}
#mainContents h3 {
  clear: both;
  margin: 1em 0 1em 0;
  padding: 5px 0 6px 30px;
  border-bottom: 2px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  background: #eee url(../images/bg_h3.png) no-repeat 0 0;
}
#mainContents h4 {
  clear: both;
  margin: 1em 0 1em 0;
  padding: 5px 0 5px 30px;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #E8E8E8;
  font-size: 1.1em;
  font-weight: bold;
  background: url(../images/bg_h4.png) no-repeat 2px 50%;
}
#mainContents h5 {
  clear: both;
  margin: 1em 0 1em 0;
  padding: 5px 0 5px 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  border-left: 10px solid #ddd;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}
#mainContents div.section p.unopened {
  background-color: #f6f2e0;
  border: 1px #f6f2e0 solid;
  padding: 0.3em;
  color: #dd3149;
  font-size: 140%;
  line-height: 1.2em;
  text-align: center;
}

/* ���o��2 */
#mainContents2 h1 {
  clear: both;
  margin: 0.5em 0px 0px 0px;
  padding: 3px 0px 0px 50px;
  font-size: 20px;
  font-weight: bold;
  color: #339966;
  background: #FFFFFF url(../images/section_mark1.gif) no-repeat left top;
  border-bottom: 2px dotted #00CC99;
  line-height: 40px;
}
#mainContents2 h2 {
  clear: both;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 34px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  border-top: 2px dotted #00CC99;
  line-height: 20px;
}
#mainContents2 h2.mark2 {
  background: #FFFFFF url(../images/section_mark2s.gif) no-repeat left top;
}
#mainContents2 h4 {
  clear: both;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 22px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #339966;
  border-bottom: 2px dotted #00CC99;
  line-height: 20px;
}
#mainContents2 h4.mark1 {
  background: #FFFFFF url(../images/section_mark6.gif) no-repeat left center;
}
#mainContents2 h6 {
  clear: both;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #424342;
  border-left: 10px solid #2C944C;
  border-bottom: 2px solid #51C579;
  line-height: 20px;
  width: 90%;
  background-color: #A0E5AD;
}
#mainContents2 h6.mark1 {
  background: #FFFFFF url(../images/section_mark6.gif) no-repeat left center;
}

/* section */
div.section {
  margin: 0px 0px;
}

#login_box {
  background-color: #e5e3bd;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px 5px 10px;
  height: 100px;
  width: 350px;
  border-radius: 10px;
}

.charcell {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: baseline;
  line-height: 18px;
}

/*
-----------------------------------------------------------------------------
[4] footer
----------------------------------------------------------------------------- */
#footer {
  background-color: #fafafa;
  background-image: url(../images/bk_footer.png);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  font-size: 95%;
  color: #333333;
  width: 100%;
}

#textlinks {
  overflow: hidden;
  background-image: url(../images/bk_textlinks.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 230px;
}

#site_map {
  overflow: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 1200px;
  min-width: 780px;
}

#help_desk {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 7px 0px 0px 15px;
  height: 82px;
}

#site_infomation {
  margin: 20px 0px;
  padding: 5px 0px 0px 15px;
  float: left;
  line-height: 1.4em;
}

/* copyRight */
#copyRight {
  background-color: #35ccbc;
  width: 100%;
  padding-top: 16px;
}

#copyRight_text {
  margin: 0 auto;
  width: 400px;
  padding-top: 0px;
}

/*
-----------------------------------------------------------------------------
housecalls_visitdoctor_index.html
----------------------------------------------------------------------------- */
a.btn_type01 {
  display: block;
  height: 36px;
  width: 134px;
  margin-left: 400px;
}
a.btn_type01:hover {
  background-position: bottom left;
}

#btn_add {
  background-image: url("../images/btn_add.gif");
}

#btn_search {
  background-image: url("../images/btn_search.gif");
}

p#info {
  margin-left: 40px;
}

/* @end */
