﻿* {
  margin: 0;
  padding: 0;
}
html {
  _text-align: center;
  height: 100%;
}
body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial;
  font-size: 17px;
  background-color: #e9e9e9;
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
  background-position: center;
  width: 989px;
  margin: 0 auto;
  _text-align: left;
  height: 100%;
  position: relative;
}
img { vertical-align: bottom;}
h1 {
  font-size: 12px;
  color: #9b9b9b;
  background-color: #ffffff;
  font-weight : normal;
  border-bottom: 1px solid #cecece;
}
h2 {}
h2.titleh2 {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 25px;
}
h2.titleh2-2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
h2.titleh2-3 {
  margin-top: 40px;
  margin-bottom: 30px;
}
a{ color: #848484;}
a:hover { color: #cc0000;}
#second_image {
  margin-left: 1px;
  width: 735px;
}
#second_top { width: 735px;}
	
/*--------------------------------------------------------------------
/////??main menu/////
--------------------------------------------------------------------*/

.dropdownmenu {
  background-color: #1e201f;
  width: 254px;
  font-size: 15px;
  height: 312px;
}
#ddm {
  margin: 0;
  padding: 0; 
}
#ddm li {
  display: block;
  width: 229px;
  height: 29px;
}
#ddm li a {
  display: block;
  width: 229px;
  height: 29px;
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
  font-family: sans-serif;
  text-decoration: none;
  background: #1e201f;
  padding-left: 25px;
}
#ddm li a:hover {
  display: block;
  width: 229px;
  height: 29px;
  color: #CC0000;
  text-decoration: none;
  background: #ffffff;
}

/*--------------------------------------------------------------------
/////??sub menu/////
--------------------------------------------------------------------*/

#ddm ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#ddm li ul {
  display: none;
}
#ddm li:hover ul {
  display: block;
  position: relative;
  top: -29px;
  left: 254px;
}
#ddm li:hover ul a {
  display: block;
  width: 164px;
  height: 27px;
  color: #ffffff;
  background-color: #1e201f;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  padding-left: 25px;
  filter: alpha(opacity=90); 
  -moz-opacity: 0.9; 
  opacity: 0.9;
}
#ddm li:hover ul a:hover {
  display: block;
  width: 164px;
  color: #cc0000;
  background: #f5f5f5;
  filter: alpha(opacity=90); 
  -moz-opacity: 0.9; 
  opacity: 0.9;
}

/*---------------------------------------------
BlueMenu
---------------------------------------------*/
div#blue_navigation {
  width: 210px;
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  line-height: 100%;
}
div#blue_navigation ul#blue_menu li {
  padding: 1px;
  background-color: #FFFFFF;
  list-style: none;
  margin-bottom: 5px;
}
div#blue_navigation ul#blue_menu li a {
  background-color: #5b85ad;
  color: #FFFFFF;
  padding: 2px 0;
  padding-left: 10px;
  border: 1px solid black;
  display: block;
  width: 196px;
}
div#blue_navigation ul#blue_menu li a:hover {
  background-color: #FFFFFF;
  color: #5b85ad;
  text-decoration: none;
}

/*---------------------------------------------
address
---------------------------------------------*/
div#address {
  font-size: 15px;
  margin-top: 10px;
  margin-left: 20px;
  line-height: 123%;
}
div#address p.sidelogo {
  margin-top: 10px;
  margin-bottom: 10px;
}
div#address p.mobilelogo {
  margin-top: 5px;
  text-align: center;
}

