@charset "utf-8";

/* Universal selector
---------------------------------------*/
*{
	color: #444;
	font-size: 100%;
	background-color: transparent;
	margin:	0;
	padding: 0;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font: small/140% "ＭＳ Ｐゴシック", Arial, Helvetica;
	line-height: 1.5;
	background: #b3eaff url(../../images/common/bg.jpg) no-repeat center top;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 10px 0 20px 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	line-height: 1.1;

	}
h1 {
	font-size: 220%;
	font-family: "ヒラギノ角ゴ pro W3", "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	color: #f60;
	text-indent: -0.1em;
	}
h2 {
	font-size: 200%;
	font-family: "ヒラギノ角ゴ pro W3", "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	color: #088bdd;
	text-indent: -0.1em;
	}
h3 {
	font-size: 160%;
	font-family: "ヒラギノ角ゴ pro W3", "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	color: #088bdd;
	text-indent: -0.1em;
	}
h4 {
	font-size: 160%;
	font-family: "ヒラギノ角ゴ pro W3", "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	color: #0c0;
	text-indent: -0.1em;
	}
h5 {
	font-size: 100%;
	}
h6 {
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	font-size: 120%;
	color: #693;
	background: url(../../images/common/icon_write.gif) no-repeat 0 50%;
	}
blockquote {
	display: block;
	background-color: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 1px;
	}
em {
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	}
strong {
	color: #f06;
	}
hr {
	clear: both;
	visibility: hidden;
	}


/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #f06;
	}
a:hover {
	color: #088bdd;
	text-decoration: underline;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol,
dl {

	margin: 1em 16px 25px 16px;
	padding: 1px 8px;
	}
li,
dt,
dd {
	font-size: 90%;
	}
dt {
	color: #004171;
	}
/*
dd {

	}
*/
li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
	}
li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.4em 8px;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 10px 0 25px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.4;
	background: #fff;
	font-size: 90%;
	}
table a {
	padding-left: 17px;
	font-size: 110%;
	background: url(../../images/common/icon_bullets.gif) no-repeat 0 50%;
	}
caption {
	margin: 0;
	padding: 0;
	text-align: left;
	}
td, th {
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0.4em;
	}
td strong, th strong {
	color: #f30;
	font-weight: normal;
	}
thead th {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #00aeef;
	}
tfoot th, tfoot td {
	font-weight: normal;
	text-align: right;
	background: #d5f4ff;
	}
tbody th {
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #ccc;
	}
tbody td {
	text-align: right;
	background: #ffd;
	}
td em {
	font-weight: none;
	font-style: normal;
	font-size: 100%;
	color: #f36;
	}

table.hikaku {
	border: 2px solid #aaa;
	}
table.hikaku th {
	padding: 7px 5px;
	text-align: center;
	}

/* Forms Module
---------------------------------------*/
fieldset {
    margin: 0;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	}
legend {
    margin: 0;
    padding: 0 .5em;
    color: #088bdd;
    background: transparent;
    font-size: 180%;
    font-weight: bold;
	}
label {
    float: left;
    width: 150px;
    padding: 0 1em;
    text-align: right;
	font-size:90%;
	}
fieldset div {
    margin-bottom: 10px;
    padding: 0;
    display: block;
	}
fieldset div input,
fieldset div textarea {
    width: 270px;
    border-top: 1px solid #09c;
    border-left: 1px solid #09c;
    border-bottom: 1px solid #b2dfe8;
    border-right: 1px solid #b2dfe8;
    padding: 1px;
	}
fieldset div select {
    padding: 1px;
	}
#fm-submit {
    clear: both;
    padding-top: 1em;
    text-align: center;
	}
#fm-submit input {
    border: 1px solid #666;
    padding: 2px 1em;
    background: #088bdd;
    color: #fff;
    font-size: 100%;
	}
input:focus,
textarea:focus {
    background: #ffc;
    color: #000;
	}

