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

#topWrap {
	background-image: url(../img/sub_top_bg.jpg);
	background-repeat: repeat-x;
}

#top {
	height: 286px;
}

#mainArea h3 {
	padding-bottom: 20px;
}

#about #photo {
	padding-left: 9px;
	padding-bottom: 10px;
}

#about h4 {
	font-size: 120%;
	font-weight: bold;
	color: #FF8095;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF8095;
	padding-left: 5px;
	margin-bottom: 7px;
}

#about p {
	line-height: 1.3em;
}

#about #tel {
	padding-top: 5px;
	padding-bottom: 7px;
}

#about #comment{
	padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

.pink {
	font-size: 120%;
	font-weight: bold;
	color: #FF8095;
}

.item h4 {
	padding-bottom: 4px;
}

.bar {
	padding-bottom: 15px;
	_padding-bottom: 5px;
}

/*ie7*/
*:first-child+html .bar {
	padding-bottom: 5px;
}

.tel_num{
	color:#FF2B50;
	text-decoration:underline;
}

.mt15{
	margin-top:15px;
	line-height:120%;
}

.mb15{
	margin-bottom:15px;
	line-height:120%;
}
	



