@charset "utf-8";




/* ------------------------------------------------------
 reset
------------------------------------------------------ */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #eee7cb;
	text-align: center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,table,th,td {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,em,strong,th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

a:link,
a:active,
a:visited {
	color:#3A59E9;
	text-decoration: underline;
}
a:hover {
	color:#ef8508;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

/* ------------------------------------------------------
 general
------------------------------------------------------ */
/* clearfix
------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* textalign
------------------------------------------------------ */
.textright {text-align: right;}
.textleft {text-align: left;}
.textcenter {text-align: center;}


/* vertical align
------------------------------------------------------ */
.verticalmiddle {vertical-align: middle;}
.verticalbottom {vertical-align: bottom;}
.verticalbaseline {vertical-align: baseline;}


/* margin
------------------------------------------------------ */
.margin_t5 {margin-top: 5px;}
.margin_r5 {margin-right: 5px;}
.margin_b5 {margin-bottom: 5px;}
.margin_l5 {margin-left: 5px;}
.margin_t10 {margin-top: 10px;}
.margin_r10 {margin-right: 10px;}
.margin_b10 {margin-bottom: 10px;}
.margin_l10 {margin-left: 10px;}
.margin_t15 {margin-top: 15px;}
.margin_r15 {margin-right: 15px;}
.margin_b15 {margin-bottom: 15px;}
.margin_l15 {margin-left: 15px;}
.margin_t20 {margin-top: 20px;}
.margin_r20 {margin-right: 20px;}
.margin_b20 {margin-bottom: 20px;}
.margin_l20 {margin-left: 20px;}
.margin_t25 {margin-top: 25px;}
.margin_r25 {margin-right: 25px;}
.margin_b25 {margin-bottom: 25px;}
.margin_l25 {margin-left: 25px;}
.margin_t30 {margin-top: 30px;}
.margin_r30 {margin-right: 30px;}
.margin_b30 {margin-bottom: 30px;}
.margin_l30 {margin-left: 30px;}
.margin_t35 {margin-top: 35px;}
.margin_r35 {margin-right: 35px;}
.margin_b35 {margin-bottom: 35px;}
.margin_l35 {margin-left: 35px;}
.margin_t40 {margin-top: 40px;}
.margin_r40 {margin-right: 40px;}
.margin_b40 {margin-bottom: 40px;}
.margin_l40 {margin-left: 40px;}
.margin_t45 {margin-top: 45px;}
.margin_r45 {margin-right: 45px;}
.margin_b45 {margin-bottom: 45px;}
.margin_l45 {margin-left: 45px;}
.margin_t50 {margin-top: 50px;}
.margin_r50 {margin-right: 50px;}
.margin_b50 {margin-bottom: 50px;}
.margin_l50 {margin-left: 50px;}


/* padding
------------------------------------------------------ */
.padding_t5 {padding-top: 5px;}
.padding_r5 {padding-right: 5px;}
.padding_b5 {padding-bottom: 5px;}
.padding_l5 {padding-left: 5px;}
.padding_t10 {padding-top: 10px;}
.padding_r10 {padding-right: 10px;}
.padding_b10 {padding-bottom: 10px;}
.padding_l10 {padding-left: 10px;}
.padding_t15 {padding-top: 15px;}
.padding_r15 {padding-right: 15px;}
.padding_b15 {padding-bottom: 15px;}
.padding_l15 {padding-left: 15px;}
.padding_t20 {padding-top: 20px;}
.padding_r20 {padding-right: 20px;}
.padding_b20 {padding-bottom: 20px;}
.padding_l20 {padding-left: 20px;}
.padding_t25 {padding-top: 25px;}
.padding_r25 {padding-right: 25px;}
.padding_b25 {padding-bottom: 25px;}
.padding_l25 {padding-left: 25px;}
.padding_t30 {padding-top: 30px;}
.padding_r30 {padding-right: 30px;}
.padding_b30 {padding-bottom: 30px;}
.padding_l30 {padding-left: 30px;}
.padding_t35 {padding-top: 35px;}
.padding_r35 {padding-right: 35px;}
.padding_b35 {padding-bottom: 35px;}
.padding_l35 {padding-left: 35px;}
.padding_t40 {padding-top: 40px;}
.padding_r40 {padding-right: 40px;}
.padding_b40 {padding-bottom: 40px;}
.padding_l40 {padding-left: 40px;}
.padding_t45 {padding-top: 45px;}
.padding_r45 {padding-right: 45px;}
.padding_b45 {padding-bottom: 45px;}
.padding_l45 {padding-left: 45px;}
.padding_t50 {padding-top: 50px;}
.padding_r50 {padding-right: 50px;}
.padding_b50 {padding-bottom: 50px;}
.padding_l50 {padding-left: 50px;}


em, strong {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.no_bg {
	background: none !important;
}

.no_border {
	border: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_wrap {
	white-space: nowrap;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.paging {
	padding:6px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.paging img {
	vertical-align:middle;
}

.lastChild {
	margin-right: 0px !important;
	border-bottom: none !important;
}

.return_home {
	float: right;
	margin-top: 20px;
}

.fcred {
	color: #cc0000;
}

/* ------------------------------------------------------
 layout
------------------------------------------------------ */
/* 全体
------------------------------------------------------ */
#container {
	width: 844px;
	margin: 0px auto;
	text-align: left;
}

/* ------------------------------------------------------
 ヘッダー
------------------------------------------------------ */
#header {
	margin-bottom: 11px;
	background: url("../images/leaf.gif") 423px top no-repeat;
}

/* ------------------------------------------------------
 コンテンツ
------------------------------------------------------ */
#contents {
	background: url("../images/bg_contents.gif") left top repeat-y;
}

/* ------------------------------------------------------
 左カラム
------------------------------------------------------ */
#left_col {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 15px;
	margin-left: 17px;
	margin-right: 15px;
}

/* ------------------------------------------------------
 右カラム
------------------------------------------------------ */
#right_col {
	display: inline;
	float: left;
	width: 615px;
	margin-top: 15px;
}

/* ------------------------------------------------------
 フッター
------------------------------------------------------ */
#footer {
	clear: both;
	position: relative;
	top: -19px;
}

