@charset "utf-8";

/* CSS Document */

/*--------------------------------------------------------------------
common
css????
--------------------------------------------------------------------*/

* {
	font-family: Verdana, arial, helvetica, "?????? Pro W3","Hiragino Kaku Gothic Pro","????",Meiryo,"?? ?????",sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

ul {
	list-style-type: none;
}

/*------------------------------------------------------------------------------------*/

body {
	position: relative;
}

/* for IE bug */
br, {
	letter-spacing: normal;
 }
/* for IE bug */

img {
  border: none;
	margin: 0;
	vertical-align: middle;
}

/* ------------------------------------------------------------------ */

/* ---------------------------------------------------------------------------------------- */
/* --- Page layout ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */

/* --- float ----------------------------------------------- */
.float-l {
	float: left;
}
.float-r {
	float: right;
}
  
/* --- float cancel ----------------------------------------------- */
.flo_end {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0;
	overflow: hidden;
  }

/* --- vertical-align ----------------------------------------------- */

.middle {
	vertical-align: middle;
}
	
.baseline {
	vertical-align: baseline;
}
	
/* Base -----------------------------------------------------------*/

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

#base_inner {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background-image: url(/img/header_p.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 102px;
	margin: 0 auto;
	padding: 0;
}

#hmenu {
	display: none;
}

#main {
	text-align: left;
	font-size: 14px;
	margin: 10px auto 0;
	padding: 0;
}

#footer {
/*
	text-align: center;
	font-size: 12px;
	width: 760px;
	margin: 0 auto;
	padding: 0 0 0;
*/
	display: none;
}

#contents {
	width: 760px;
	margin: 0 0 0 0;
	padding: 0;
}
#side {
	display: none;
}

#t_table {
	width: 200px;
	margin: 40px 0 10px 0;
	padding: 0;
}
/* --- Top page ----------------------------------------------- */

#price_list {
	border-collapse: collapse;
	margin: 10px 0 10px 10px;
	width: 98%;
}

#price_list th,
#price_list td {
	border: 1px solid #999999;
	text-align: center;
	font-size: 16px;
	width: 25%;
	padding: 3px;
}
#price_list th {
	background-color: #FCFFCE;
	font-weight: bold;
}

#price_list td {
}

#treat_menu {
	margin: 5px 0 0 10px;
	width: 750px;
}
p.treat {
	font-size: 14px;
	line-height: 18px;
}
.note {
	text-align: right;
	margin: 5px 20px 0 0
}
#column_box {
	display: none;
}

#adress {
	background-image: url(/img/timetable.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 400px;
	height: 390px;
	margin: 5px 0 0 10px;
}
#adress img.gaikan {
	width: 175px;
}
#adress img.qr {
	width: 106px;
}
#access_map {
	float: right;
	width: 330px;
}
#access_map img {
	width: 330px;
}

#adress p,
#access_map p {
	margin: 5px 0 0 0;
	line-height: 20px;
}
#access_map p {
	font-size: 14px;
}

#close {
	margin: 5px 0 0 10px;
}

#greeting {
	margin: 5px 0 0 10px;
}
#face {
	float: left;
	width: 210px;
}
#greeting_txt {
	float: left;
	width: 450px;
	line-height: 20px;
}
.usp {
	font-size: 16px;
	color: #FF3300;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px dashed #999999;
}
.title {
	font-weight: bold;
}

/* --- Lower page ----------------------------------------------- */

.contents {
	margin: 10px 0 0 30px;
	width: 760px;
}
.contents td {
	line-height: 22px;
}

/*---introduction---*/
#introduction {
	width: 770px;
	margin: 5px auto 15px auto;
	padding: 0 0 0 3px;
	line-height: 22px;
}
#introduction table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 350px;
}
#introduction table th {
	background-color: #fcffce;
	border-bottom: 1px solid #CCCCCC;
	width: 30%;
}
#introduction table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 0 10px;
}
#introduction p.subtit {
	background-color: #00F10E;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	height: 24px;
	margin: 0 auto 5px auto;
	padding: 5px 0 0 5px;
}
#introduction p {
	margin: 5px auto 3px auto;
	padding: 0 0 0 3px;
}
#introduction p.intro_pict {
	float: left;
	display: inline;
	width: 242px;
	margin: 0 auto 5px auto;
	padding: 0 3px 0 3px;
}
#introduction p.intro_text {
	float: left;
	display: inline;
	margin: 0 auto 15px auto;
	padding: 0 0 0 3px;
}
#introduction div.border_box {
	border: 1px solid #CCCCCC;
	margin: 5px auto 15px auto;
}
/*---/introduction/---*/
/*---health---*/
#introduction p.health_text {
	margin: 0 auto 5px auto;
	padding: 0 0 0 3px;
}
#introduction p.health_pict {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 auto 5px auto;
	padding: 0 3px 0 3px;
}
#introduction p.health_text_s {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 auto 15px auto;
	padding: 0 0 0 3px;
}

