@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.5;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background: #fff url(../images/common/body_bg.gif) repeat-x bottom;
	}

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

p {
	margin: 10px 0 20px 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px 0;
	line-height: 1.1;
	font-family: "ヒラギノ角ゴシックW3" , "メイリオ" , "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	}
h2.heading {
	}

h1 {
	padding: 10px;
	font-size: 140%;
	color: #693;
	background: url(../images/common/subtitle_bg.gif) no-repeat;
	}
h2 {
	padding: 5px 10px;
	font-size: 130%;
	border: 1px solid #c4de8b;
	border-right: 3px solid #c4de8b;
	background: url(../images/common/subtitle_bg2.gif) no-repeat bottom;
	}
h2 span {
	font-size: 110%;
	color: #933;
	}
h3 {
	padding: 5px 10px;
	font-size: 130%;
	border: 1px solid #c4de8b;
	border-right: 3px solid #c4de8b;
	background: url(../images/common/subtitle_bg2.gif) no-repeat bottom;
	}
h4 {
	padding-left: 19px;
	font-size: 130%;
	color: #f93;
	background: url(../images/common/icon_chui.gif) no-repeat 0 50%;
	}
h5 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	color: #fff;
	}
h6 {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 180%;
	font-family: Helvetica;
	color: #CE1370;
	}
em {
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	color: #444;
	}
strong {
	color: #300;
	}
hr {
	clear: both;
	visibility: hidden;
	}
iframe {
	margin-bottom: 20px;
	border: 1px solid #693;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: underline;
	}
a:link,
a:visited {
	color: #390;
	}
a:hover {
	color: #f66;
	}
a:active,
a:focus {
	outline: none;
	}

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

/* List Module
---------------------------------------*/
ul,
ol,
dl {
	margin: 1em 16px 25px 16px;
	padding: 1px 8px;
	}
li,
dt,
dd {
	margin-bottom: 5px;
	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 #bdbdbd;
	border-bottom: 3px solid #bdbdbd;
	line-height: 1.4;
	}
caption {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
	color: #633;
	border: 1px solid #c4de8b;
	border-right: 3px solid #c4de8b;
	background: url(../images/common/subtitle_bg2.gif) no-repeat bottom;
	}
td, th {
	border-bottom: 1px solid #bdbdbd;
	padding: 4px;
	font-size: 80%;
	}
td strong, th strong {
	color: #f36;
	font-weight: normal;
	}
thead th {
	font-size: 12px;
	color: #693;
	border-right: 1px solid #bdbdbd;
	border-bottom: 3px solid #bdbdbd;
	background: #c7f19c url(../images/common/topicpath_bg.gif) repeat-x;
	}
thead td {
	text-align: center;
	border-right: 1px solid #bdbdbd;
	background: #eee;
	}
tfoot th {
	font-weight: normal;
	border-top: 3px solid #ccf;
	background: #eee;
	}
tbody th {
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #bdbdbd;
	}
tbody td {
	border-right: 1px solid #bdbdbd;
	text-align: right;
	font-size: 10px;
	background: #f7fef0;
	}
#mail tbody td {
	text-align: left;
	}
td em {
	font-weight: none;
	font-style: normal;
	font-size: 100%;
	color: #f66;
	}
td.separated,
th.separated {
	border-bottom: 2px solid #bdbdbd;
	}
.smalltext {
	font-size: 10px;
	}
.lef {
	float: left;
	}

/* Forms Module
---------------------------------------*/
input,
textarea,
select {
	padding: 3px;
	color: #555;
	font-size: 12px;
	border: 1px solid #66f;
	background: #fff;
	}
input:focus,
textarea:focus {
	background: #ffc;
	color: #555;
	}
textarea {
	width: 300px;
	}
button {
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	border-bottom: 3px solid #339;
	background: #66f;
	}
button:hover {
	border-bottom: 3px solid #339;
	background: #339;
	}

/* layout
---------------------------------------*/
#header_wrap {
	margin-bottom: 2px;
	width: 100%;
	overflow: hidden;
	background: url(../images/common/head_bg.gif) repeat-x bottom;
	}
#header {
	margin: 0 auto;
	width: 850px;
	}
#logo {
	float: left;
	width: 257px;
	}
#header p {
	float: right;
	margin: 40px 20px 0 0;
	width: 500px;
	font-size: 80%;
	text-align: right;
	}