/* ------------------------------------------------------
 module
------------------------------------------------------ */
#head_left {
	display: inline;
	float: left;
	margin-left: 22px;
}

#head_right {
	float: right;
	width: 196px;
}

h1 {
	margin-top: 3px;
	font-size: 10px;
}

#logo {
	margin-top: 20px;
}

#change_font {
	margin-top: 11px;
	margin-right: 2px;
	background: url("../images/title_change_font.gif") 20px bottom no-repeat;
}

#change_font p {
	float: right;
}

#change_font p#large {
	margin-left: 7px;
}

#change_font p#default {
	margin-top: 4px;
}

#left_col .box1 {
	width: 180px;
	margin-top: 15px;
	padding-bottom: 2px;
	background: url("../images/bg_lbox_1_bottom.gif") left bottom no-repeat;
}

#left_col .box1 dl {
	padding-bottom: 7px;
	background: url("../images/bg_lbox_1.gif") left top repeat-y;
}

#left_col .box1 dt {
	height: 29px;
	margin-bottom: 4px;
	background: url("../images/title_lbox_1.gif") left top no-repeat;
	text-indent: -9999px;
}

#left_col .box1 dd {
	margin-left: 19px;
	margin-right: 10px;
}

#left_col .box1 .red {
	color: #cc3333;
}

#left_col .box2 {
	width: 180px;
	margin-top: 8px;
	margin-bottom: 40px;
	padding-bottom: 4px;
	background: url("../images/bg_lbox_2_bottom.gif") left bottom no-repeat;
}

#left_col .box2 dl {
	padding-bottom: 7px;
	background: url("../images/bg_lbox_2.gif") left top repeat-y;
}