/*---------------------------------------------
banner
---------------------------------------------*/
div#bannerList {
  overflow: hidden;
  width: 720px;
  height:100%;
  margin-left: 15px;
  _padding-left: 2px;
  _width: 728px;
  _margin-left: 7px;
}
*+html div#bannerList {
  width: 730px;
  height:100%;
}
div#bannerList div.banner {
  width: 163px;
  float: left;
  margin: 15px 0 5px 17px;
  _margin-left: 12px;
  _padding: 1px;
}
div#bannerList div.banner a {
  color: #848484;
  background-image: url(../images/arrow-gray.gif);
  background-position: left 58px;
  background-repeat: no-repeat;
  display: block;
}
div#bannerList div.banner a:hover {
  color: #cc0000;
  background-image: url(../images/arrow-red.gif);
  text-decoration: none;
}
div#bannerList div.banner div.image { border: 1px solid #cccccc;}
div#bannerList div.banner div.text {
  width: 163px;
  _width: 160px;
  font-size: 14px;
  padding-left: 8px;
  _padding-left: 5px;
  margin-top: 5px;
}
div#bannerList div.banner div.bannerText {
  width: 163px;
  _width: 160px;
  font-size: 14px;
  padding-left: 8px;
  _padding-left: 5px;
  margin-top: 5px;
  background-image: url(../images/arrow-gray.gif);
  background-position: left;
  background-repeat: no-repeat;
}

/*---------------------------------------------
index_news
---------------------------------------------*/
div.newsLinks {
	margin-top: 50px;
	width: 706px;
	margin-left: 30px;
	}
div.newsLinks h3 {
  background-color: #f5f5f5;
  border-top: 1px solid  #8e0614;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 10px;
}
div.newsLinks ul {
  background-color: #f5f5f5;
  border-bottom: 1px solid  #8e0614;
  font-size: 15px;
  padding-bottom: 10px;
}
div.newsLinks ul li {
  list-style: none;
  margin-left: 15px;
}
div.module div.newsLinks ul li a {
  color: #000000;
  background-image: url(../images/arrow-gray.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 5px;
}
div.module div.newsLinks ul li a:hover {
  color: #cc0000;
  text-decoration: none;
  background-image: url(../images/arrow-red.gif);
}
div.whatsnew {
	margin-top: 30px;
	width: 685px;
	margin-left: 30px;
  line-height: 123%;
}
div.whatsnew h2 {
  background-color: #f5f5f5;
  border-top: 1px solid  #8e0614;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 10px;
}
div.whatsnew ul {
  background-color: #f5f5f5;
  border-bottom: 1px dotted #cccccc;
  font-size: 15px;
  padding-bottom: 10px;
}
div.whatsnew ul li {
  list-style: none;
  margin-left: 15px;
}
div.module div.whatsnew ul li a {
  color: #000000;
  background-image: url(../images/arrow-gray.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 5px;
}
div.module div.whatsnew ul li a:hover {
  color: #cc0000;
  text-decoration: none;
  background-image: url(../images/arrow-red.gif);
}
div.information {
	width: 685px;
	margin-left: 30px;
	margin-bottom: 30px;
  line-height: 123%;
}
div.information h2 {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 10px;
}
div.information .subtitle {
  padding-top: 5px;
  border-top: 1px dotted  #cccccc;
  margin-top: 10px;
}
div.information ul {
  background-color: #f5f5f5;
  border-bottom: 1px solid  #8e0614;
  font-size: 15px;
  padding-bottom: 10px;
}
div.information ul li {
  list-style: none;
  margin-left: 15px;
}
div.module div.information ul li a {
  color: #000000;
  background-image: url(../images/arrow-gray.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 5px;
}
div.module div.information ul li a:hover {
  color: #cc0000;
  text-decoration: none;
  background-image: url(../images/arrow-red.gif);
}
div#greeting p,div#group p { margin-bottom: 0px;}
div#greeting {
  border: 1px solid #336699;
  background-color: fafafa;
  background-image: url(../images/greeting3.jpg);
  clear: both;
  width: 685px;
  margin-left: 30px;
  margin-top: 20px;
  line-height: 123%;
}
div#greeting h2 {
  color: #336699;
  font-size: 15px;
  padding-top: 5px;
  padding-left: 300px;
  padding-bottom: 10px;
}
div#greeting p {
  font-size: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
  padding-left: 300px;
}
div#greeting .image_right {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px; 
}
div#greeting .image_right2 {
  float: right;
  margin-top: 43px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#greeting .image_left {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#greeting .image_left2 {
  float: left;
  margin-top: 13px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#greeting div.clear { clear: both;}
