@charset "shift_jis";
/* CSS Document */

/*リセットcss*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding:0;
	margin:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight:normal;
	font-style:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:12px;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*共通設定*/
body{
	width:100%;
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat-x;
	font-size:16px;
	color:#333333;
}

a{
	text-decoration:none;
	color:#090;
}
a:hover{
	text-decoration:underline !important;
	color:#060;
}
a:visited{
	text-decoration:none;
	color:#096;
}
/*ページトップ*/
.to_top{
	text-align:right;
	font-size:12px;
}
.to_top img{
	vertical-align:middle;
}


/*カラム割り設定*/
#header{
	height:130px;
	background-image: url(../img/common/head_bg.jpg);
	background-repeat: repeat-x;	
}
#main{
	width:992px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	background-image: url(../img/common/line.gif);
	background-repeat: repeat-y;
	background-position: 244px top;
}
#right{
	float:right;
	width:726px;
	height:100%;
	padding-left:22px;
	padding-bottom:20px;
}
#left{
	float:left;
	padding-bottom:20px;
}
#footer{
	width:100%;
	background-color:#9BC29F;
	border-bottom:solid 4px #4E7E53;
}
#footer_cont{
	width:992px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
#footer_cont p{
	font-size:14px;
	line-height:160%;
	float:left;
}
#footer_cont div{
	float:right;	
}
#footer_cont div p{
	line-height:140%;	
}
#copy{
	clear:both;
	width:100%;
	text-align:center;
}
#footer a{
	color:#333;
}
#footer a:hover{
	color:#666;	
}
#footer a:visited{
	color:#333;	
}
/*ヘッダー設定*/
#header h1{
	width:992px;
	height:15px;
	margin:0px auto;
	font-size:12px;
	color:#ffffff;	
}
#header h1 a{
	color:#fff;	
}
#header h1 a:hover{
	text-decoration:none !important;
	color:#fff;	
}
#header h1 a:visited{
	color:#fff;	
}
#int_head{
	width:992px;
	margin:0px auto;
}
#head_left{
	float:left;	
}
#head_right{
	float:right;
	margin-top:0px;
	padding-top:0px;
}
#header p{
	margin-top:4px;	
}
#header h2{
	margin:4px 0px 0px 16px;
	font-size:14px;	
}

/*グローバルナビ設定*/
#navi{
	width:100%;
	height:55px;
	background-image: url(../img/common/navi_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:1;
}
#navi ul{
	width:992px;
	margin-left:auto;
	margin-right:auto;

}
#navi ul li{
	float:left;
	margin-top:5px;
}
/*左カラム設定*/
#intro{
	width:208px;
	height:240px;
	margin:20px 16px 0px 18px;
	background-image: url(../img/common/left_back.jpg);
	background-repeat: no-repeat;		
}
#intro img{
	margin:10px 0px 0px 28px;	
}
#intro p{
	font-size:12px;	
	margin:2px 24px;
}
#intro p strong{
	line-height:160%;
}	
#left_text{
	margin-bottom:20px;	
}
#left_text p{
	margin:0px 5px 2px 15px;
	font-size:14px;
	line-height:100%;
}
.text_right{
	text-align:right;	
}
.font12px{
	font-size:12px !important;	
}
#left_bana{
	margin-left:20px;
}
#left_bana li{
	margin-bottom:10px;	
}
/*トップページ設定*/
/*flash設定*/
#flash{
	background-color:#5F8B64;
	width:100%;
	_margin-top:0px !important;
	/margin-top:0px !important;
	margin-top:-3px;
	height:240px;
}
#flash div{
	width:992px;
	_margin:0px auto 0px auto !important;
	/margin:0px auto 0px auto !important;
	margin:-3px auto 0px auto;
	z-index:3;
}

/*トップコンテンツ設定*/
.contents h3,h4{
	margin-top:0px;
	margin-bottom:10px;
	border:solid 1px #cccccc;
	width:673px;
	height:34px;
	padding:3px 0px 3px 7px;
	background-image: url(../img/common/title_bg.jpg);
	background-repeat: repeat;
	background-position: left center;
}
#top_info{
	width:660px;
	height:278px;
	border:solid 1px #9BC29F;
	margin-left:10px;
	margin-bottom:20px;
	background-image: url(../img/common/cont_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_info p{
	margin:16px;
	line-height:140%;	
}
#top_info p strong{
	font-weight:bold;
	line-height:36px;
}

/*共通設定*/
#main_img{
	background-color:#5F8B64;
	width:100%;	
}

#main_img div{
	width:992px;
	margin:-3px auto 0px auto;
}
#pnkz{
	font-size:12px;
	height:20px;
	margin-top:4px;
}
.mgt20{
	margin-top:20px !important;	
}
.noimg{
	background-image:none !important;
}
/*お問合せ設定*/
#contact_cont{
	width:660px;
	border:solid 1px #9BC29F;
	margin-left:10px;
}
#contact_cont p{
	margin:16px 16px 20px 16px;
	line-height:140%;	
}
#tel_contact{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
#form_box{
	width:640px;
	margin-bottom:20px;
}
#form_box h4{
	margin:0px 0px 0px 32px !important;
	padding:0px !important;
	border:none;
	background-image:none;
}
#form_box p{
	text-align:right;
	color:#C00;
	font-size:12px;
}
#form_box table{
	width:586px;
	margin:0px 16px 10px 48px;
	font-size:14px;
}
#form_box table tr th{
	border:solid 1px #cccccc;
	padding:8px 20px 8px 20px;
	background-color:#F1F5EF;
	vertical-align:top;
	font-weight:bold;
	color:#5E8A63;
}
#form_box table tr td{
	border:solid 1px #cccccc;
	padding:8px 20px 8px 20px;
}
#form_box table tr th span{
	color:#C00;
	font-size:12px;
}
#button{
	text-align:right;	
}
.name_box{
	width:200px;	
}
.tel_box{
	width:180px;	
}
.mail_box{
	width:340px;
}	
.text_box{
	width:100%;
}
/*さかの中国整体院案内*/
#about_cont{
	width:660px;
	border:solid 1px #9BC29F;
	margin-left:10px;
}
#about_cont table{
	margin:20px 0px 20px 32px;
	width:586px;
}
#about_cont table th{
	background-color:#F1F5EF;
	border:solid 1px #cccccc;
	padding:10px 20px;
	font-weight:bold;
	color:#5E8A63;
	vertical-align:top;
}
#about_cont table td{
	border:solid 1px #cccccc;
	padding:10px 20px;
	color:#333333;
}

