/*------------------------------------------------------------------------
修学旅行ページ(横幅860px)
------------------------------------------------------------------------*/
html, body {
	background: url(../../images/reliablity_bg.jpg) top center no-repeat;
}
/*------------------------------------------------------------------------
メインメニュー
------------------------------------------------------------------------*/
#g-nav {
	position:absolute;
	left: 0;
	top: 449px;
	width: 914px;
	height: 56px;
	z-index:100;
	overflow: hidden;
	_zoom: 1;
}
#g-nav ul li {
	float: left;
}
#g-nav ul li span{
	display: none;
}
a#nav1 {
	width: 118px;
	height: 56px;
	display: block;
	background: url(../../images/sch2_nav01_off.gif) no-repeat;
}
a#nav2 {
	width: 148px;
	height: 56px;
	display: block;
	background: url(../../images/sch2_nav02_off.gif) no-repeat;
}
a#nav3 {
	width: 124px;
	height: 56px;
	display: block;
	background: url(../../images/sch2_nav03_off.gif) no-repeat;
}
a#nav4 {
	width: 119px;
	height: 56px;
	display: block;
	background: url(../../images/sch2_nav04_off.gif) no-repeat;
}	
a#nav5 {
	width: 125px;
	height: 56px;
	display: block;
	background: url(../../images/sch2_nav05_off.gif) no-repeat;
}
a#nav6 {
	width: 133px;
	height: 56px;
	display: block;
	background: url(../../images/sch2_nav06_off.gif) no-repeat;
}
a#nav7 {
	width: 147px;
	height: 56px;
	display: block;
	background: url(../../images/sch2_nav07_off.gif) no-repeat;
}
/*マウスオーバー
------------------------------------------------------------------------*/
a#nav1:hover {
	background: url(../../images/sch2_nav01_on.gif) no-repeat;
}
a#nav2:hover {
	background: url(../../images/sch2_nav02_on.gif) no-repeat;
}
a#nav3:hover {
	background: url(../../images/sch2_nav03_on.gif) no-repeat;
}
a#nav4:hover {
	background: url(../../images/sch2_nav04_on.gif) no-repeat;
}	
a#nav5:hover {
	background: url(../../images/sch2_nav05_on.gif) no-repeat;
}
a#nav6:hover {
	background: url(../../images/sch2_nav06_on.gif) no-repeat;
}
a#nav7:hover {
	background: url(../../images/sch2_nav07_on.gif) no-repeat;
}

/*------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------*/
.reli-wrap  {
	margin: 0;
	overflow: hidden;
	_zoom: 1;
}
.reli-box {
	float: left;
	width: 400px;
	margin: 0 8px 10px 15px;
	display: inline;
}
.reli-box a {
	color: #0060B6;
}
.reli-box h5 {
	margin: 0 0 15px 0;
}
.reli-box p {
	margin: 0 0 20px 0;
	line-height: 160%;
}
.reli-box p.block01 {
	color: #8B5C29;
}
.reli-box p.block02 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E4BC96;
}
.reli-box p span#maru{
		font-size: 14px;
}
.reli-box span {
	font-size: 10px;
}
table {
	background: #BFBFBF;
}
table th {
	padding: 30px 0 30px 0;
}
table th.title1 {
	background: #F5FFCC;
}
table th.title2 {
	background: #FFC;
}
table th.title3 {
	background: #CCECF4;
}
table td {
	padding: 30px 0 30px 0;
	text-align: center;
	background: #FFF;
}