div#phone {
  clear: both;
  width: 685px;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div#phone2 {
  clear: both;
  width: 685px;
  margin-top: 5px;
  margin-bottom: 10px;
}
div#mobile {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
div#iTero {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
div#voice {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
div#column {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
div#column2 {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
div#facebook {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
div#sitesearch {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #848484;
  font-weight: bold;
  line-height: 150%;
  padding-top: 3px;
  padding-bottom: 3px;
}
div#sitesearch input {
  color: #848484;
  border: 1px #cccccc solid;
  vertical-align: middle;
}
div#sitesearch p {
  width: auto;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
}
div#consulation-calender {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  clear: both;
  width: 210px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  padding: 10px 0px 5px 0px;
}
div#follow {
  background-color: #FFFFFF;
  clear: both;
  width: 164px;
  margin-top: 10px;
  position: relative;
  margin-left: 30px;
  text-align: center;
  font-size: 14px;
  color: #848484;
  font-weight: bold;
  line-height: 150%;
}
div#follow iframe { margin-top: 3px;}
div#access-office-hours {
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  clear: both;
  width: 685px;
  margin-top: 30px;
  margin-left: 30px;
  padding-bottom: 10px;
}
div#access-office-hours p {
  width: auto;
  font-size: 15px;
  margin-top: 15px;
}
div#access-office-hours small { font-size: 15px;}
div#access-office-hours a { color: #000000;}
div#access-office-hours a:hover {
  color: #cc0000;
  text-decoration: none;
}
div#access-office-hours .contentlist_table { line-height: 123%;}
div#access-office-hours table tr th { text-align: left;}
div#access-office-hours table tr th h2 {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 10px;
}

/*message 20130422*/
div#message {
  border: 1px solid #336699;
  background-color: #fafafa;
  clear: both;
  width: 685px;
  margin-left: 30px;
  margin-top: 30px;
  line-height: 123%;
}
div#message h2 {
  color: #336699;
  font-size: 15px;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 10px;
}
div#message p {
  width: auto;
  font-size: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}
div#message .image_right {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px; 
}
div#message .image_right2 {
  float: right;
  margin-top: 43px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#message .image_left {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#message .image_left2 {
  float: left;
  margin-top: 13px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#message .image_left3 {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  margin-left: 15px;
}
div#message div.clear { clear: both;}
div#director-message p,div#group p { margin-bottom: 0px;}
div#director-message {
  border: 1px solid #336699;
  background-image: url(../images/director-greeting.jpg);
  clear: both;
  width: 685px;
  height: 350px;
  margin-left: 30px;
  margin-top: 20px;
  line-height: 123%;
}
div#director-message h2 {
  color: #336699;
  font-size: 15px;
  padding-top: 5px;
  padding-right: 275px;
  margin-left: 15px;
  padding-bottom: 10px;
}
div#director-message p {
  width: auto;
  font-size: 15px;
  margin-right: 275px;
  margin-left: 15px;
  padding-bottom: 10px;
}
div#staff-message p,div#group p { margin-bottom: 0px;}
div#staff-message {
  border: 1px solid #336699;
  background: #fafafa;
  clear: both;
  width: 685px;
  line-height: 123%;
}
div#staff-message h2 {
  color: #336699;
  font-size: 15px;
  padding-top: 5px;
  margin-left: 15px;
  padding-bottom: 10px;
}
div#staff-message p {
  width: auto;
  font-size: 15px;
  margin-left: 15px;
  padding-bottom: 10px;
}

/*---------------------------------------------
showroom
---------------------------------------------*/
h2#title_servicefactory,h2#title_showroom {	margin-left: 15px;}
div#showroom_about {
  font-size: 15px;
  color: #333333;
  padding-left: 15px;
}
div#showroom_fla {
  margin-top: 10px;
  background-color: #000000;
  width: 620px;
}

