@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
/*	border-bottom: 4px solid #f63; */
/*	background: #ffc url(../../images/common/body_bg.gif) repeat-x top; */
	}

/* Text Module
---------------------------------------*/

p {
  margin-bottom: 1.5em;
  padding: 0;
  line-height: 1.7;
	}
h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0 0 1em 0;
	font-weight: bold;
	line-height: 1.2;
	}
h1 {
	font-size: 1.0em;
	width:970px;
	height:24px;
	margin:0 auto;
	}

h2 {
	font-size: 160%;
	color: #f90;
	}
	
h3 {
	font-size: 110%;
	color: #633;
	}
h4 {
	font-size: 110%;
	color: #933;
	}
h5 {
	font-size: 110%;
	color: #390;
	}
h6 {
	margin: 0;
	padding: 5px 0 5px 20px;
	width: 230px;
	font-size: 100%;
	color: #fff;
	background: #fc3 url(../images/common/header_nav_bg.gif) repeat;
	}
blockquote {
	display: block;
	background: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 1px;
	}
em {
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	color: #444;
	}
strong {
	color: #f06;
	}
hr {
	clear: both;
	visibility: hidden;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #f63;
	}
a:hover {
	color: #088bdd;
	text-decoration: underline;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 20px 0 5px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #777;
	background: #fff;
	font-size: 90%;
	}
caption {
	margin: 0;
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	}
td, th {
	border-bottom: 1px solid #777;
	padding: 0.2em 0.4em;
	}
thead th {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(../../images/common/header_nav_bg.gif) repeat-x;
	}
tfoot th, tfoot td {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	background: #f1f1f1;
	}
tbody th,
tbody td {
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
	border-right: 1px solid #ccc;
	}
tbody td {
	background: #ffd;
	}
table strong {
	color: #f30;
	font-weight: normal;
	}
table em {
	font-size: 100%;
	color: #644;
	}
table a:link,
table a:visited {
	padding-left: 15px;
	color: #088bdd;
	background: url(../../images/common/icon_arrow.gif) no-repeat 0 50%;
	}

#recruit td {
	color: #600;
	}
#recruit th,
#recruit td {
	padding: 9px;
	}

/* Forms Module
---------------------------------------*/
input,
textarea,
select {
	padding: 3px;
	color: #444;
	border: 1px solid #ccc;
	background: #fcfcfc;
	}
input:focus,
	textarea:focus {
	background: #ffc;
	color: #000;
	}
input.button {
	padding: 2px 15px;
	cursor: pointer;
	border-color: #FAFAFA #848484 #848484 #FAFAFA;
	border-width: 2px;
	border-style: solid;
	color: #fff;
	font-size: 90%;
	background-color: #f63;
	}
input.button:active {
	border-color: #848484 #FAFAFA #FAFAFA #848484;
	}

/* layout
---------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 850px;
	}

/* header
---------------------------------------*/
#header {
	margin-bottom: 20px;
	}
#header p {
	margin: 0;
	padding: 4px 0;
	font-size: 80%;
	border-bottom: 1px solid #f63;
	}
.header {
	margin-right: 13px;
	padding-right: 13px;
	border-right: 1px solid #ccc;
	font-weight: bold;
	}
#logo {
	float: left;
	width: 240px;
	height: 65px;
	}
#logo img {
	border-right: 1px solid #f63;
	}
#logo a:hover {
	display: block;
	background: #ffc;
	}
ul#clinicdata {
	margin: 0 0 0 0;
	padding: 0;
	float: right;
	width: 560px;
	list-style: none;
	}
#clinicdata li {
	width: 330px;
}
#clinicdata li.clinicright {
	margin: -1.7em 0 0 150px;
	padding: 0.2em 0;
	border : 0;
	}
* html #clinicdata li.clinicright {
	margin-top : -2.1em;
	}
#clinicdata span {
	display: block;
	font-weight: bold;
	color: #666;
}
ul#nav  {
	clear: both;
	margin: 0 0 25px 0;
	padding-left: 30px;
	height: 25px;
	font-size: 85%;
	list-style: none;
	border: 1px solid #f63;
	background: #fc3;
	}