/*---/health/---*/
/*---self_care---*/
#introduction table.self_care {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	width: 99%;
}
#introduction table.self_care th {
	background-color: #fcffce;
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 15%;
}
#introduction table.self_care td {
	border: 1px solid #CCCCCC;
	padding: 2px 0 2px 10px;
}
ul.shippei_button {
	margin: 10px 0 0 10px;
}
ul.shippei_button li {
	font-size: 12px;
	float: left;
	margin: 10px 0 0 8px;
}
.pdf_dw {
	background: url(/img/pdf_small.gif) no-repeat;
	margin: ;
	padding: 0 0 0 22px;
}
/*---/self_care/---*/

/*---enqueto---*/
.enq_contents {
	border: 1px solid #CCCCCC;
	margin: 10px 0 0 30px;
	width: 760px;
	line-height: 22px;
}

p.enqueto-l {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
p.enqueto-r {
	float: left;
	width: 580px;
	margin: 0 0 0 20px;
	padding: 0;
}
p.video-l {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
p.video-r {
	float: left;
	width: 530px;
	margin: 0 0 0 20px;
	padding: 0;
}
/*---/enqueto/---*/
/*---story---*/
#introduction p.self_pict {
	text-align: center;
	width: 510px;
	margin: 0 auto 5px auto;
	padding: 0 3px 0 3px;
}
#introduction p.self_text {
	margin: 0 auto 10px auto;
	padding: 0 10px 0 10px;
	line-height: 22px;
}
#introduction p.self_text_right {
	text-align: right;
	margin: 0 auto 10px auto;
	padding: 0 10px 0 10px;
}
/*---/story/---*/
/*---first---*/
#introduction table.first {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 99%;
	margin: 5px auto 0 auto;
	margin-right: auto;
}
	
#introduction table th.firstth {
	text-align: left;
	background-color: #fcffce;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 3px 10px;
	width: 30%;
}
	
#introduction table td.firsttd {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 3px 10px;
}
	
p.space_line {
	line-height: 5px;
	font-size: 0;
}
/*---/first/---*/
/*---disease---*/
#introduction p.subtit2 {
	border-left: 5px solid #009900;
	border-bottom: 1px solid #009900;
	font-size: 16px;
	font-weight: bold;
	height: 22px;
	margin: 56px auto 5px auto;
	padding: 0 0 0 8px;
}
#introduction p.subtit3 {
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: 10px auto 5px auto;
	padding: 0 0 0 5px;
}
ol.disease_list {
	margin: 5px 0 5px 20px;
	padding: 0 0 0 8px;
}
	
#introduction p.sub2ndtit {
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: 10px auto 5px auto;
	padding: 0 0 0 35px;
}
#introduction p.self2nd_text {
	margin: 0 auto 10px auto;
	padding: 0 10px 0 40px;
}
#introduction p.merit {
	font-size: 18px;
	font-weight:bold;
}

/*---/disease/---*/
/*---merit---*/
#introduction p.merit_text {
	margin: 10px auto 10px auto;
	padding: 0 10px 0 10px;
	line-height: 22px;
}
ul.merit {
	list-style: circle;
	margin: 10px 0 0 24px;
}
ul.merit li {
	margin: 10px 0;
}

/*---/merit/---*/
/*--- video ---*/
#video {
	text-align: center;
	width: 770px;
	margin: 15px auto 15px auto;
	padding: 0 0 0 3px;
}
/*---/video/---*/

/* --- Decoration ----------------------------------------------- */
.line-bottom {
	border-bottom: 1px solid #999999;
}

.line-solid {
	border: 1px solid #999999;
}
.line-dot {
	border: 1px dotted #999999;
}
.line-dot2p {
	border: 2px dotted #999999;
}

/* --- Text ----------------------------------------------- */
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}

.txt-dotted {
	border-bottom: dotted 1px #999999;
}
.bold {
	font-weight: bold;
}

.big_bold {
	font-size: 24px;
	font-weight: bold;
}
.red {
	color: #FF0000;
}

/*  h1  h6  */
h1,h2,h3,h4,h5,h6 {
	text-align: left;
	padding: 0;
	margin: 0;
}
  
h1 {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

h2 {
	background: url(/img/bg_h3.png) no-repeat left top;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0 0 20px;
	padding: 9px 0 5px 40px;
	width: 98%;
	height: 15px;
}
	
h2.article_title {
	width: 783px;
}

h2.pages {
	width: 745px;
}

h3 {
	color: #FFFFFF;
	background-color: #669933;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 5px;
}

h3.midashi {
	color: #333333;
	background-color: #FFFFFF;
	line-height: 22px;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 9px;
	border-bottom: 1px solid #009900;
	border-left: 5px solid #009900;
	width: 98%;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}
h4.article_title {
	color: #FF9B40;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 5px;
}

h5 {
}

h6 {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6E6;
	margin: 12px 0 5px 0;
	padding: 0 0 0 5px;
}

/* --- Link ----------------------------------------------- */
a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	color: #CCCC00;
	text-decoration: underline;
}

a:active {
	color: #CCCC00;
	text-decoration: underline;
}

