@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333333;
	background-repeat: repeat-x;
	-webkit-text-size-adjust: none;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #583822;
  font-size: 14px;
}

a:visited {
  color: #583822;
  font-size: 14px;
}

a:hover {
  color: #765c47;
  font-size: 14px;
}

p {
	line-height: 180%;
	letter-spacing: 1px;
	margin-top: 18px;
	margin-bottom: 18px;
}


/*---------- メイン ----------*/

#main {
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}



/*---------- ヘッダー ----------*/

#header {
	width: 100%;
	height: 185px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#head_txt {
	background-color: #cc9966;
	width: auto;
}

#heeaerBox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#accessBox {
	vertical-align:top;
}


#header h1 {
	margin: 0 auto 0 auto;
	width: 960px;
	padding: 2px 0 0 5px;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #fffffc;
}

#header h2 {
	margin: 0;
	text-align: left;
	font-size: 22px;
	color: #444444;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#table-left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#header p {
	margin: 0;
	text-align: left;
	font-size: 13px;
	color: #444444;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#header #table-left {
	text-align: left;
	font-size: 13px;
	color: #444444;
	line-height: 150%;
	text-decoration: none;
	float: left;
	z-index: 1;
}

#header #table-left a {
  font-size: 22px;
  color: #666666;
  text-decoration: none;
}

#header #table-left a:hover {
  font-size: 22px;
  color: #888888;
  text-decoration: none;
}

#header #table-right {
	float: right;
	width: 493px;
}
#table-right .map {
	width: 80px;
	float: right;
	margin-left: 4px;
	margin-right: 3px;
}


#header #table-right p.h_txt {
	text-align: right;
	font-size: 12px;
	color: #777777;
	line-height: 160%;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}

/*エキテンバナー*/
.ekiten{
	margin-right: auto;
	height: 100px;
	margin-top: -85px;
	z-index: 10;
	padding-top: 3px;
	width: 74px;
	visibility: visible;
	float: left;
}

#header #table-right p.h_tel {
	text-align: right;
	font-size: 17px;
	color: #c9171e;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;
}

#header #table-right p.h_nav {
	text-align: right;
	padding-top: 2;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 3px;
	;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 110%;
	font-size: 70%;
}

#header #table-right p.h_nav a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#header #table-right p.h_nav a:hover {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#header #table-right p.h_nav img {
  vertical-align: middle;
}


#header-menu {
	width: 0 auto;
	margin: 5px 0 0 0;
	padding: 0;
	height: 52px;
	text-align: left;
	border-top: solid 1px #669900;
	border-bottom: solid 3px #bbbbbb;
	background-image: url(img/head_menu_back_base.jpg);
	background-repeat: repeat-x;
}

#header-menu ul {
	width: 785px;
	text-align: left;
	padding: 0;
	background-image: url(img/head_menu_back_base.jpg);
	background-repeat: repeat-x;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header-menu li {
	display: inline;
	list-style-type: none;
	float: left;
	color: #ffffff;
	height: 52px;
}

#header-menu li a {
	font-size: 14px;
	color: #fffffc;
	text-align: center;
	display: block;
	line-height: 145%;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #669900;
	text-decoration: none;
	background-image: url(img/head_menu_back_abase.jpg);
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 3px;
	padding-left: 40px;
	height: 34px;
}

#header-menu li a:hover {
	color: #fffffc;
	background-image: url(img/head_menu_back_hover.gif);
	background-repeat: repeat;
}

#header-menu #home a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #669900;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 3px;
	padding-left: 40px;
	height: 34px;
}

#header-menu span.sub {
	color: #CCCCCC;
}

#header-img {
	width: 100%;
	text-align: center;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	clear: both;
}

#header-img-slim {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
}


/*---------- コンテンツ ----------*/

#container {
	width: 945px;
	overflow: hidden;
	background: #ffffff url(img/side_yback.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 5px;
}


