h2 {
	color: #ff0000;
	text-decoration:underline;
}
.style1 {
	font-style: italic;
}
table.schedule {
	border-collapse: collapse;
	line-height: 1.5em;
}
table.schedule th {
	background: #c6e6a2;
	font-weight: normal;
}
table.schedule th,
table.schedule td {
	padding: 10px;
	border: 1px solid #999999;
	}
table.company {
	border-collapse: collapse;
}
table.company th {
	background: #ffffff;
	width: 25%;
	font-weight: normal;
	text-align: right;
}
table.company th,
table.company td {
	padding: 10px;
	border: 1px solid #999999;
}

/* english navi */
div.navi-en {
	margin: 0px 0 0;
	height: 80px;
	font-size: small;
}
div#navi-en-about {
	background: url( images/navi-en-about-bg.gif ) left top no-repeat;
}
div#navi-en-host-families {
	background: url( images/navi-en-families-bg.gif ) left top no-repeat;
}
div#navi-en-contact {
	background: url( images/navi-en-contact-bg.gif ) left top no-repeat;
}
div#navi-en-cultural {
	background: url( images/navi-en-cultural-bg.gif ) left top no-repeat;
}
#navi-en-box {
	background: url( images/navi-english-bg2.gif ) left top no-repeat;
}
.navi-en h4 {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	color: #669900;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 35px;
}
div.navi-en ul {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	list-style: none;
}
div.navi-en ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
}
.navi-en ul.navi-item {
	padding: 15px 0 0 20px;
}
.navi-en ul.navi-item li {
	margin-right: 10px;
	padding-left: 15px;
	line-height: 14px;
	font-size: x-small;
	background: url( images/icon-nav.gif ) left center no-repeat;
}
dl.core-value {
}
dl.core-value dd {
	margin: 0;
	padding: 0;
}