#header ul {
	clear: both;
	margin: 0;
	padding: 0;
	width: 850px;
	list-style-type: none;
	}
#header li {
	margin: 0;
	padding: 0;
	float: left;
	}
#content {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	width: 848px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #390;
	}
#leftside {
	float: left;
	position: relative;
	left: 25px;
	padding-top: 20px;
	width: 540px;
	}
#rightside {
	float: right;
	padding-top: 20px;
	width: 250px;
	border-left: 1px solid #ccc;
	background: #fafafa;
	}
#menulist {
	margin: 0 0 15px 10px;
	width: 210px;
	}
#menulist ul {
	margin: 0;
	padding: 48px 0 10px 10px;
	width: 214px;
	list-style-type: none;
	border: 3px solid #ccc;
	}
ul.menulist_01 {
	background: url(../images/common/menulist_bg1.gif);
	}
ul.menulist_02 {
	background: url(../images/common/menulist_bg2.gif);
	}
ul.menulist_03 {
	background: url(../images/common/menulist_bg3.gif);
	}
ul.menulist_04 {
	background: url(../images/common/menulist_bg4.gif);
	}
ul.menulist_05 {
	background: url(../images/common/menulist_bg5.gif);
	}
ul.menulist_06 {
	background: url(../images/common/menulist_bg6.gif);
	}
ul.menulist_07 {
	background: url(../images/common/menulist_bg7.gif);
	}
.mensmenu a {
	color: #4b7def;
	}
#menulist li {
	margin: 0;
	padding-left: 10px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 0 50%;
	}
#menulist a {
	text-decoration: none;
	}
#clinicinfo {
	clear: both;
	margin: 0 auto;
	padding: 0 25px 13px 25px;
	font-size: 80%;
	border-top: 2px solid #ccc;
	background: url(../images/common/clinicinfo_bg.gif) repeat-x top;
	}
#clinicinfo p {
	margin: 7px 0 0 0;
	padding: 0;
	}
#footer {
	clear: both;
	margin: 0 auto;
	padding-bottom: 25px;
	width: 850px;
	font-size: 80%;
	text-align: center;
	}
#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #ccc;
	}
#footer li {
	margin: 0;
	padding: 0 10px;
	display: inline;
	border-left: 1px solid #ccc;
	}
#footer p {
	margin: 10px 0 0 0;
	padding: 0;
	}

/* layout [index]
---------------------------------------*/
#news {
	margin: 0 0 25px 0; 
	padding: 10px 10px 0 10px;
	font-size: 90%;
	border: 3px solid #ccc;
	}
#news dt {
	margin-bottom: 6px;
	padding-left: 15px;
	width: 110px;
	color: #300;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
#news dd {
	margin: -2.2em 0 10px 125px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
#news em {
	display: block;
	color: #693;
	font-size: 120%;
	font-weight: bold;
	}
p.subtitle {
	color: #966;
	font-weight: bold;
	font-size: 120%;
	}
div.treatment_menu {
	overflow: hidden;
	padding: 5px 0;
	width: 848px;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	}
div.heightLineParent {
	margin-left: 5px;
	clear: both;
	}
.treatment_menu ul {
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 55px 10px 10px 10px;
	width: 251px;
	list-style-type: none;
	border: 3px solid #ccc;
	}
.treatment_menu ul.list_01 {
	background: url(../images/common/treatment_menu_bg1.gif);
	}
.treatment_menu ul.list_02 {
	background: url(../images/common/treatment_menu_bg2.gif);
	}
.treatment_menu ul.list_03 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg3.gif);
	}
.treatment_menu ul.list_04 {
	background: url(../images/common/treatment_menu_bg4.gif);
	}
.treatment_menu ul.list_05 {
	background: url(../images/common/treatment_menu_bg5.gif);
	}
.treatment_menu ul.list_06 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg6.gif);
	}
.treatment_menu li {
	margin: 0 0 2px 0;
	padding-left: 20px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 10px 50%;
	}
.treatment_menu li a {
	text-decoration: none;
	}

/* layout [price]
---------------------------------------*/
.price_menu {
	margin: 0;
	padding: 0;
	width: 540px;
	list-style-type: none;
	}
.price_menu li {
	margin: 0;
	padding: 0;
	float: left;
	}