/*---------- メインコンテンツ ----------*/

#contents {
	float: right;
	font-size: 14px;
	width: 680px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 170%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 14px;
}

#contents h2 {
	height: 40px;
	font-size: 18px;
	color: #583822;
	background-image: url(img/titlebar.jpg);
	background-repeat: no-repeat;
	line-height: 130%;
	clear: both;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}

#contents h2.page_title {
	height: 42px;
	font-size: 18px;
	color: #4c1800;
	background-image: url(img/page_title.gif);
	background-repeat: no-repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 47px;
	line-height: 100%;
	clear: both;
	float: none;
}

#contents h3 {
	line-height: 130%;
	font-size: 17px;
	color: #583822;
	background-color: #FFFFCC;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 3px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px dotted #FF9900;
}

#contents h3.flow {
  margin: 12px 3px 10px 3px;
  padding: 16px 10px 9px 18px;
  line-height: 170%;
  font-size: 17px;
  text-align: center;
  color: #583822;
  border: solid 1px #f6bfbc;
  background-color: #fef4f4;
}

#contents h3.flow_info {
  margin: 12px 3px 10px 3px;
  padding: 12px 10px 9px 13px;
  line-height: 170%;
  font-size: 20px;
  color: #583822;
  border: solid 1px #f6bfbc;
  background-color: #fef4f4;
}

#contents h3.flow_info img {
  vertical-align: middle;
}

#contents p {
	line-height: 170%;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	letter-spacing: -0.005em;
}

#contents a {
  color: #583822;
  font-size: 14px;
}

#contents a:hover {
  color: #765c47;
  font-size: 14px;
}

#contents .gray_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

#contents .gray_bg_contact {
	line-height: 180%;
	letter-spacing: 1px;
	font-size: 14px;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	background-image: url(img/contact_btn_bg.gif);
	background-repeat: repeat-x;
	margin-top: 18px;
	margin-right: 2px;
	margin-bottom: 18px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 18px;
}

#contents .brown_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f8f4e6;
}

#contents .pink_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #fdeee6;
}

#contents .orange_bg {
  margin: 14px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 1px #dec58e;
  border-right: solid 1px #dec58e;
  border-bottom: solid 1px #dec58e;
  border-left: solid 1px #dec58e;
  background-color: #fff8e3;
}

#contents .green_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f0f6da;
}

#contents .blue_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #ebf6f7;
}

#contents .info_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #fff8e3;
}

#contents .voice_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f8f4e6;
}

#contents .memo_bg {
	margin: 8px 0 18px 0;
	padding: 2px 18px 2px 18px;
	line-height: 180%;
	letter-spacing: 1px;
	font-size: 14px;
	background-color: #faf2ee;
}

#contents .check_bg {
	margin: 8px 0 18px 0;
	padding: 2px 18px 2px 18px;
	line-height: 180%;
	letter-spacing: 1px;
	color: #fffffc;
	font-size: 14px;
	border: solid 3px #dddddd;
	background-color: #35524e;
}

#contents .check_bg p {
  margin: 18px 0 18px 0;
  padding: 0 2px 0 2px;
  line-height: 180%;
  font-size: 14px;
  color: #fffffc;
}

#contents .waku_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 5px #f0ddb2;
  border-right: solid 5px #f0ddb2;
  border-bottom: solid 5px #f0ddb2;
  border-left: solid 5px #f0ddb2;
}

#contents .waku_gray_bg {
  margin: 14px 2px 14px 2px;
  padding: 6px 14px 2px 14px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 14px;
  border-top: solid 2px #dddddd;
  border-right: solid 2px #dddddd;
  border-bottom: solid 2px #dddddd;
  border-left: solid 2px #dddddd;
  background-color: #fcfbf9;
}

#contents span.big {
  font-size: 16px;
}

#contents span.b_big {
  font-weight: bold;
  font-size: 16px;
}