/*---------------------------------------------
content_list
---------------------------------------------*/
#contentlist {
  line-height: 123%;
  width: 695px;
}
#contentlist .contentlist_table { line-height: 123%;}
#contentlist .contentlist_table2{
  line-height: 123%;
  margin-top: 30px;
}
tr.line0 { background-color: #fffffff;}
tr.line1 { background-color: #f2f2f2;}
div#contentlist,div#content_list_desc { padding-left: 25px;}
div#contentlist p {
  font-size: 15px;
  color:#333333;
  margin-bottom: 20px;
}
div#contentlist a { color: #000000;}
div#contentlist a:hover{
  color: #cc0000;
  text-decoration: none;
}
div#contentlist table {
  font-size: 15px;
  width: 690px;
  _width: 680px;
  text-align: left;
}
div#contentlist table tr th {
  background-color: #848484;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: normal;
}
div#contentlist table tr th#a_model {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_name {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_chara {}
div#contentlist table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
div#contentlist table tr td#preownli_color,div#contentlist table tr td#content_def { font-size: 14px;}
div#contentlist table tr td a { color: #848484;}
div#contentlist table tr td a:hover { color: #cc0000;}
div#contentlist table tr td img { border: 1px solid #cccccc;}
div#contentlist2,div#content_list_desc { padding-left: 25px;}
div#contentlist2 p {
  font-size: 15px;
  color:#333333;
  margin-bottom: 20px;
}
div#contentlist2 a { color: #000000;}
div#contentlist2 a:hover {
  color: #cc0000;
  text-decoration: none;
}
div#contentlist2 table {
  font-size: 15px;
  width: 690px;
  _width: 680px;
  text-align: left;
}
div#contentlist2 table tr th {
  background-color: #848484;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: normal;
}
div#contentlist2 table tr th#a_model { padding-left: 5px;}
div#contentlist2 table tr th#a_comment { width: 100px;}
div#contentlist2 table tr th#a_comment { width: 151px;}
div#contentlist2 table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
div#contentlist2 table tr td#preownli_color,div#contentlist2 table tr td#content_def { font-size: 14px;}
div#contentlist2 table tr td a { color: #848484;}
div#contentlist2 table tr td a:hover { color: #cc0000;}
div#contentlist2 table tr td img { border: 1px solid #cccccc;}
div#usedCars { font-size: 15px;}
td.preownli_price {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
td.orthodontic_model {
  padding-left: 10px;
  padding-right: 10px;
}
td.clinic_model {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}
td.appliance_model {
  padding-left: 10px;
  padding-right: 10px;
  width: 80px;
}
td.recruitment_model {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 100px;
}
td.link_model {
  padding-left: 20px;
  padding-right: 10px;
  width: 200px;
}
td.voice_initial {
  text-align: right;
  padding-right: 10px;
}
div#contentlist table tr.table_line td {
	border-bottom: 1px dashed #999999;
	padding: 0px;
	font-size: 0px;
	height: 0;
}
div#contentlist table tr.table_line td img {
	border: none;
	height: 0;
}
div#contentlist2 table tr.table_line td {
	border-bottom: 1px dashed #999999;
	padding: 0px;
	font-size: 0px;
	height: 0;
}
div#contentlist2 table tr.table_line td img {
	border: none;
	height: 0;
}
div.carDigest {}
td.doctor {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
td.doctor_name {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
div#contentlist table tr td.doctor_name img { border: none;}
td.arrow { text-align: center;}
div#contentlist table tr td.arrow img { border: 0px;}

div#whiteninglist p {
  font-size: 15px;
  color:#333333;
  margin-bottom: 20px;
}
div#contentlist table tr th.operation {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr td.comment {
  padding-left: 5px;
  padding-right: 5px;
}
div#contentlist table tr th#director {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#semi_director {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#activity {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th.profile {
  text-align: left;
  padding-left: 10px;
}
div#contentlist2 table tr th.operation {
  text-align: left;
  padding-left: 5px;
}
div#contentlist2 table tr td.comment {
  padding-left: 5px;
  padding-right: 5px;
}
div#contentlist2 table tr th#director {
  text-align: left;
  padding-left: 5px;
}
div#contentlist2 table tr th#semi_director {
  text-align: left;
  padding-left: 5px;
}
div#contentlist2 table tr th#activity {
  text-align: left;
  padding-left: 5px;
}
div#contentlist2 table tr th.profile {
  text-align: left;
  padding-left: 10px;
}
div#contentlist .image_right {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#contentlist .image_right2 {
  float: right;
  margin-top: 43px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#contentlist .image_left {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#contentlist .image_left2 {
  float: left;
  margin-top: 13px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#contentlist div.clear{ clear: both;}

