@charset "utf-8";

#contents #main .news-list {
	font-size: 93%;
	line-height: 1;
}

/*----------------------------------------------------------------
 * 
 */

/*  */

#contents h1 {
	font-size: 150%;
}

/*----------------------------------------------------------------
 * メインイメージ
 */

#main-image {
	margin-top: 10px;
	padding-bottom: 2px;
	border-bottom: 4px solid #59930B;
}

/*----------------------------------------------------------------
 * 扉
 */

#title {
	min-height: 450px;
	margin-top: 40px;
	border-top: 1px solid #496227;
	border-bottom: 1px solid #CCCCCC;
	background: url(../img/title-back.jpg) no-repeat 0 40px;
}

#title hgroup {
	position: relative;
	height: 180px;
	margin-top: 40px;
	margin-left: 450px;
}

#title hgroup h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 115px;
	background: url(../img/h1-title.png) no-repeat;
	text-indent: -9999px;
}

#title hgroup h2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #496227;
	font-size: 138.5%;
	line-height: 1;
}

#title hgroup h2 span {
	display: block;
	text-align: left;
}

#title hgroup h2 span + span {
	margin-top: .5em;
	text-align: right;
}

#title .schedule {
	margin-top: 40px;
	margin-left: 450px;
	color: #496227;
	font-size: 138.5%;
	line-height: 1;
}

#title .airport {
	margin-top: 12px;
	margin-left: 450px;
	color: #496227;
	font-size: 138.5%;
	line-height: 1;
}

#title table {
	margin-top: 20px;
	margin-left: 450px;
}

#title table th,
#title table td {
	font-size: 93%;
	font-weight: normal;
	text-align: left;
	line-height: 2;
}

#title table td {
	padding-left: 20px;
}

/*----------------------------------------------------------------
 * 視察研修の目的とご挨拶
 */

#purpose {
	margin-top: 80px;
	overflow: hidden;
}

#purpose h1 {
	height: 24px;
	background: url(../img/h1-purpose.png) no-repeat;
	text-indent: -9999px;
}

#purpose .body {
	float: left;
	width: 550px;
	margin-top: 40px;
}

#purpose .body p {
	margin: -6px 0 -6px;
	font-size: 93%;
	line-height: 2;
}

#purpose .body p + p {
	margin-top: 2em;
}

#purpose .body ol {
	margin-top: 2em;
}

#purpose .body li {
	position: relative;
	counter-increment: item;
	margin-left: 30px;
	font-size: 93%;
	line-height: 2;
}

.ie6 .body #purpose li,
.ie7 .body #purpose li {
	list-style-type: decimal;
}

#purpose .body li:before {
	position: absolute;
	left: -30px;
	content: "(" counter(item) ")";
}

.ie6 .body #purpose li:before,
.ie7 .body #purpose li:before {
	content: "";
	margin-left: 0;
}

#purpose .body li + li {
	margin-top: 1em;
}

#purpose figure {
	float: right;
	margin-top: 40px;
}

/*----------------------------------------------------------------
 * 旅行詳細
 */

#tour {
	margin-top: 80px;
}

#tour h1 {
	height: 24px;
	background: url(../img/h1-tour.png) no-repeat;
	text-indent: -9999px;
}

#tour table {
	width: 100%;
	margin-top: 30px;
}

#tour table th,
#tour table td {
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	font-size: 93%;
	font-weight: normal;
	vertical-align: middle;
	line-height: 2;
}

#tour table thead th {
	background-color: #CFDFB9;
	font-size: 108%;
}

#tour table tbody th {
	background-color: #F1F7E9;
	text-align: left;
}

#tour table.info th {
	width: 150px;
}

#tour table.schedule .number,
#tour table.schedule .date,
#tour table.schedule .day,
#tour table.schedule .city,
#tour table.schedule .time,
#tour table.schedule .transport,
#tour table.schedule .meals {
	text-align: center;
}

#tour table.schedule .lodgment {
	margin: 0;
	text-align: right;
}

#tour p {
	margin: 27px 0 -.25em;
	font-size: 93%;
	line-height: 1.5;
}

#tour .caution {
	color: #ff0000;
}

/*----------------------------------------------------------------
 * 募集要項
 */

#application {
	margin-top: 80px;
}

#application h1 {
	height: 24px;
	background: url(../img/h1-application.png) no-repeat;
	text-indent: -9999px;
}

#application table {
	width: 100%;
	margin-top: 30px;
}

#application table th,
#application table td {
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	font-size: 93%;
	font-weight: normal;
	vertical-align: middle;
	line-height: 2;
}

#application table thead th {
	background-color: #CFDFB9;
	font-size: 108%;
}

#application table tbody th {
	width: 150px;
	background-color: #F1F7E9;
	text-align: left;
}

#application .caution {
	color: #ff0000;
}

/*----------------------------------------------------------------
 * お問い合わせ
 */

#contact {
	margin-top: 80px;
}

#contact h1 {
	height: 24px;
	background: url(../img/h1-contact.png) no-repeat;
	text-indent: -9999px;
}

#contact p {
	margin: 24px 0 -6px;
	font-size: 93%;
	line-height: 2;
}
