@charset "Shift_JIS";

/*------------------------------------------------------------------
CSS Information

 File Name:      common.css
 Author:         Fumitomo Amamiya(macaya)
 Style Info:     Common Style
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	全ページ共通
------------------------------------------------------------------*/
div#header,
div#content,
div#footer {
	margin: auto;
	width: 800px;
	text-align: left;
	background: #FFFFFF;
}

div#header {
	position: relative;
	background: url(../images/bg_header.gif) no-repeat;
	height: 121px;
}

div#content {
	padding-top: 15px;
}

div#footer {
	background: url(../images/bg_footer.gif) no-repeat;
	height: 145px;
}

div#main {
	float: right;
	width: 575px;
	margin-right: 8px;
	margin-bottom: 30px;
	display: inline;
}

div#sub {
	float: left;
	width: 185px;
	margin-left: 8px;
	display: inline;
}

/*------------------------------------------------------------------
	header
------------------------------------------------------------------*/
div#header h1 {
	position: absolute;
	top: 10px;
	left: 6px;
}

div#header p {
	position: absolute;
	top: 10px;
	left: 6px;
}

div#header span {
	position: absolute;
	top: 10px;
	right: 8px;
}

/*------------------------------------------------------------------
	main
------------------------------------------------------------------*/
div#main h1 {
	width: 578px;
	margin-left: -5px;
	margin-bottom: 10px;
	position: relative;
}

div#topicpath {
	font-size: 85%;
	padding-bottom: 2em;
}

div#main h2 {
	margin-bottom: 20px;
}

div#main h3 {
	margin-bottom: 15px;
}

div#main p {
	font-size: 107%;
}

/*------------------------------------------------------------------
	sub
------------------------------------------------------------------*/
ul#navi {
	margin-bottom: 20px;
}

ul#navi li {
	margin-bottom: 10px;
}

div#sub dt {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
}

div#sub dl dd#contact_sub {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
}

div#sub dl dd#about_sub {
	width: 185px;
	height: 130px;
	background: url(../images/bg_about_sub.jpg) no-repeat;
}

dd#about_sub ul {
	margin-left: 8px;
	font-size: 13px;
}

.box {
	width: auto;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #FFCC99;
}

/* 23-3-29 .note */
.note {
	padding: 10px;
    border: 1px solid #FFCC99;
	margin-top: 1em;
}
.note h2 {
	font-size: 107%;
	margin-bottom: 1em;
}

/*------------------------------------------------------------------
	footer
------------------------------------------------------------------*/
div#footer {
	position: relative;
}

div#footer p {
	position: absolute;
	top: 28px;
	left: 95px;
}

div#footer ul {
	position: absolute;
	top: 27px;
	left: 385px;
	font-size: 12px;
}

li#logo_footer {
	padding-left: 18px;
	padding-bottom: 7px;
}

div#footer address {
	position: absolute;
	top: 90px;
	right: 20px;
	font-size: 10px;
}
	
div#footer address a {
	color: #000000;
	text-decoration: none;
}

div#footer address a:hover {
	text-decoration: none;
}

div#footer ul#navi_footer {
	position: absolute;
	top: 120px;
	left: 230px;
	font-size: 13px;
}

ul#navi_footer li {
	display: inline;
}

ul#navi_footer li a {
	color: #0099CC;
	text-decoration: none;
}

ul#navi_footer li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------------
	汎用class
------------------------------------------------------------------*/
.clearer {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear {
	clear: both;
}

p.pagetop {
	clear: both;
	text-align: right;
	font-size: 77%;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

div.pagetop2 {
	width: 578px;
	margin-left: -5px;
	margin-bottom: 25px;
	text-align: right;
	font-size: 77%;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #E4C993;
}

div.pagetop3 {
	width: 578px;
	margin-left: -5px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 77%;
	padding-right: 10px;
}

.close {
	color: #FF4453;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}

.img-l {
	float: left;
	margin-right: 15px;
}

.img-r {
	float: right;
	padding-right: 15px;
}

.img_b15 {
	margin-bottom: 15px;
}

.img_b25 {
	margin-bottom: 25px;
}

.fnt-11 {
	font-size: 11px;
}

.right {
	text-align: right;
}

/*------------------------------------------------------------------
	トップページ
------------------------------------------------------------------*/
img#visual {
	width: 578px;
	margin-left: -5px;
	margin-bottom: 15px;
	position: relative;
}

h2.title_top {
	width: 578px;
	margin-left: -5px;
	margin-bottom: 15px;
	position: relative;
}

/*幸泉堂について*/
ul#about_top {
	position: relative;
	font-size: 107%;
	margin-bottom: 35px;
}

ul#about_top img {
	margin-bottom: 12px;
}