#contents span.check {
  font-weight: bold;
  font-size: 16px;
  line-height: 190%;
  color: #555555;
}

#contents span.red {
  color: #e60033;
}

#contents span.red_b {
  color: #e60033;
  font-weight: bold;
}

#contents span.red_big {
  color: #e60033;
  font-weight: bold;
  font-size: 16px;
}

#contents span.red_big_x {
  color: #e60033;
  font-weight: bold;
  font-size: 18px;
}

#contents span.blue {
  color: #007bbb;
}

#contents span.blue_b {
  color: #007bbb;
  font-weight: bold;
}

#contents span.blue_big {
  color: #007bbb;
  font-weight: bold;
  font-size: 16px;
}

#contents span.brown {
  color: #993300;
}

#contents span.brown_b {
  color: #993300;
  font-weight: bold;
}

#contents span.brown_big {
  color: #993300;
  font-weight: bold;
  font-size: 16px;
}

#contents span.brown_big_x {
  color: #993300;
  font-weight: bold;
  font-size: 18px;
}

#contents span.gold {
  color: #6a5621;
  line-height: 190%;
}

#contents span.gold_b {
  color: #6a5621;
  font-weight: bold;
  line-height: 190%;
}

#contents span.gold_big {
  color: #6a5621;
  font-weight: bold;
  font-size: 16px;
  line-height: 190%;
}

#contents span.green {
  color: #69821b;
}

#contents span.green_b {
  color: #69821b;
  font-weight: bold;
}

#contents span.green_big {
  color: #69821b;
  font-weight: bold;
  font-size: 16px;
}

#contents span.orange {
  color: #e85922;
  line-height: 190%;
}

#contents span.orange_b {
  color: #e85922;
  font-weight: bold;
  line-height: 190%;
}

#contents span.orange_big {
  color: #e85922;
  font-weight: bold;
  font-size: 16px;
  line-height: 190%;
}

#contents span.orange_big_x {
  color: #e85922;
  font-weight: bold;
  font-size: 18px;
  line-height: 190%;
}

#contents span.pink {
  color: #c53d43;
}

#contents span.pink_b {
  color: #c53d43;
  font-weight: bold;
}

#contents span.pink_big {
  color: #c53d43;
  font-weight: bold;
  font-size: 16px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	clear: both;
	float: none;
}



table#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}
.table_line   td   {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 12px 14px 8px 14px;
}


/*---------- メニュー ----------*/

#menu {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 250px;
	text-align: left;
	letter-spacing: 1px;
}

.menulist_home {
	margin: 0 0 10px 0;
	padding: 5px 2px 0px 5px;
	width: 235px;
	text-align: left;
}

.menulist_home ul {
  margin: 0;
  padding: 0;
}