/*---------------------------------------------
content_list_desc
---------------------------------------------*/
div#content_list_desc { font-size: 15px;}
span.content_img {
  width: 151px;
  padding: 0px;
  margin: 0px;
  margin-right: 2px;
}
table.desc_list {
  width: 690px;
  _width: 680px;
  margin-bottom: 10px;
}
table.desc_list tr td.title {
  background-color: #f8f8f8;
  width: 180px;
  padding: 5px 20px;
  border-bottom: 1px dashed #999999;
}
table.desc_list tr td.answer {
  padding-left: 20px;
  border-bottom: 1px dashed #999999;
  padding-top: 3px;
  padding-bottom: 3px;
}
table.desc_list tr td.answer a { color: #333333;}
table.desc_list tr td.answer a:hover { color: #cc0000;}
span.content_img img {
  width: 151px;
  height: 87px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
div.carDesc span.title {
  background-color: #cccccc;
  width: 150px;
  border-bottom: solid 1px #ffffff;
  padding: 1px;
}
td#preowndesc_carname img {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*---------------------------------------------
map
---------------------------------------------*/
div#office {
  margin-left: 25px;
  font-size: 15px;
  line-height: 123%;
  width: 695px;
}
div#office .officename {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
div#office div#content_freetext {
  margin-top: 10px;
  line-height: 123%;
}
div#office .mail a { color: #848484;}
div#office .mail a:hover {
  color: #cc0000;
  text-decoration: none;
}
div#office .transfer {
  margin-top: 10px;
  margin-bottom: 10px;
}
div#office .transfer2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
div#office .first {
  font-weight: bold;
  margin-bottom: 10px;
}
div#office .message {
  font-weight: bold;
  margin-bottom: 10px;
  color: #0072A7;
}
div#office .object{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  }
div#office .account {
  margin-top: 10px;
  margin-bottom: 10px;
}
div#office .account a { color: #000000;}
div#office .account a:hover {
  color: #cc0000;
  text-decoration: none;
}
div#office .procedure {
  font-weight: bold;
  margin-bottom: 10px;
}
div#office .end { margin-bottom: 20px;}
div#office a { color: #000000;}
div#office a:hover {
  color: #cc0000;
  text-decoration: none;
}
div#office div.policy_freetext { margin-top: 10px;}
div#office div.policy_freetext p {
  margin-top: 10px;
  margin-bottom: 10px;
}
div#office div.policy_freetext .image_right {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#office div.policy_freetext .image_right2 {
  float: right;
  margin-top: 43px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#office div.policy_freetext .image_left {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#office div.policy_freetext .image_left2 {
  float: left;
  margin-top: 13px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#office div.policy_freetext div.clear { clear: both;}
div#office div#content_freetext .image_right {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#office div#content_freetext .image_right2 {
  float: right;
  margin-top: 43px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#office div#content_freetext .image_left {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  }

div#office div#content_freetext .image_left2 {
  float: left;
  margin-top: 13px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#office div#content_freetext div.clear { clear: both;}
div#office .image_right {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#office .image_right2 {
  float: right;
  margin-top: 43px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