#left_col .box2 dt {
	height: 68px;
	margin-bottom: 7px;
	background: url("../images/title_lbox_2.gif") left top no-repeat;
	text-indent: -9999px;
}

#left_col .box2 dd {
	margin-left: 15px;
	margin-right: 10px;
}

#foot_top {
	padding-bottom: 5px;
	background: url("../images/bg_footer_bottom.gif") left bottom no-repeat;
}

#f_navi {
	padding-left: 37px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url("../images/bg_footer.gif") left top repeat-y;
}

#f_navi li {
	float: left;
	color: #666;
	font-size: 10px;
}

#f_navi li a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

#f_navi li a:hover {
	text-decoration: underline;
}

#pagetop {
	display: inline;
	position: relative;
	top: -19px;
	float: right;
	xmargin-top: -19px;
	margin-right: 17px;
}

#pagetop02 {
	display: inline;
	position: relative;
	top: -19px;
	float: right;
	xmargin-top: -19px;
}

#foot_bottom {
	margin-bottom: 17px;
}

address {
	display: inline;
	float: left;
	margin-left: 3px;
	margin-top: 12px;
	font-size: 11px;
	color: #666;
}

#copyright {
	display: inline;
	float: right;
	margin-right: 3px;
	margin-top: 11px;
	font-size: 10px;
	color: #666;
}

.block1 {
	margin-bottom: 40px;
}

.block1 h2 {
	margin-bottom: 20px;
}

.block1 h3 {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 20px;
	background: url("../images/bg_title_h3.gif") left center no-repeat;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 130%;
	color: #479823;
}

.block1 h4 {
	clear: both;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url("../images/bg_title_h4.gif") left center no-repeat;
	font-weight: bold;
	font-size: 120%;
}

.block1 h5 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.block1 p {
	margin-bottom: 10px;
}

.block1 ul {
	margin-bottom: 10px;
}

.block1 ul li {
	list-style-type: disc;
	list-style-position: inside;

}

.block1 ul#detail_img {
	margin-bottom: 20px;
}

.block1 ul#detail_img li {
	float: left;
	margin-right: 15px;
	list-style-type: none;
	list-style-position: outside;
}

table.tb01 {
	width: 615px;
	border-collapse: collapse;
	border: 1px solid #c7ccc6;
}

table.tb01 th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 10px;
	border: 1px solid #c7ccc6;
	background: #f6faf2;
	font-weight: bold;
	color: #546d2c;
}

table.tb01 td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c7ccc6;
}

.shortcut {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.shortcut li {
	float: left;
	margin-right: 10px;
	border: 1px solid #b3aea7;
	list-style-type: none !important;
	background: #bfbab2;	
}

.shortcut a {
	display: block;
	padding: 8px;
	color: #fff !important;
	text-decoration: none !important;
}

.shortcut a:hover {
	background: #67635c;
	color: #fff;
}

.pup {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	background: url("../images/bg_pagetop.gif") left center no-repeat;
}

.acparts {
	margin-top: 40px;
	padding: 8px;
	padding-bottom: 30px;
	padding-right: 160px;
	background: #f7f7f7 url("../images/bg_contact.jpg") 457px center no-repeat;
	border: 1px solid #ccc;
}
	
/* ------------------------------------------------------
 page style
------------------------------------------------------ */
/* トップページ
------------------------------------------------------ */
#t_block1 {
	margin-top: 15px;
	margin-bottom: 17px;
}

#t_block1 h2 {
	height: 15px;
	margin-bottom: 8px;
	background: url("../images/title_tblock_1.gif") left top no-repeat;
	text-indent: -9999px;
}

#t_block2 #map {
	float: left;
	margin-right: 15px;
}

#t_block2 table {
	float: right;
	width: 280px;
}

#t_block2 table th {
	width: 59px;
	padding-left: 5px;
	background: #f8f4e4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#t_block2 table td {
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#news {
	margin-top: 24px;
	margin-bottom: 60px;
}