/* layout
---------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 790px;
	background: #00aeef url(../../images/common/wrapper_bg.gif) repeat-x;
	}
#header div {
	float: left;
	}
#header p {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 90%;
	}
#header p em {
	font-size: 120%;
	font-weight: bold;
	color: #00aeef;
	}
#header p strong {
	padding-left: 17px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
	color: #444;
	letter-spacing: 0.1px;
	background: url(../../images/common/icon_tel.gif) no-repeat 0 60%;
	}
#header p a {
	color: #444;
	}
#header ul {
	margin: 0;
	padding-left: 20px;
	clear: both;
	height: 28px;
	list-style: none;
	background: #088bdd repeat;
	}
#header li {
	float: left;
	display: inline;
	white-space: nowrap;
	background: url(../../images/common/nav_bg.gif) repeat;
	}
#header li a {
	padding: 4px 0;
	width: 85px;
	display: block;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #088bdd;
	}
#header li a:hover {
	color: #fff;
	background: #037ac5;
	}
#content {
	margin-top: 20px;
	left: 20px;
	position: relative;
	overflow: hidden;
	width: 750px;
	background: #fff;
	}
.topicpass {
	margin: 0;
	padding: 5px 20px;
	background: #d4edfd;
	font-size: 90%;
	border-bottom: 1px solid #afd1e7;
	}
.topicpass a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #444;
	}
#indexcontent {
	margin-top: 20px;
	width: 540px;
	float: left;
	}
#maincontent {
	left: 20px;
	position: relative;
	margin-top: 20px;
	width: 518px;
	float: left;
	}
#maincontent2 {
	left: 20px;
	position: relative;
	margin-top: 20px;
	width: 710px;
	float: left;
	}
#center {
	float: right;
	width: 345px;
	}

#sidebar {
	float: right;
	padding: 0 0 10px 0;
	width: 190px;
	color: #530;
	border-right: 1px solid #fff;
	}
#sidebar p {
	margin: 0;
	padding: 7px 0 7px 10px;
	display: block;
	color: #fff;
	line-height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: url(../../images/common/nav_bg.gif) repeat;
	}
#sidebar p.treatment1 {
	background: url(../../images/common/treztmentnav_bg1.gif) repeat;
	}
#sidebar p.treatment2 {
	background: url(../../images/common/treztmentnav_bg2.gif) repeat;
	}
#sidebar p.treatment3 {
	background: url(../../images/common/treztmentnav_bg3.gif) repeat;
	}
#sidebar p.treatment4 {
	background: url(../../images/common/treztmentnav_bg4.gif) repeat;
	}
#sidebar p.treatment5 {
	background: url(../../images/common/treztmentnav_bg5.gif) repeat;
	}
#sidebar p.treatment6 {
	background: url(../../images/common/treztmentnav_bg6.gif) repeat;
	}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar li a{
	margin: 0;
	padding: 1px 0 1px 17px;
	display: block;
	width: 170px;
	font-size: 110%;
	color: #600;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #eeeed3;
	background: #eeeed3;
	}
#sidebar li a:hover{
	color: #f03;
	border-left: 3px solid #f03;
	background: #fff;
	}
#sidebar .insurance {
	margin: 7px 0 7px 0;
	padding-right: 10px;
	font-size: 90%;
	line-height: 140%;
	background: url(../../images/common/hoken.gif) repeat;
	}
#sidebar .insurance a,
#sidebar em {
	color:#fff;
	}
#footer {
	padding: 10px 20px 20px 20px;
	clear: both;
	background: #088bdd;
	border-top: 20px solid #00aeef;
	}
#footer a {
	color: #fff;
	}
#footer a:hover {
	color: #fcc;
	}
#footer ul {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 90%;
	border-bottom: 1px solid #444;
	}
#footer li {
	margin-right: 5px;
	padding-right: 5px;
	display: inline;
	white-space: nowrap;
	border-right: 1px solid #444;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #fff;
	}
#footer p em {
	font-size: 120%;
	color: #fff;
	}
#footer p strong {
	padding-left: 17px;
	font-size: 120%;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	background: url(../../images/common/icon_tel.gif) no-repeat 0 60%;
	}
#footer img {
	margin-top: 7px;
	}

/* layout [index]
---------------------------------------*/
#leftbar {
	left: 20px;
	position: relative;
	float: left;
	width: 155px;
	font-size: 90%;
	}
#leftbar dl {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	}
#leftbar dt a img {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	}
#leftbar dt a:hover img {
	border: 1px solid #f06;
	}
#leftbar dd {
	margin-bottom: 7px;
	line-height: 120%;
	}
#leftbar p a img {
	float: left;
	margin-right: 8px;
	border: 1px solid #ccc;
	}
