@charset "utf-8";

html {
/*	height: 100%;*/
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-family: Meiryo,Osaka,Verdana,Arial,Helvetica,sans-serif;
	line-height: 150%;
	background-image: url(image/back.jpg);
	background-repeat: repeat-x;
}

img,p,h1,h2,h3,h4,h5,h6,ul,dl {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

li {
	list-style: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:link {
	color: #C00;
	text-decoration: none;
}

a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

a:active {

}

b {
	color: #F00;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

input,select {
	font-family: Meiryo;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	padding-top: 5px;
	color: #999;
	font-size: 11px;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 20px;
}

h4 {
	margin: 5px 0;
	font-size: 16px;
	color: #AA9650;
	border-bottom: 1px dotted #999;
}

/*-----------------------------------------------------------------*/

#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0; 
	background: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#unit {
	width: 860px;
	margin: 0 auto;
}

#headline {
	width: 100%;
	border-bottom: 3px solid #600;
}

#head {
	width: 860px;
	height: 80px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #FFF;
/*	background-image: url(image/grobal.jpg);
	background-repeat: repeat-x;*/
}

#main {
	float: right;
	width: 620px;
	margin: 0;
	background-color: #FFF;
}

#side {
	float: left;
	width: 220px;
	font-size: 14px;
	background-color: #FFF;
}


#foot {
	text-align: center;
	margin: 20px 0 0;
	padding: 20px;
	font-size: 12px;
	background: #CCC;
}

/*-----------------------------------------------------------------*/

#local li a {
	display: block;
	width: 220px;
	height: 60px;
}

#nav01 a {
	background: url(image/nav_01.jpg) no-repeat;
}

#nav02 a {
	background: url(image/nav_02.jpg) no-repeat;
}

#nav04 a {
	background: url(image/nav_04.jpg) no-repeat;
}

#nav05 a {
	background: url(image/nav_05.jpg) no-repeat;
}

#nav06 a {
	background: url(image/nav_06.jpg) no-repeat;
}

#nav07 a {
	background: url(image/nav_07.jpg) no-repeat;
}

#decoration #nav01 a,
#nav01 a:hover {
	background: url(image/navh_01.jpg) no-repeat;
}

#paint #nav02 a,
#nav02 a:hover {
	background: url(image/navh_02.jpg) no-repeat;
}

#diagnosis #nav04 a,
#nav04 a:hover {
	background: url(image/navh_04.jpg) no-repeat;
}

#lecture #nav05 a,
#nav05 a:hover {
	background: url(image/navh_05.jpg) no-repeat;
}

#question #nav06 a,
#nav06 a:hover {
	background: url(image/navh_06.jpg) no-repeat;
}

#inquiry #nav07 a,
#nav07 a:hover {
	background: url(image/navh_07.jpg) no-repeat;
}

/*-----------------------------------------------------------------*/

#sub {
	width: 280px;
	height: 140px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
	border: 1px solid #CCC;
}

#news {
	height: 150px;
	margin-bottom: 40px;
	padding-top: 10px;
	overflow: auto;
}

#news li {
	margin: 3px 10px 3px 0;
	padding: 2px 0;
	font-size: 13px;
	text-indent: 10px;
	border-bottom: 1px dotted #999;
	list-style: none;
}


#pagetop {
	margin: 40px 40px 0 0;
	text-align: right;
}

.menutitle {
	width: 620px;
	height: 60px;
	padding: 0px;
	background-color: #AA9650;
}

.line {
	font-size: 16px;
	font-weight: bold;
}

.pricelist {
	margin: 10px 0;
}

.pricelist th {
	width: 160px;
	text-align: left;
	text-indent: 10px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #999;

}

.pricelist td {
	width: 80px;
	text-align: right;
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #999;
}

.step {
	width: 76px;
	padding: 5px;
	border: 2px solid #AA9650;
	background-color: #AA9650;
	float: left;
	text-align: center;
	color: #FFF;
	font-family: arial;
	font-size: 18px;
}

.steptx {
	width: 516px;
	padding: 5px;
	border: 2px solid #AA9650;
	float: left;
	text-indent: 10px;
}

.triangle {
	margin: 5px 0 5px 290px;
	font-size: 20px;
	color: #AA9650;
}

.balinks {
	margin: 5px 0 40px 70px;
}

#beaf1,#beaf2,#beaf3,#beaf4,#beaf5,#beaf6,#beaf7,#beaf8,#beaf9,#beaf10,#beaf11 {
	margin: 0 auto;
}

#photodiv {
	width: 620px;
	height: 240px;
	margin-bottom: 10px;
}

#tableBox th,
#tableBox td {
	border: 1px solid #999;
	vertical-align: top;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
}

#tableBox th {
	text-align: left;
	background-color: #EEE;
}

#inquiry #side,
#inquiry #foot,
#inquiry #pagetop {
	display: none;
}

#inquiry #main {
	float: none;
	margin: 0 auto;
}