#nav li {
	float: left;
	display: inline;
	white-space: nowrap;
	background: url(../../images/common/header_nav_bg.gif) repeat;
	}
#nav li a {
	padding: 4px 0;
	width: 112px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fc3;
	}
#nav li a:hover {
	color: #fff;
	background: #f63;
	}

#MENU1 {
	margin-top: -25px;
	margin-left: 170px;
	position: absolute;
	left: 50%;
	visibility: hidden;
	font-size: 10px;
	list-style: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
#MENU1 li a {
	padding: 3px 0;
	display: block;
	width: 112px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
#MENU1 li a:hover {
	background: #f43;
	}

#campaign #mainimg {
	display: none;
	}
#index #campaign #mainimg {
	display: block;
	}
#campaign ul {
	margin: 0;
	padding: 8px 0 8px 5px;
	height: 155px;
	text-align: center;
	font-size: 95%;
	list-style: none;
	background: #fc3 url(../../images/common/header_nav_bg.gif) repeat-x top;
	}
#campaign li {
	display: inline;
	float: left;
	width: 420px;
	}
#campaign li a {
	display: block;
	text-decoration: none;
	}
#campaign li a span {
	display: block;
	color: #555;
	font-size: 100%;
	}
#campaign li a img {
	border: 2px solid #fff;
	}
#campaign li a:hover img {
	border: 2px solid #f63;
	}

/* content
---------------------------------------*/
#content {
	clear: both;
	overflow: hidden;
	width: 698px;
	border: 1px solid pink;
	border-bottom: 4px solid #f63;
	background: #fff;
	}
#main {
/*	float: left; */
	position: relative;
	left: 5px;
	padding: 26px 0;
	width: 690px;
	}
#main ul {
	margin: 0 0 1.5em 20px;
	font-size: 85%;
	}
#main ul li {
	margin-bottom: 4px;
	}
#main ul li ul {
	margin: 1em 0 1.5em 30px;
	font-size: 100%;
	}
#main ol {
	margin: 0 0 2em 0;
	padding: 20px 30px 10px 40px;
	font-size: 85%;
	background: #efc;
	}
#main ol li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	color: #644;
	border-bottom: 1px solid #cce1a3;
	}
#sidebar {
	float: right;
	padding: 20px 0 5px 0;
	width: 245px;
	color: #530;
	border-left: 1px solid #f63;
	border-bottom: 1px solid #f63;
	background: #fffae6;
	}

#sidebar h3 {
	margin: 0;
	padding: 5px 0 5px 20px;
	width: 230px;
	font-size: 100%;
	color: #fff;
	background: #fc3 url(../images/common/header_nav_bg.gif) repeat;
	}

#sidebar p {
	margin: 0 0 5px 20px;
	padding: 0;
	font-size: 11px;
	color: #78347a;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	}
#sidebar li a {
	margin: 0;
	padding: 2px 0 2px 40px;
	display: block;
	width: 210px;
	color: #088bdd;
	text-decoration: none;
	background: url(../../images/common/icon_arrow.gif) no-repeat 20px 50%;
	}
#sidebar li a:hover {
	color: #fff;
	background-color: #f63;
	}
#sidebar dl {
	margin: 0 0 20px 20px;
	padding: 0;
	font-size: 80%;
	}
#sidebar dl img  {
	border: 2px solid #fc3;
	}
#sidebar dl a:hover img  {
	border: 2px solid #f63;
	}
#sidebar dt {
	margin-bottom: 2px;
	}
#sidebar dd {
	margin-bottom: 6px;
	padding-right: 20px;
	}

/* footer
---------------------------------------*/
#footer {
	clear: both;
	}
#footernav {
	margin: 20px 0 0 0;
	padding: 5px 20px;
	list-style: none;
	font-size: 85%;
	border-top: 1px solid #f63;
	border-bottom: 1px solid #f63;
	background: url(../../images/common/header_nav_bg.gif) repeat;
	}
#footernav li {
	margin-right: 8px;
	padding-right: 8px;
	display: inline;
	white-space: nowrap;
	border-right: 1px solid #ccc;
	}