.menulist_home li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menulist_home li a{
	color: #583822;
	display: block;
	font-size: 14px;
	line-height: 190%;
	text-decoration: none;
	background-image: url(img/side_menu_home.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}

.menulist_home li a:hover{
  color: #765c47;
  background-image: url(img/side_menu_home_hover.jpg);
  background-repeat: no-repeat;
}


.menulist {
	margin: 0 0 28px 0;
	padding: 5px 2px 0px 5px;
	width: 235px;
	text-align: left;
}

.menulist h3 {
  height: 27px;
  margin: 0;
  padding: 13px 0 4px 14px;
  font-size: 14px;
  color: #fffffc;
  background-image: url(img/sidebar.jpg);
  background-repeat: no-repeat;
}

.menulist ul {
  margin: 0;
  padding: 0;
}

.menulist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menulist li a{
	color: #583822;
	display: block;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	font-size: 14px;
	line-height: 190%;
	text-decoration: none;
	background-image: url(img/side_menu_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.menulist li a:hover{
  color: #765c47;
  background-image: url(img/side_menu_bg_hover.jpg);
  background-repeat: no-repeat;
}

.menu_free {
	margin: 0 0 12px 5px;
	padding: 0;
	width: 235px;
	text-align: left;
	background-image: url(img/menu_back.gif);
}

.menu_free h3 {
	height: 27px;
	margin: 0;
	padding: 13px 0 4px 14px;
	font-size: 14px;
	color: #fffffc;
	background-image: url(img/sidebar.jpg);
	background-repeat: no-repeat;
}

.menu_free a{
	color: #583822;
	width: 198px;
	/* [disabled]padding-top: 6px; */
	/* [disabled]padding-right: 0; */
	/* [disabled]padding-left: 0; */
	/* [disabled]padding-bottom: 5px; */
	font-size: 13px;
}

.menu_free a:hover{
  color: #765c47;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}

.menu_free span.red {
  color: #e60033;
}

.menu_free span.red_b {
  color: #e60033;
  font-weight: bold;
}

.menu_free span.blue {
  color: #007bbb;
}

.menu_free span.blue_b {
  color: #007bbb;
  font-weight: bold;
}

.menu_free span.brown {
  color: #993300;
}

.menu_free span.brown_b {
  color: #993300;
  font-weight: bold;
}

.menu_btn {
	margin: 0 0 10px 0;
	padding: 0 2px 0px 5px;
	width: 235px;
	text-align: left;
}

.menu_btn a{
	margin: 0 0 8px 0;
	color: #669933;
	display: block;
	border: 1px solid #669900;
	padding: 8px 4px 4px 30px;
	font-size: 13px;
	line-height: 200%;
	text-decoration: none;
	background-image: url(img/side_menu_btn_bg.jpg);
	background-repeat: no-repeat;
}

.menu_btn a:hover{
  color: #583822;
  background-image: url(img/side_menu_btn_bg_hover.jpg);
  background-repeat: no-repeat;
}


.menu_btn_under {
	width: 235px;
	text-align: left;
	height: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.menu_btn_under a{
  /*margin: 0 0 8px 0;*/
  color: #583822;
  display: block;
  /*border: solid 1px #dddddd;*/
	height: 61px;
  padding: 15px 4px 4px 15px;
  font-size: 15px;
  line-height: 180%;
  text-decoration: none;
  background-image: url(img/side_menu_btn_under_bg.jpg);
  background-repeat: no-repeat;
}

.menu_btn_under a:hover{
  color: #765c47;
}
.menu_free img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 7px;
}




/*---------- トップコンテンツ ----------*/



#contents .topMerit ul
  {
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: none;
}
#contents  .topMerit li {
	text-align: left;
	list-style-type: none;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -35px;
	padding-left: 28px;
	background-image: url(img/icon_ball.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	letter-spacing: -0.05em;

}
#contents .topCaution {
	text-indent: 25px;
	padding: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*---------- 症状リスト設定 ----------*/

#container #contents .nayamiList   {
	margin-left: 30px;
	font-size: large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}
#container #contents .nayamiList2   {
	font-size: large;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	list-style-type: none;
	background-repeat: no-repeat;
}
#container #contents .nayamiList2 li  {
	background-image: url(img/icon_check.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 7px;
	font-weight: bold;
	}

/*---------- フォントスタイル設定 ----------*/

/****カラー****/


.fontColor_pink1 {
	color: #FF0033;
}

.fontColor_red1 {
	font-size: 20px;
	color: #CC0000;
}

/****サイズ****/


.fontSize_16   {
	font-size: 16px;
	letter-spacing: -0.02em;
}

.fontSize_18 {
	font-size: 18px;
	letter-spacing: -0.02em;
}


.fontSize_12 {
	font-size: 12px;
	letter-spacing: -0.02em;
}


/****位置****/

.fontRight {
	font-size: 16px;
	letter-spacing: -0.02em;
	text-align: right !important;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}

/****イメージ位置****/

.imgLeft {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}


/*---------- トップ内容配置 ----------*/

/*---------- 特徴 ----------*/

#contents .tokucho {
	background-repeat: no-repeat;
	/* [disabled]height: 480px; */
	width: 662px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	clear: both;
	float: none;
	margin-bottom: 12px;
	border-radius: 6px;
	border: 2px dotted #ff9900;
	background-color: #FFFFCC;
}
.tokucho .tokuchoList {
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 106px;
	clear: both;
	float: none;
}
.tokuchoList .no_i {
	margin-right: 15px;
	margin-left: 14px;
	margin-top: 8px;
	margin-bottom: 20px;
}
.tokuchoList .tit_i {
	margin-top: 8px;
	margin-left: 4px;
}
#contents  .tokucho .tokuchoList .tokuchoTxt {
	font-size: 16px;
	line-height: 125%;
	font-weight: bold;
	margin-left: 90px;
	margin-top: 10px;
}