#news h3 {
	height: 27px;
	background: url("../images/title_news.gif") left top no-repeat;
	text-indent: -9999px;
}

#news #backnumber {
	float: right;
	margin-top: -19px;
}

#news ul {
	clear: both;
}

#news li {
	padding-top: 7px;
	padding-bottom: 8px;
	background: url("../images/line1.gif") left bottom no-repeat;
}

#news .date {
	margin-right: 20px;
	padding-left: 10px;
	background: url("../images/arrow1.gif") left center no-repeat;
}

#news .new {
	margin-top: 5px;
	margin-left: 5px;
}

/* ------------------------------------------------------
 施術所からのお知らせ
------------------------------------------------------ */
#news_year {
	margin-bottom: 20px;
	margin-left: 5px;
}

#news_year li {
	float: left;
	margin-right: 20px;
	padding-left: 15px;
	background: url("../images/arrow2.gif") left center no-repeat;
	list-style-type: none;
	list-style-position: outside;
}

#news_list li {
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 5px;
	background: url("../images/line1.gif") left bottom no-repeat;
	list-style-type: none;
	list-style-position: outside;
}

#news_list .date {
	margin-right: 20px;
	padding-left: 10px;
	background: url("../images/arrow1.gif") left center no-repeat;
}

#news_list .new {
	margin-top: 5px;
	margin-left: 5px;
}

/* ------------------------------------------------------
 均整術の治療法と効能
------------------------------------------------------ */
table#hefe1 th {
	width: 100px;
}

table#hefe2 th {
	width: 150px;
}

/* ------------------------------------------------------
 指ひねり
------------------------------------------------------ */
p.actext {
	float: left;
	margin-right: 80px;
}

p.acmap {
	float: left;
}

.finger {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.finger .iphoto {
	float: left;
	margin-right: 20px;
}

.finger .iphoto h4 {
	margin-top: 0px;
}

.finger .itext {
	float: left;
	width: 370px;
}

/* ------------------------------------------------------
 施術所の案内と料金表
------------------------------------------------------ */
table#outline {
	margin-bottom: 20px;
}

table#outline td {
	width: 450px;
}

table#outline tr.thead th {
	background: #7bb343;
	color: #fff;
}

/* ------------------------------------------------------
 スタッフ紹介
------------------------------------------------------ */
.introbox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.introbox .iphoto {
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #ccc;
}

.introbox .itext {
	float: left;
	width: 415px;
}

.introbox .itext h4 {
	margin-top: 0px;
	padding-left: 5px;
	background: none;
	border-left: 4px solid #ee7821;
}

/* ------------------------------------------------------
リンク
------------------------------------------------------ */
.linkmdata {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #e0e0e0;
}

.linkmdata p {
	margin: 0px;
	margin-top: 5px;
}

/* ------------------------------------------------------
 お問い合わせ
------------------------------------------------------ */
table#mailform {
	margin-top: 20px;
}

table#mailform th {
	width: 150px;
}

table#mailform td {
	padding-top: 10px;
	padding-bottom: 10px;
}

table#mailform .item01 {
	width: 70px;
}

table#mailform .item02 {
	width: 140px;
}

table#mailform .item03 {
	width: 300px;
}

table#mailform .item04 {
	width: 420px;
}

#submit {
	width: 150px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 60px;
}

#submit input {
	width: 150px;
	height: 25px;
}

/*2011/6/7追加*/
.mb10 { margin-bottom:10px;}
.f-b { font-weight:bold;}
.or { color:#F60; }
.about-table {
	width:100%;
}
.about-table th {
	width:20%;
	vertical-align:top;
	padding-bottom:10px;
}
.about-table td {
	width:80%;
	vertical-align:top;
	padding-bottom:10px;
}

.about-table02 {
	width:100%;
}
.about-table02 th {
	width:30%;
	vertical-align:top;
	padding-bottom:10px;
}
.about-table02 td {
	width:70%;
	vertical-align:top;
	padding-bottom:10px;
}

.tar { text-align:right;}