#leftbar p a:hover img {
	border: 1px solid #f06;
	}

#news {
	margin: 0 0 25px 0; 
	padding:  15px;
	border: 1px solid #ccc;
	background: #fafafa;
	}
#news dt {
	padding-left: 17px;
	color: #c00;
	background: url(../../images/common/icon_text.gif) no-repeat 0 50%;
	}
#news dd {
	margin-bottom: 13px;
	padding-bottom: 13px;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	}
#news em {
	font-size: 140%;
	font-weight: bold;
	color: #f60;
	}
#news strong {
	margin: 4px 0;
	padding: 5px 5px;
	display: block;
	text-align: center;
	font-size: 120%;
	background: #fbebdf;
	}
#news img {
	margin-bottom: 8px;
	}
.titlenews {
	margin: 0;
	padding: 2px 20px;
	font-size: 80%;
	color: #fff;
	letter-spacing: 0.1em;	
	border-bottom: 2px solid #088bdd;
	background: #00aeef;
	}
.pdffile {
	margin: 0;
	padding: 0;
	}
.pdffile dt {
	margin: 0 0 5px;
	}
.pdffile dd {
	margin: 0 0 5px;
	font-size: 10px;
	}

/* layout [menu]
---------------------------------------*/
#links ul {
	margin: 0 0 20px 0;
	list-style-type: none;
	}
#links li {
	border: 1px dotted #999;
	border-width: 1px 0;
	margin: 5px 0;
	}
#links li a {
	color: #f06;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	}
* html #links li a {
	}
#links li a:hover {
	background: #ffffcc;
	}
#links a em {
	color: #333;
	display: block;
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	}
#links a span {
	color: #125F15;
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	}
#links img {
	margin: 0 10px 0 0;
	float: left;
	}
	
/* layout [qa]
---------------------------------------*/
#qa #content ul {
	list-style: none;
	}
.mark_q {
	margin-bottom: 15px;
	list-style-image: url(../../images/qa/icon_mark_q.gif) ;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	color: #f0c;
	}
.mark_q2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-image: url(../../images/qa/icon_mark_q.gif);
	border-bottom: 1px dotted #ccc;
	}
.mark_q2 a {
	display: block;
 	background: #fff;
	text-decoration: none;
	}
.mark_q2 a:hover {
 	background: #fec;
	}
.mark_a {
	margin-bottom: 15px;
	padding-bottom: 15px;
	list-style-image: url(../../images/qa/icon_mark_a.gif);
	border-bottom: 1px dotted #a50;
	}
.mark_a a {
	margin: 5px 0;
	padding: 2px 5px;
	display: block;
	text-align: right;
	color: #909;
	font-size: x-small;
	}
.mark_a a:hover {
 	background: #fec;
	}

/* layout [sitemap & privacy]
---------------------------------------*/
#sitemap #maincontent ul li,
#privacy #maincontent ul li {
	margin: 0 0 5px 20px;
	border: none;
	list-style-image: url(../../images/common/icon_bullets2.gif);
	}
#sitemap #maincontent ul li ul li,
#privacy #maincontent ul li ul li {
	list-style-image: url(../../images/common/icon_bullets3.gif);
	}

/* layout [cmp]
---------------------------------------*/
#cmp h1 {
	font-size: 350%;
	font-family: "HGP明朝E","Times New Roman", Times, "ヒラギノ明朝 Pro W6" , "MS Mincho" , sans-serif;
	font-weight: normal;
	color: #f60;
	text-indent: -0.1em;
	}

/* pagetop
---------------------------------------*/
#pagetop p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	}
#pagetop  a {
	padding: 2px 10px 2px 0;
	display: block;
	color: #fff;
	text-align: right;
	border-right: 5px solid #300;
	border-bottom: 1px solid #630;
	background: #f56;
	}
#pagetop p a:hover {
	border-right: 5px solid #300;
	border-bottom: 1px solid #963;
	background: #f36;
	}

/* Section
---------------------------------------*/
.section1,
.section2,
.section3,
.section4 {
	clear: both;
	margin-bottom: 30px;
	}
.section1 {
	border-bottom: 1px dotted #f56;
	}
.section3 {
	padding: 10px;
	border: 1px solid #f56;
	background-color: #fef9f1;
	}