ul#about_top li#photo_bed {
	position: absolute;
	top: 0;
	left: 294px;
}

ul#about_top li#txt_bed {
	position: absolute;
	top: 225px;
	left: 294px;
}

/*お客さまの声*/
dl#voice_top {
	position: relative;
	width: 350px;
	padding-left: 215px;
}

dl#voice_top dt {
	padding-bottom: 14px;
}

dl#voice_top dd#photo_tmnt01 {
	position: absolute;
	top: 0;
	left: 0;
}

dl#voice_top dd#txt_tmnt01 {
	position: absolute;
	top: 160px;
	left: 0;
	font-weight: bold;
	font-size: 107%;
	width: 200px;
}

/*09.11.13追加ニュース*/

div#news {
	width: auto;
	padding: 10px;
	border: 1px solid #FFCC99;
	margin-bottom: 25px;
}

div#news h2 {
	font-size: 175%;
	color: #FF6600;
	margin-bottom: 0.5em;
}

div#news h3 {
	font-size: 150%;
}

div#news p {
	font-size: 100%;
	margin-bottom: 0;
}

div#news span {
	color: #FF0000;
	font-size: 150%;
	font-weight: bold;
}

/*------------------------------------------------------------------
	幸泉堂について
------------------------------------------------------------------*/
ul#origin {
	position: relative;
	width: 337px;
	padding-left: 230px;
	font-size: 107%;
	margin-top: 30px;
}

ul#origin li#photo_sign {
	position: absolute;
	top: 0;
	left: 0;
}

ul#clinic {
	position: relative;
	width: 327px;
	padding-left: 240px;
	font-size: 107%;
}

ul#clinic dl {
	margin-top: -1em;
}

ul#clinic dt {
	font-weight: bold;
	float: left;
	width: 90px;
	padding-bottom: 1em;
	clear: left;
}

ul#clinic dd {
	width: 232px;
	margin-left: 95px;
	padding-bottom: 1em;
}

ul#clinic li#photo_clinic {
	position: absolute;
	top: 0;
	left: 0;
}

ul#clinic li#photo_parking {
	position: absolute;
	top: 194px;
	left: 0;
}

div#map {
	width: 573px;
	height: 325px;
	margin-bottom: 15px;
}

ul#access {
	font-size: 107%;
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
	メニュー・料金
------------------------------------------------------------------*/
div#pricelist table {
	border-collapse: collapse;
	margin-bottom: 25px;
}

div.over {
	width: 480px;
	height: auto;
	padding: 10px;
	border: 1px solid #FFCC99;
	margin-bottom: 25px;
}

div.over ul {
	font-size: 14px;
}

div.over p {
	font-size: 12px;
	color: #FF0000;
}

div#pricelist h4 {
	font-size: 107%;
	margin-bottom: 1em;
}

div#pyrogen img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
}

div#pyrogen p {
	font-size: 13px;
	padding-top: 2em;
}

div#main p#campaign {
	color: #FF0000;
	font-size: 150%;
	font-weight: bold;
}

/*------------------------------------------------------------------
	みなさまの感想
------------------------------------------------------------------*/
div#voice h4 {
	font-size: 107%;
	padding-bottom: 1em;
	border-bottom: 1px dotted #E4C993;
	margin-bottom: 1em;
}

div#voice h5 {
	font-size: 107%;
	padding-bottom: 1em;
}

img.thanks {
	padding: 20px 0;
}

/*------------------------------------------------------------------
	よくあるご質問
------------------------------------------------------------------*/
div#faq dl {
	font-size: 107%;
	margin-bottom: 30px;
}

div#faq dt {
	float: left;
	font-weight: bold;
	color: #FF6600;
	width: 48px;
	padding-bottom: 1.5em;
	clear: left;
}

div#faq dd {
	width: 524px;
	margin-left: 48px;
	padding-bottom: 1.5em;
}

div#faq h3 {
	padding: 10px;
	font-size: 107%;
	background: url(../images/bg_answer.gif);
}

/*------------------------------------------------------------------
	TOP営業案内
------------------------------------------------------------------*/
.business {
	border: 3px solid #FF9933;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.business h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.business p {
	text-align: center;
	margin-bottom: 0;
}