/*---------- 特別治療 ----------*/

#contents .special {
	width: 672px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/top_tokubetu2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 14px;
	clear: both;
}
.special .specialList {
	height: 105px;
	width: 637px;
	margin: 0px;
	clear: both;
	float: none;
	padding-left: 35px;
	background-image: url(img/top_tokubetu2.jpg);
}
#contents .special .specialList .specialTxt {
	width: 180px;
	display: inline-block;
	font-size: 16px;
	line-height: 130%;
	float: left;
	padding-right: 30px;
	padding-top: 3px;
}



/*---------- 安心リスト設定 ----------*/

#contents .topAnsin ul {
	margin-top: -5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*-----リスト1〜7-----*/

.topAnsin .listNo1 {
	background-image: url(img/top_number1.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.topAnsin .listNo2 {
	background-image: url(img/top_number2.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.topAnsin .listNo3 {
	background-image: url(img/top_number3.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.topAnsin .listNo4 {
	background-image: url(img/top_number4.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.topAnsin .listNo5 {
	background-image: url(img/top_number5.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.topAnsin .listNo6 {
	background-image: url(img/top_number6.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.topAnsin .listNo7 {
	background-image: url(img/top_number7.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.topAnsin .listNo8 {
	background-image: url(img/top_number8.jpg);
	background-repeat: no-repeat;
	padding-left: 43px;
	background-position: 6px top;
	list-style-type: none;
	font-size: 18px;
	height: 30px;
	display: block;
	margin-bottom: 8px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-left: -30px;
}
.tieup {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	margin-bottom: 15px;
	margin-top: 25px;
}
.tieupImg {
	height: 133px;
	width: 133px;
	padding-right: 12px;
	padding-bottom: 25px;
	float: left;
}
.tieupTxt {
	width: 450px;
	float: right;
}
.tieupTxt   p  {
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.menu_free iframe {
	margin-top: 8px;
	margin-bottom: 5px;
}

/*2016-10-13,14追加*/
.pointBox {
	width: 32%;
	border: #000000 solid 1px;
	border-radius: 8px;
	text-align: center;
	padding-top: 6px;
	float: left;
	margin-right: 7px;
	height: 415px;
	margin-bottom: 20px;
	background-color: rgba(255,255,204,0.80);
}
.point {
	display: block;
	clear: both;
	margin-bottom: 14px;
}


.pointBox img{
	text-align:center;
}
.po_kakomi {
	padding-top: 6px;
}
.po_kakomi p {
	text-align: left;
	line-height: 120% !important;
}
.po_kakomi p strong {
	color: #ff3300;
}

div.suisen {
	clear: both;
	padding: 15px;
	overflow: auto;
}
div.bengoshi {
	float: left;
	width: 45%;
}
div.aisatsu {
	float: right;
	width: 51%;
	padding: 5px;
	border: 1px #99E5FF solid;
	margin-top: 5px;
}

.buiBox {
	margin-top: 12px;
	margin-bottom: 12px;

}
.bui th {
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 6px;
	border: 1px solid #A1A1A1;
	border-collapse: collapse;
	padding-bottom: 6px;
	background-color: rgba(195,248,173,0.70);
}
.bui td {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #A1A1A1;
	border-collapse: collapse;
}



.jintai {
	float: left;

}

table.bui {
	width: auto;
	line-height: 117%;
	font-size: 85%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace !important;
}


/*---------- 当院アクセス ----------*/


#table1 {
	border: 1px solid #999999;
	border-collapse:collapse;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
#table1 th {
	border: 1px solid #999999;
	border-collapse:collapse;
}
#table1 td {
	border: 1px solid #999999;
	border-collapse:collapse;
}
.bg_yellow1  {
	background-color: #FFFFCC;
}


table {width: 100%;text-align: center;border: 0;border-collapse: collapse;border-spacing: 0;font-size: 14px;}
table td, table th {padding: 10px;margin: 0;}
table thead {background-color: #bbb;color: #fff;font-weight: 800;}
table tbody tr td{border-bottom: 1px solid #eee;}
 /*table tbody tr:hover td{background-color: #eee;}*/


.sisetu {
	margin-left: 15px;
	line-height: 130% !important;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px;
}


/*--------------リスト表示-------------*/

/*---------- よくある質問 ----------*/

.qaList {
	margin-left: 10px;
}
.qaList dt {
	background-image: url(img/qa1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #009966;
	font-size: large;
	display: block;
	padding-top: 8px;
	padding-bottom: 12px;
}
.qaList dd {
	background-image: url(img/qa2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	line-height: 145%;
	padding-top: 8px;
	padding-bottom: 12px;
}

/*---------- プライバシー ----------*/

.ppList {
	margin-left: 10px;
}
.ppList  dt {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}
.ppList  dd {
	line-height: 150%;
	padding-top: 3px;
	padding-bottom: 6px;
	margin-left: 20px;
	margin-bottom: 15px;
	font-size: 15px;
}

/*---------- サイトマップ ----------*/

.sitemapList {
	margin-left: 10px;
	font-size: 15px;
}

.sitemapList  dt {
	display: block;
	padding-top: 8px;
	font-size: 15px;
	background-image: url(img/icon_site1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990134;
	padding-bottom: 6px;
	margin-right: 20px;
}

.sitemapList  dd {
	line-height: 150%;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 15px;
	background-image: url(img/icon_site2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}

#contents .sitemapList a {
	font-size: 15px;
}

/*---------- 患者様の声 ----------*/

.voiceList {
	margin-left: 10px;
}
.voiceList dt {
	background-image: url(img/koe_case.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	color: #3366CC;
	font-size: large;
	display: block;
	padding-top: 8px;
	padding-bottom: 12px;
	font-weight: bold;
}
.voiceList img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	border: 1px solid #FF822E;
}

.voiceList dd {
	background-image: url(img/koe_voice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	line-height: 145%;
	padding-top: 8px;
	padding-bottom: 12px;
	margin-left: 30px;
}
#contents .info {
	margin-bottom: 30px;
}



/*---------- フッター ----------*/

#toTop {
	width: 945px;
	overflow: hidden;
	background: #ffffff url(img/side_yback.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 25px;
}

#toTop p.back {
	margin: 0;
	text-align: right;
	padding: 0;
}


#footer {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
	border-top: solid 2px;
	border-top-color: #FF6600;
	background-color: #CC9966;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

#footer a:hover {
  color: #555555;
  text-decoration: none;
}


#footer .foot_infoArea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 35px;
	margin-top: 5px;
}
#footer .foot_infoArea .foot_infoLeft {
	float: left;
	width: auto;
	text-align: left;
	margin-left: 60px;
}
.foot_infoLeft p {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 10px;
}
.foot_infoLeft img {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#footer .foot_infoArea .foot_infoRight {
	width: auto;
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}

#footer .copyRight {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
