@charset "UTF-8";
/* CSS Document */

#mainBox{
	width:780px;
	margin:60px auto 15px auto;
}

h2{
	margin-top:10px;
	margin-bottom:10px;
}

h3{
	margin-top:20px;
	margin-bottom:10px;
}



/* カテゴリ内設定あれこれ
------------------------------*/
.categoryBox{
	width:750px;
	margin-bottom:15px;
	line-height:1.6em;
	float:left;
	}

.categoryBox ul{
	padding:0;
	margin:0;
	font-size:0;
}

.categoryBox li{
	float:left;
	margin: 15px auto 20px 10px;
	padding: 0;
	list-style:none;
}

#left0{
	margin-left:75px;
}

.explanationBox{
	font-size:1.2em;
	color:#008133;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}

.categoryTextBox{
	margin:10px auto 10px auto;
	padding:0px 5px 0px 5px;
}

.categoryBox li img{
	border:1px solid #cccccc;
	float:left;
	margin-right:10px;
	padding:5px;
}	

#photoR{
	border:1px solid #cccccc;
	float:right;
	margin-right:10px;
	margin-left:10px;
	padding:5px;
}

span.red{
	color:#FF0000;
}

span.mini{
	font-size:0.8em;
}

#categoryall{
	width:750px;
	margin:0 auto;
}

p.bold{
	font-weight:bold;
	font-size:1.2em;
}

.attentionBox{
	padding:10px;
	font-weight:bold;
	color:#009933;
	border: thin solid 009933;
}

..attentionBox ul{
clear:both;
}

/* 料金テーブル設定（thが上部）
------------------------------*/
p#tebleTitle{
	font-weight:bold;
	font-size:1.2em;
}

table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:25px;
}

table#table-01 th {
	width:250px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/* 料金テーブル設定（thが左側）
------------------------------*/
table#table-02 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:25px;
}

table#table-02 th {
	width:250px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#table-02 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/* 健康保険治療ページ設定
------------------------------*/
.miniTitle{
	border-bottom: dotted #333333 2px;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
.miniTitle p{
	margin: 0em 0em;
}

.attentionBox{
	border:1px solid #CCCCCC;
	padding:10px;
}

/* 治療院紹介テーブル設定
------------------------------*/
table#table-03 {
    width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:25px;
}

table#table-03 th {
	width:100px;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #00CC33;
	color:#ffffff;
}

table#table-03 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/* スタッフ紹介ページ
------------------------------*/
.staffBox001{
	width:221px;
	height:302px;
	padding:5px;
	float:left;
	margin-right:15px;
	background-image:url(img/staffBack1.jpg);
}

.staffBox002{
	width:221px;
	height:302px;
	padding:5px;
	float:left;
	margin-right:15px;
	background-image:url(img/staffBack2.jpg);
}

.staffBox003{
	width:221px;
	height:302px;
	padding:5px;
	float:left;
	margin-right:15px;
	background-image:url(img/staffBack3.jpg);
}

.staffBox001 p, .staffBox002 p,.staffBox003 p{
	padding:5px;
}

p#director{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:solid 1px #666666;
}

#directorHoka{
	font-size:1.2em;
}

.staffBox02{
	width:220px;
	text-align:center;
	margin-top:20px;
	float:left;
}

.staffBox02 img{
	border:1px solid #cccccc;
	padding:5px;
}
	
.staffBox2Text{
	float:left;
}


.kaizyo{
	clear:both;
}

.staffTextBox{
	width:90px;
	margin-top:30px;
	margin-left:30px;
	text-align:left;
	line-height:1.3em;
}

.staffTextBox p {
	margin: 0em 0em;
}

/* o2ページ
------------------------------*/
#o2capsule ul#koe{
	margin-left: 1.0em;
	list-style:none;
	line-height:2em;
	}
	
#o2capsule ul#koe li{
	text-indent: -1.0em;
}

.koeBox{
	width:700px;
	float:left;
	margin-bottom:20px;
}

#o2capsule .categoryBox{
margin-bottom:15px;
} 