#footernav a {
	color: #fff;
	}
#footercldata {
	margin: 0 0 20px 0;
	padding: 0;
	display: inline;
	list-style: none;
	width: 850px;
	font-size: 80%;
	}
#footercldata li {
	padding: 7px 0 7px 8px;
	display: block;
	float: left;
	width: 402px;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #f63;
	}
#footercldata .rightlist {
	width: 402px;
	border-right: none;
	}
#footercldata a {
	display: block;
	}
#footercldata em {
	font-size: 110%;
	font-family: Helvetica;
	font-weight: bold;
	}
#footer p {
	clear: both;
	margin: 0;
	padding: 15px 0;
	font-size: 80%;
	}

/* layout [index]
---------------------------------------*/
#news {
	margin: 0 0 25px 0; 
	}
#news a {
	color: #088bdd;
	}
#news dt {
	padding: 10px 10px 6px 10px;
	font-size: 80%;
	color: #f63;
	background: #ffc;
	}
#news dd {
	margin-bottom: 13px;
	padding: 6px 10px 10px 10px;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	background: #ffd;
	}
#news em {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 140%;
	font-weight: normal;
	color: #390;
	border-left: 1px solid #ccc;
	}
.titlenews {
	margin: 0 0 10px 0;
	padding: 3px 20px;
	font-size: 90%;
	color: #fff;
	border-bottom: 2px solid #890;
	background: #f63;
	}

#main .popularity {
	margin: 0 0 20px 0;
	padding: 0;
	width: 540px;
	overflow: hidden;
	list-style-type: none;
	}
#main .popularity li {
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	width: 260px;
	}
#main .popularity li.popularity_left {
	margin: 0;
	}

#sidebar2 {
	float: right;
	padding: 20px 0 5px 0;
	width: 245px;
	color: #530;
	}

/* Section
---------------------------------------*/
.section1,
.section2,
.section3 {
	clear: both;
	margin-bottom: 30px;
	}
.section1 {
	padding: 10px;
	border: 1px solid #f60;
	background: #ffc url(../../images/voice/voice_bg.gif) no-repeat bottom;
	}
.section2 {
	padding: 10px;
	border: 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;
	}

/* etc.
---------------------------------------*/
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
.pagetop {
	clear: both;
	}
.pagetop a {
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	color: #693;
	border: 1px solid #ddd;
	background: url(../../images/common/linklist_bg.gif) repeat;
	}
.pagetop a:hover {
	background: #f1f1f1;
	}

dl.dlside {
	width:690px;
	margin-bottom: 1.7em;
	font-size: 85%;
	line-height: 1.7;
	}
.dlside dt {
	width:200px;
	color: #630;
	}
.dlside dd {
	width:400px;
	margin: -1.5em 0 4px 210px ;

	}

#map .dlside dt {
	padding-top: 5px;
	border-top: 1px dotted #c99;
	}
#map .dlside dd {
	margin: -1.5em 0 5px 80px ;
	}

#menu .dlside dt {
	padding-top: 10px;
	border-top: 1px dotted #c99;
	}
#menu .dlside dt a {
	padding-left: 15px;
	background: url(../../images/common/icon_arrow.gif) no-repeat 0 50%;
	}
#menu .dlside dd {
	color: #600;
	margin: -1.5em 0 10px 190px ;
	}
#menu .dlside dd img {
	margin-right: 10px;
	float: left;
	}

/*
#price #sidebar {
	display: none;
	}
#price #main {
	width: 785px;
	}
*/

#main ul.linklist {
	margin-left: 0;
	}
.linklist li {
	margin-right: 5px;
	display: inline;
	white-space: nowrap;
	}
.linklist li a {
	padding: 3px 30px;
	text-align: center;
	text-decoration: none;
	color: #088bdd;
	border: 1px solid #ddd;
	background: url(../../images/common/linklist_bg.gif) repeat;
	}
.linklist li a:hover {
	color: #f63;
	background: #f1f1f1;
	}

#qa #news dd {
	font-size: 100%;
	margin-bottom: 20px;
	}

#main ul.box {
	margin: 0 0 30px 30px;
	padding: 10px 0 0 0;
	list-style: none;
	}
