#head {
	height: 289px;
	background-image: url(../images/main-visual-top.jpg);
	background-repeat: no-repeat;
}
body {
	background-image: url(../images/bg-body-top.jpg);
	background-repeat: repeat-x;
}
#main-body {
	width: 388px;
	float: left;
}
#main-sub {
	float: right;
	width: 167px;
}
#main-body h2 {
	margin-bottom: 10px;
}
#main-body h3 {
	margin-bottom: 15px;
}

.section {
	padding-bottom: 30px;
	background-image: url(../images/line-dot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 30px;
}
.blog-title {
	padding-right: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	line-height: 18px;
	color: #555555;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.data {
	font-size: 11px !important;
	font-size: 10px;	
	color: #DA3D3D;
}
#item p {
	line-height: 18px;
	padding-left: 0px;
}

#general,
#kid,
#corrective,
#provide,
#esthetic {
	height: 70px;
	width: 288px;
	padding-top: 21px;
	padding-left: 100px;
}

#general {
	background-image: url(../images/bg-general.png);
	background-repeat: no-repeat;
}
#kid {
	background-image: url(../images/bg-kid.png);
	background-repeat: no-repeat;
}
#corrective {
	background-image: url(../images/bg-corrective.png);
	background-repeat: no-repeat;
}
#provide {
	background-image: url(../images/bg-provide.png);
	background-repeat: no-repeat;
}
#esthetic {
	background-image: url(../images/bg-esthetic.png);
	background-repeat: no-repeat;
}
#main-sub img {
	margin-bottom: 15px;
}
.right {
	float: right;
}
