/* @group top layout */
div.main {
	position: relative;
}

div.left-col {
	width: 555px;
	min-height: 980px;
	_height:980px
}

div.right-col {
	position: absolute;
	right: 0;
	top: 0;
	width: 330px;
}

div.main-visual {
	margin-bottom: 8px;
}

/* @end */

/* @group box css */

div.l-box,
div.r-box {
	padding-bottom: 9px;
	margin-bottom: 6px;
}

div.l-box div.cont,
div.r-box div.cont {
	background-color: #ffffff;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

div.l-box {
	background: #ffffff url(../images/bg-left-col02.gif) no-repeat 0 bottom;
}

div.l-box div.cont {
	padding-left: 18px;
	padding-right: 16px;
	padding-bottom: 12px;
}

div.l-box h3 {
	background-image: url(../images/bg-left-col01.gif);
	height: 52px;
}

div.l-box-c  div.cont {
	/*background-image: url(../../images/top-bg-01.gif);*/
	background: #0092DB url(../../images/top-bg-01.gif) no-repeat 0 bottom;
	padding-bottom:12px;
	padding-left:18px;
	padding-right:16px;
}

div.l-box-c  div.cont p.consul,
div.l-box-c  div.cont p.inquiry {
	padding-bottom: 5px;
}



div.r-box {
	background: url(../images/bg-right-col02.gif) no-repeat 0 bottom;
}

div.r-box div.cont {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

div.r-box h3 {
	background-image: url(../images/bg-right-col01.gif);
	height: 51px;
}

/* @end */

/* @group contents css */
div.treatment {
	font-size: 13px;
	padding: 18px 0 10px;
	position: relative;
}
div.treatment p.img {
	clear: left;
}
div.treatment p.img img.l-img {
	float: left;
	margin-right: 22px;
}
div.treatment p.info-txt {
	margin-top: 5px;
	height: 80px;
}
div.treatment ul {
	position: absolute;
	right: 0;
	bottom: 0;
}


div.others {
	margin-top: 22px;
	clear: left;
	border: 1px solid #c4c4c4;
	padding: 12px;
}

div.others h4 {
	padding-bottom: 10px;
}

div.others ul {
	text-align: right;
}

div.others ul li{
	display: inline;
	margin-left: 20px;
}

div.others ul li a {
	padding-left: 23px;
	background: url(../images/c-list-mark01.gif) no-repeat left;
}

dl.news {
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 40px;
}

dl.news dt,
dl.news dd {
	padding-top: 6px;
}

dl.news dt {
	float: left;
}

dl.news dd {
	padding-left: 130px;
	background: url(../images/c-line01.gif) no-repeat 0 bottom;
}

dl.news dd.last-child {
	background-image: none;
}

p.consul {
	padding-top: 10px;
}

p.inquiry {
	padding-top: 3px;
	text-align: right;
	position: relative;
	top: 8px;
}

div.right-col h4 {
	padding-top: 14px;
	padding-bottom: 2px;
}

div.right-col h5 {
	background: url(../images/c-list-mark02.gif) no-repeat 0 center;
	font-size: 108%;
	padding-left: 15px;
	margin-top: 3px;
	color: #008fdb;
}

p.timetbl {
	margin-top: 5px;
}

p.desc {
	padding-top: 5px;
	min-height: 3em;
	_height: 3em
}

p.qrcode {
	float: left;
}
/* @end */

