@charset "utf-8";
/*@import "";*/


/* Library
***************************************************************************/
#healthycourseH1{
    background: url(../img/healthylecture_h1.jpg) no-repeat left top;
}
#preventiveH1{
    background: url(../img/preventive_h1.jpg) no-repeat left top;
}
#overallH1{
    background: url(../img/overall_h1.jpg) no-repeat left top;
}
#medicalcareH1{
    background: url(../img/medicalcare_h1.jpg) no-repeat left top;
}
#nagomiH1{
    background: url(../img/nagomi_h1.jpg) no-repeat left top;
}
#lectureseminarH1{
    background: url(../img/lectureseminar_h1.jpg) no-repeat left top;
}
.lead {
    padding: 0 0 40px 7px;
}
.box01 {
    padding-top: 25px;
	padding-left: 15px;
}
.box01 li {
	width: 270px;
	height: 17px;
	border: solid 1px #E3E3E3;
	background: #F5F3F1 url(../img/icon03.gif) no-repeat 10px 12px;
	padding: 12px 10px 12px 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 75%;
	float: left;
}
*+html body .box01 li {
	margin-bottom: -15px;
}
.box01 li a {
    color: #0A589E;
	text-decoration: underline;
}
.box01 li a:hover {
    color: #0A589E;
	text-decoration: none;
}


.box01:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .box01 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