.box li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	color: #930;
	border-bottom: 1px dotted #ccc;
	list-style-image: url(../../images/common/icon_box01.gif);
	}

#main .number ol {
	background: #fff;
	}
#main .number ol li {
	color: #444;
	clear: both;
	border: none;
	}
#main .number ol li.num01 {
	list-style:  url("../../images/common/icon_01.gif");
	}
#main .number ol li.num02 {
	list-style:  url("../../images/common/icon_02.gif");
	}
#main .number ol li.num03 {
	list-style:  url("../../images/common/icon_03.gif");
	}
#main .number ol li.num04 {
	list-style:  url("../../images/common/icon_04.gif");
	}
#main .number ol li.num05 {
	list-style:  url("../../images/common/icon_05.gif");
	}
#main .number ol li.num06 {
	list-style:  url("../../images/common/icon_06.gif");
	}
.number em {
 font-weight: normal;
	color: #f60;
	font-size: 150%;
	}
.number img {
	float: right;
	margin-left: 15px;
	}

#main .chuilist ol {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #fff;
	}
#main .chuilist ol li {
	margin-right: 24px;
	float: left;
	display: inline;
	width: 152px;
	color: #630;
	border: none;
	}

#main .chuilist ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #fff;
	}
#main .chuilist ul li {
	margin-right: 24px;
	float: left;
	display: inline;
	width: 152px;
	font-size: 10px;
	border: none;
	}
.datsumo_name {
	display: block;
	color: #630;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	}
.datsumo_price {
	font-size: 14px;
	color: #f06;
	}
#main .chuilist ol li a {
	margin-right: 10px;
	display: inline;
	width: 152px;
	border: none;
	background: none;
	}
#main .chuilist ol li a:hover {
	background: none;
	}
#main .chuilist ol li span {
	display: block;
	margin: 5px 0;
	}

.forwomen {
	padding-left: 60px;
	background: url(../../images/common/icon_forwomen.gif) no-repeat 0 50%;
	}

.pickuptext {
	color: #088bdd;
	}
.minitext {
	font-size: 10px;
	background: none;
	color: #555;
	}
	
.orange{ color: #ff6600; }

.al-r{ text-align: right; }

.al-l{ text-align: left; }

.news{ 
	margin-left: 10px;
	padding-left: 10px;
	font-size: 140%;
	font-weight: normal;
	color: #390;
	border-left: 1px solid #ccc;
}

.b{ 
	font-weight: bold;
}

.b2{
	margin-bottom: 1.5em;
	padding: 0;
	line-height: 1.4;
	font-size: 110%;
	font-weight: bold;
}

.pink{ 
	color: #f06;
}

.red {
	color: #f30;
}

.blue {
	color: #0099cc;
	font-size: 110%;
	font-weight: bold;
}

.f07em {
	font-size: 0.7em;
}

.f08em {
	font-size: 0.8em;
}

.green {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 140%;
	font-weight: normal;
	color: #390;
	border-left: 1px solid #ccc;
}

.tablemenu {
	font-size: 100%;
	font-weight: bold;
	color: #644;
}

.tablebottom {
	font-size: 0.8em;
}

.sub {
	font-size: 130%;
	font-weight: bold;
	color: #f60;
}

.sub2 {
	font-size: 110%;
	font-weight: bold;
	color: #390;
}

.step {
	font-weight: normal;
	color: #f60;
	font-size: 150%;
}
	
#breadcrumbs{
	position: absolute;
	top: 145px;/*▲ページ最上部からの距離*/
	clear: both;
	overflow: hidden;

}


#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	background: url(../../images/index/breadcrumbs.gif) left 5px no-repeat;
	font-size: 0.9em;
	overflow: hidden;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{
	padding-left: 0;
	background: none;
}

#breadcrumbs a{
	text-decoration: none;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #666;
}

#breadcrumbs a:hover {
	color: #088bdd;
	text-decoration: underline;
}

/* ウルセラのページ */
.ul_img {
	float:right;
}

.ul_text {
	float:left;
	width:500px;
	margin:0 5px 0 0;
}