.section4 {
	padding: 10px;

	border-right: 1px solid #abce88;
	border-bottom: 1px solid #abce88;
	background: #efd;
	}
	
/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}

/* List
---------------------------------------*/
.ichiran dl,
.ichiran2 dl,
dl.doctor  {
	margin: 0;
	padding: 0;
	}
.ichiran dt,
.doctor dt {
	margin: 0;
	padding: 0 0 5px 15px;
	font-size: 90%;
	background: url(../../images/common/icon_bullets2.gif) no-repeat 0 20%;
	}
.ichiran2 dt {
	margin: 0 0 0 30px;
	padding: 0 0 5px 15px;
	font-size: 90%;
	background: url(../../images/common/icon_bullets2.gif) no-repeat 0 20%;
	}
.ichiran dd,
.ichiran2 dd {
	margin: -1.9em 0 0 170px;
	padding-bottom: 5px;
	font-size: 90%;
	}
dl.doctor dd {
	margin: -1.9em 0 0 80px;
	padding-bottom: 5px;
	font-size: 90%;
	}

ul.linklist {
	margin:  0 0 25px 0;
	padding: 0 0 25px 0;
	}
ul.linklist li {
	float: right;
	display: inline;
	white-space: nowrap;
	font-size: 80%;
	}
ul.linklist li a {
	margin: 0.3em;
	padding: 0.1em 0.2em;
	display: block;
	text-decoration: none;
	border-top: 1px solid #ccc; 
	border-right: 1px solid #888; 
	border-bottom: 1px solid #888; 
	border-left: 1px solid #ccc; 
	background: #ffd;
	}
ul.linklist li a:hover {
	color: #c06;
	border-top: 1px solid #ccc; 
	border-right: 1px solid #c06; 
	border-bottom: 1px solid #c06; 
	border-left: 1px solid #ccc; 
	background: #fde;
	}

ul.possible {
	margin:  0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #ccc; 
	}
ul.possible li {
	margin: 0 0.5em 0 0;
	padding: 0.3em 0.3em;
	display: inline;
	white-space: nowrap;
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid #ccc; 
	border-right: 1px solid #888; 

	border-left: 1px solid #ccc; 
	background: #ddd;
	}
ul.possible li.pclinic {
	padding: 0.3em 0;
	font-size: 100%;
	color: #f36;
	border: none;
	background: none;
	}
ul.possible li.active {
	background: #f36;
	}

.number,
.box {
	padding: 0;
	margin-left:  25px;
	margin-right: 0;
	list-style: none;
	line-height: 130%;
	}
.box {
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 110%;
	}
.number li em,
.box li em {
	font-size: 120%;
	}
.number li {
	margin-bottom: 8px;
	padding: 0 0 8px 5px;
	clear: both;
	color:#600;
	border-bottom: 1px dotted #ccc;
	}
.number01 {
	list-style-image: url(../../images/common/icon_number01.gif);
	}
.number02 {
	list-style-image: url(../../images/common/icon_number02.gif);
	}
.number03 {
	list-style-image: url(../../images/common/icon_number03.gif);
	}
.number04 {
	list-style-image: url(../../images/common/icon_number04.gif);
	}
.number05 {
	list-style-image: url(../../images/common/icon_number05.gif);
	}
.number06 {
	list-style-image: url(../../images/common/icon_number06.gif);
	}
.number07 {
	list-style-image: url(../../images/common/icon_number07.gif);
	}
.number08 {
	list-style-image: url(../../images/common/icon_number08.gif);
	}
.number09 {
	list-style-image: url(../../images/common/icon_number09.gif);
	}
.number10 {
	list-style-image: url(../../images/common/icon_number10.gif);
	}
.box li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #366;
	border-bottom: 1px dotted #ccc;
	list-style-image: url(../../images/common/icon_bullets3.gif);
	}

.price_menu {
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;
	width: 518px;
	list-style-type: none;
	}
.price_menu li {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	}
.price_menu li.leftside {
	margin: 0;
	}

/* etc.
---------------------------------------*/
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
.pagelink {
	padding-left: 15px;
	background: url(../../images/common/icon_arrow1.gif) no-repeat 0 20%;
	text-decoration: underline;
	}
em.note {
	padding-left: 18px;
	background: url(../../images/common/icon_note.gif) no-repeat 0 50%;
	}
.kouka {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #f56;
	background-color: #fef9f1;
	}
