@charset "utf-8";

@import "base.css";

/*
--------------------------------------------------------
index.html
--------------------------------------------------------
*/

#top #fla,
#top #fla .fla {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	width: 830px;
	height: 237px;
}

#top #fla .fla h2 {
	display: none;
	/* Hides from IE5-Mac ¥*/ 
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 1px;
	line-height: 100%;
	/*end  Hides from IE5-Mac */
}

#menu {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 830px;
	height: 61px;
	padding: 0px;
	text-align: left;
}

ul#t-nav {
	position: relative;
	top: 0px;
	width: 830px;
	height: 61px;
	overflow: hidden;
}

ul#t-nav li a {
	position: absolute;
	top: 0px;
	width: 113px;
	height: 61px;
	overflow: hidden;
}

li.navi01 a {
	left: 20px;
}

li.navi02 a {
	left: 133px;
}

li.navi03 a {
	left: 247px;
}

li.navi04 a {
	left: 361px;
}

li.navi05 a {
	left: 474px;
}

li.navi06 a {
	left: 588px;
}

li.navi07 a {
	left: 702px;
}

#top #content #greetings {
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
}

#top #content #campaign h2 {
	background-image: url(../../image/h2_1.png);
}

#top #content #news h2 {
	background-image: url(../../image/h2_0.png);
}

#top #content #point h2 {
	background-image: url(../../image/h2_2.png);
}

#top #content #schedule h2 {
	background-image: url(../../image/h2_3.png);
}

#top #content #access h2 {
	background-image: url(../../image/h2_4.png);
}

#top #content #campaign p {
	width: 580px;
	height: 103px;
}

#top #content #news table {
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
}


#top #content #news table th {
	margin: 0;
	padding: 7px 0 4px 0px;
	width: 120px;
	border: none;
	vertical-align: top;
	text-align:left;
	font-weight: normal;
}

#top #content #news table td {
	margin: 0;
	padding: 7px 0 4px 0px;
	border: none;
}

#top #content #news p.moveto {
	text-align:right;
}


#top #content #news p.moveto a {
	padding: 3px 0 3px 15px;
	background:url(../../shared/image/ico_arrow.gif) no-repeat 0 3px;
}

#top #content #point ol {
	width: 580px;
	height: 239px;
	padding: 10px 0 0 0;
	border: solid 1px #e6e6e6;
}

/*IE6*/* html #top #content #point ol {
	height: 249px;
}

#top #content #point ol li {
	width: 572px;
	height: 70px;
	margin: 0 0 10px 0;
	background: no-repeat 0 0;
	text-indent: -500em;
}

#top #content #point ol li.l1 {
	background-image: url(../../image/img_point1.png);
}

#top #content #point ol li.l2 {
	background-image: url(../../image/img_point2.png);
}

#top #content #point ol li.l3 {
	background-image: url(../../image/img_point3.png);
}

#top #content #point ol li dl {
	margin: -12px 0 0 105px;
	text-indent: 0;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

#top #content #point ol li.l1 dl {
	width: 36em;
}

#top #content #point ol li.l2 dl {
	width: 33em;
}

#top #content #point ol li.l3 dl {
	width: 28em;
}

#top #content #point dl#other {
	margin: 10px 0 10px 11px;
}

#top #content #point dl#other dt {
	margin-bottom: 3px;
}

#top #content #point dl#other ul {
	height: 3em;
}
#top #content #point dl#other li {
	display: block;
	float: left;
	width: 220px;
}

#top #content #schedule {
	width: 580px;
	height: 199px;
	background: url(../../image/img_schedule.png) no-repeat 0 27px;
}

#top #content #schedule p {
	margin: 3px 0 0 12px;
}

#top #content #schedule p span {
	display: block;
	margin-top: 3px;
	font-size: 10px;
}

#top #content #schedule table thead th span,
#top #content #schedule p.ct {
	display: none;
}

#top #content #access {
	width: 580px;
	height: 285px;
	background: url(../../image/img_access.png) no-repeat 0 27px;
}

#top #content #access dl {
	margin: 11px 0 0 11px;
}
#top #content #access dl dt {
	width: 344px;
	height: 205px;
	border: solid 1px #dadada;
}

#top #content #access dl dd {
	display: none;
	/* Hides from IE5-Mac ¥*/ 
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 1px;
	line-height: 100%;
	/*end  Hides from IE5-Mac */
}

#top #content #access p.move {
	clear: both;
	margin: 5px 0 0 12px;
	font-size: 11px;
}

#top #content p.arrow {
	display: block;
	float: right;
	margin-right: 0px;
	_margin-right: 10px;
	padding: 0 0 0 15px;
	background: url(../../shared/image/ico_arrow_top.gif) no-repeat 0 50%;
}