#about_img{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
#access{
	position:relative;
}
#access h4{
	margin:0px 0px 0px 32px !important;
	padding:0px !important;
	border:none;
	background-image:none;	
}

#access div{
	margin-right:20px;
	margin-left:32px;
}
#access dl{
	width:200px;
	position:absolute;
	border:solid 3px #91B185;
	background-color:#FAFCFA;
	padding:20px 5px 10px 16px;
	top: 40px;
	right: 16px;
}
#access dl dt{
	border:solid 2px #D9DD83;
	background-color:#FCFCF1;
	width:64px;
	height:24px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
#access dl dd{
	margin:5px 0px 10px 0px;	
}
/*Q&Aよくあるご質問*/
#qa_cont{
	width:660px;
	border:solid 1px #9BC29F;
	margin-left:10px;
	margin-bottom:20px;
	background-image: url(../img/common/cont_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#qa_cont dl{
	margin:24px 12px 20px 20px;
	width:600px;
	line-height:150%;
}
#qa_cont dl dt{
	padding-left:24px;
	background-image: url(../img/page/qa_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	font-weight:bold;
	color:#5E8A63;
	margin-bottom:5px;
	margin-top:10px;
	padding-top:4px;
}
#qa_cont dl dd{	
	margin:0px 12px 0px 0px;	
	padding:0px 24px 10px 24px;
	border-bottom:solid 1px #D9DD83;
}
.border-none{
	border-bottom:none !important;	
}
/*中国整体（推拿）*/
.seitai_cont{
	width:660px;
	border:solid 1px #9BC29F;
	margin-left:10px;
	margin-bottom:20px;
}
.seitai_cont p{
	margin:20px 20px 10px 20px;	
	line-height:140%;
}
.setai02 p{
	width:626px;
	margin:20px 20px 10px 36px;	
}
.setai02{
	padding:0px;
	width:660px;
	background-image: url(../img/page/seitai_img.gif);
	background-repeat: no-repeat;
	background-position: 334px bottom;		
}
.setai02 table{
	margin:0px 0px 10px 20px;	
	font-size:12px;
	width:308px;
}
.setai02 table tr{
	background-color:#ffffff;	
}
.tr2{
	background-color:#F2F3D3 !important;	
}
.setai02 table th{
	height:16px;
	font-weight:bold;
	padding:3px 5px 3px 12px;
}
.setai02 table td{
	height:16px;
	padding:3px 5px 3px 12px;
}
.text_center{
	text-align:center;
	margin-bottom:20px !important;
}
#seitai03{
	width:660px;
	border:solid 1px #9BC29F;
	margin-left:10px;
	margin-bottom:20px;
}
#seitai03 h4{
	margin:20px 0px 0px 20px !important;
	padding:0px !important;
	border:none;
	background-image:none;	
}
#seitai03 p{
	margin:0px 0px 15px 36px;	
}
#seitai03 table{
	margin:0px 0px 20px 32px;
	width:516px;
	font-size:14px;
	line-height:150%;
}
#seitai03 table tr th{
	padding:8px 10px 8px 20px;
	background-color:#DFE8DB;
	border:solid 1px #cccccc;
	vertical-align:top;
}
#seitai03 table tr td{
	padding:8px 10px 8px 20px;
	background-color:#FCFCF1;
	border:solid 1px #cccccc;
	vertical-align:top;
}
/*施術について*/
#sezyutu_cont{
	width:660px;
	border:solid 1px #9BC29F;
	margin-left:10px;
	margin-bottom:20px;
}
#sezyutu_cont p{
	margin:20px 20px 20px 20px;	
	width:610px;
	line-height:150%;
}
#sezyutu_bg{
	background-image: url(../img/common/cont_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	margin-bottom:20px;
}
#sezyutu_cont h4{
	margin:20px 0px 0px 20px !important;
	padding:0px !important;
	border:none;
	background-image:none;	
}
#sezyutu_cont dl{
	width:620px;
	background-image: url(../img/page/sezyutu_bg.jpg);
	background-repeat: no-repeat;
	background-color:#EDF2EA;
	margin:0px 20px 20px 20px;
	padding-top:15px;
	padding-bottom:15px;
	line-height:140%;
}

#sezyutu_cont dl dt{
	margin:0px 0px 5px 20px;	
}
#sezyutu_cont dl dd{
	margin:0px 20px 10px 20px;	
}
/*サイトマップ*/
#sitemap{
	margin:20px 20px 40px 48px;	
}
#sitemap li{
	background-image: url(../img/page/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position:center left;
	padding-left:14px;
	margin-bottom:10px;
}