div#office .image_left {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#officet .image_left2 {
  float: left;
  margin-top: 13px;
  margin-bottom: 3px;
  margin-right: 10px;
}
div#office div.clear { clear: both;}
div#office .defaultList li {
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: square;
}
div#office .deductionList li {
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
div#office .item { font-weight: bold;}
div#office .essay {
  font-weight: bold;
  padding-top: 20px;
}
div#office .date {
  padding-top: 20px;
  text-align: right;
}
div#office .signature { text-align: right;}
#map_top {
  font-size: 15px;
  color:#333333;
  margin-bottom: 20px;
  padding-right: 25px;
  line-height: 123%;
}
div#office div#concept {
  text-align: center;
  padding-bottom: 20px;
}
div#access-map {
  clear: both;
  width: 685px;
  margin-top: 30px;
  padding-bottom: 10px;
}
div#access-map p {
  width: auto;
  font-size: 15px;
  margin-top: 15px;
}
div#access-map small { font-size: 15px;}
div#access-map a { color: #000000;}
div#access-map a:hover {
  color: #cc0000;
  text-decoration: none;
}
div#access-map .contentlist_table {
  vertical-align: super;
  line-height: 123%;
}
#street-view { margin-top: 10px;}

/*---------------------------------------------
contact
---------------------------------------------*/
div#contact_ooo {
  margin-left: 25px;
  font-size: 15px;
  line-height: 123%;
  width: 695px;
}
#frmInquiry { padding: 5px;}
#frmInquiry div#title {
  color: #999999;
  font-size: 1.3em;
  font-weight: bold;
}
#frmInquiry .sectionTitle {
  color: #4f81bd;
  font-weight: bold;
}
#frmInquiry div.box {
  border: solid 1px #4f81bd;
  background-color: #f2f2f2;
  padding: 10px;
  margin-top: 10px;
  width: 660px;
}

/*---------------------------------------------
contact
---------------------------------------------*/
div#contact_ooo .manybox { margin-bottom: 5px;}
div#contact_ooo .manybox2 {
  margin-bottom: 5px;
  margin-top: 5px;
}

/*---------------------------------------------
contact確認
---------------------------------------------*/
#frmInquiry .required {
  color: crimson;
  font-weight: bold;
}
#frmInquiry .question { color: #4f81bd;}
#frmInquiry .answer {
  color: #4f81bd;
  margin-left: 100px;
}
div#contact_ooo .center a img {
  padding: 0px;
  margin: 0;
  position: relative;
  top: -4px;
}
*+html div#contact_ooo .center a img {
  position: relative;
  top: -3px;
}
div#contact_ooo div.button {
  padding-left: 285px;
  margin: 0;
  position: relative;
  top: -4px;
}
*+html div#contact_ooo div.button {
  padding-left: 260px;
  position: relative;
  top: -3px;
}
div#contact_ooo div.back {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
*+html div#contact_ooo div.back {
  text-align: center;
  position: relative;
}

/*---------------------------------------------
assessment
---------------------------------------------*/
div#assessment {
  margin-left: 25px;
  font-size: 15px;
  width: 570px;
}
div#assessment_item p { margin-bottom: 5px;}
div#assessment_item p img {	border: 1px solid #cccccc;}
div#assessment_contact,div#assessment_item { margin-top: 10px;}
div#assessment_contact  h3 {	margin-bottom: 5px;}