/* layout [qa]
---------------------------------------*/
.qa_list {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	}
.qa_list li {
	margin: 0;
	}
.qa_list li a {
	padding: 2px 20px;
	display: block;
	width: 500px;
	text-decoration: none;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/icon_q.gif) no-repeat 0 7px;
	}
.qa_list li a:hover {
	text-decoration: none;
	background: #ffc url(../images/qa/icon_q.gif) no-repeat 0 7px;
	}
#qa_answer .qa_list li {
	margin: 0 0 5px 0;
	padding-left: 20px;
	width: 520px;
	color: #933;
	background: url(../images/qa/icon_q.gif) no-repeat 0 3px;
	}
#qa_answer .qa_list li.qa_a {
	margin: 0 0 20px 20px;
	padding:  0 0 20px 20px;
	width: 500px;
	color: #444;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/icon_a.gif) no-repeat 0 3px;
	}

/* layout [media]
---------------------------------------*/
dl.media_qa {
	margin: 0;
	padding: 0;
	width: 540px;
	}
.media_qa dt {
	margin: 0;
	padding: 0 0 10px 70px;
	background: url(../images/media/icon_media1.gif) no-repeat 0 0;
	}
.media_qa dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 70px;
	border-bottom: 1px dotted #000;
	background: url(../images/media/icon_media2.gif) no-repeat 0 0;
	}

/* layout [sitemap]
---------------------------------------*/
#sitemap #leftside ul ul li  {
	margin-left: 40px;
	}

/* Section
---------------------------------------*/
.section1 {
	clear: both;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	border: 2px solid #e8f5fa;
	background: url(../images/common/section1_bg.gif) repeat-x bottom;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgtop2 {
	margin-bottom: 10px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}

/* etc.
---------------------------------------*/
dl.bunner_list {
	margin: 0 0 20px 10px;
	padding: 0;
	width: 230px;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
	}
.bunner_list dt {
	margin-bottom: 5px;
	}
.bunner_list dd {
	margin-bottom: 10px;
	}
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
p.topicpath {
	margin: 0;
	padding: 5px 25px;
	width: 800px;
	font-size: 75%;
	border-bottom: 1px solid #390;
	background: #c7f19c url(../images/common/topicpath_bg.gif) repeat-x;
	}
.topicpath a {
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/common/topicpath.gif) no-repeat right;
	}
#index .topicpath a {
	background: none;
	}
dl.liststyle1 {
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 110%;
	}
.liststyle1 dt {
	margin: 0;
	padding-left: 15px;
	width: 100px;
	color: #693;
	background: url(../images/common/icon_bul2.gif) no-repeat 0 50%;
	}
.liststyle1 dd {
	margin: -1.5em 0 10px 100px;
	}
dl.liststyle2 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 480px;
	border-bottom: 1px solid #ccc;
	}
.liststyle2 dt {
	margin: 0;
	padding: 5px 0 0 12px;
	border-top: 1px solid #ccc;
	background: url(../images/common/icon_bul2.gif) no-repeat 0 70%;
	}
.liststyle2 dd {
	margin: -1.5em 0 10px 100px;
	}
.alignright {
	text-align: right;
	}
.leftset {
	float: left;
	width: 260px;
	}
.rightset {
	float: right;
	width: 260px;
	}
.bullist {
	margin-right: 0;
	}
.bullist li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/common/icon_bul1.gif);
	border-bottom: 1px solid #ccc;
	}
.cmp {
	font-weight: bold;
	font-size: 16px;
	color: #f00;
	}
.textcolor_red {
	color: #f00;
	}
.gakuwari {
	padding-left: 40px;
	background: url(../images/index/icon_gakuwari.gif) no-repeat 0 50%;
	}
p.minitext {
	margin-top: 2px;
	font-size: 11px;
	}

/* menspage.
---------------------------------------*/
#menspage {
	}
#menspage h3 {
	padding: 5px 10px;
	font-size: 130%;
	border: 1px solid #60a3ef;
	border-right: 3px solid #60a3ef;
	background: url(../images/common/subtitle_bg2.gif) no-repeat bottom;
	}
#menspage h1 {
	padding: 10px;
	font-size: 140%;
	color: #3283dd;
	background: url(../images/common/subtitle_bg.gif) no-repeat;
	}
#menspage strong {
	color: #3283dd;
	}