/*---------------------------------------------
footer
---------------------------------------------*/
* html div#content_top { height:100%;}
div#content_top {
  width: 989px;
  margin:0px auto;
  position:relative;
  min-height: 100%;
}
body > #content_top { height: auto;}
div#content_main { padding-bottom: 30px;}
div#footer {
  position:absolute;
  bottom: 0px;
  height: 21px;
  width: 989px;
  font-size: 12px;
  _font-size: 13px;
  color: #9b9b9b;
  border-top: 1px solid #cecece;
  padding-top: 5px;
}
div#footer a { color: #9b9b9b;}
div#footer a:hover {
  color: #cc0000;
  text-decoration: none;
}
div#footer div.meta {
  width: 185px;
  float: left;
  margin-left: 65px;
  _margin-left: 35px;
  _width: 190px;
}
div#footer div.copyright {
  width: 600px;
  /*metaあるときfloat: left;*/
  margin-left: 280px;
}
div#office .mail a { color : #000000;}
div#office .mail a:hover {
  color: #cc0000;
  text-decoration: none;
}
.padding-t2b2 {
  padding-top:2px;
  padding-bottom: 2px;
  font-size: 15px;
}
.padding-t5b5 {
  padding-top:5px;
  padding-bottom: 5px;
  font-size: 15px;
}
.color743C24-2 { color: #ffffff;}
.color743C24-3 { color: #000000;}
.top_note_txt5 {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
#note02 {
  height:123x;
  width:275px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 123%;
}
#note02 div p { line-height:140%;}
.clinic-term { font-weight: bold;}
.affiliation { color: #0072A7;}
.price_title {
  font-weight: bold;
  margin-top: 20px;
}
.price_title2 {
  font-weight: bold;
  margin-top: 30px;
}
.era {}
.voice_bottom {
 margin-top: 20px;
}
.phase {
 margin-top: 30px;
}

/* Navigation - Blue Buttons */
.submenuButtons {
  padding: 0px !important;
  top: 0px !important;
  width: 210px !important;
}
div.submenuButtons {
  left: 0px;
  line-height: 100%;
}
body.home div.submenuButtons {
 left: 60px !important;
}
body.home .submenuButtons .navigation-bluebox {
	margin-left:0px;
}
.navigation-bluebox {
  border: 1px #5B85AD solid;
  padding: 1px;
  background-color: White;
  position: relative;
  margin-right:10px;
  margin-top:15px;
  margin-bottom: 0px;
  width: 210px;
}
.blueboxitem {
 display: block;
}
.blueboxitem a {
  border-bottom: 1px #8DAAC6 solid;
  height: 19px;
  line-height: 18px;
  color: White;
  background-color: #5B85AD;
  text-indent: 10px;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.blueboxitem a.last {
 border-bottom: 0px red solid;
}
.blueboxitem a:hover {
  background-color: #F3F6F9;
  color: #5B85AD;
  text-decoration: none;
}
#office_hours {
 line-height: 100%;
}
div.which_procedure {
  margin-top: 30px;
  width: 685px;
  margin-bottom: 30px;
  padding: 10p 15px 10px 15px;
  line-height: 123%;
  background-color: #f5f5f5;
  border-top: 1px solid  #8e0614;
  border-bottom: 1px solid  #8e0614;
}
div.which_procedure h2 {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}
div.which_procedure p {
  padding-bottom: 5px;
  padding-left: 10px;
}

/*-------------------------------------------
 phone-s
-------------------------------------------*/
.phone-s {
  border:#cccccc 1px solid;
  width:85%;
  margin:10px auto;
  padding:5px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
.phone-s p {
  color:#848484;
  font-size:12px;
  text-align:center;
  border-bottom:#E65884 1px solid;
}
.phone-s a {
  background:url(../img/phone.jpg) no-repeat 15% 55%;
  background-size:27px 21px;
  color:#848484;
  font-weight:bold;
  font-size:23px;
  display:block;
  text-align:right;
  padding:3px 50px 0px 0px;
}

/*-------------------------------------------
 nav
-------------------------------------------*/
nav#gnav {
  clear:both;
  border-top:#cccccc 3px solid;
  border-bottom:#cccccc 3px solid;
  background-color: #1e201f;
}
nav#gnav a {
  color: #ffffff;
  font-size:17px;
  font-weight:bold;
  display:block;
  padding:6px 0px 4px 10px;
}
nav#gnav a span {
  color:#f5f5f5;
  float:right;
  font-weight:normal;
  margin:0px 30px 5px 0px;
}
nav#gnav ul li {
  background:url(../img/arrow.jpg) no-repeat 98% 50%;
  background-size:15px 24px;
  border-bottom:#333333 1px solid;
  height:30px;
  width:97%;
  margin:0 auto;
}
nav#gnav ul li.last { border:none;}

/*-------------------------------------------
 fee
-------------------------------------------*/
div#contentlist table tr th#a_model2 {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_name2 {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_model3 {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_name3 {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_model4 {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_name4 {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_model5 {
  text-align: left;
  padding-left: 5px;
}
div#contentlist table tr th#a_name5 {
  text-align: left;
  padding-left: 5px;
}
div#content_top div#content_main table tr td a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
