@charset "UTF-8";
/* CSS Document */

#to-contents-en,
#to-contents-jp {
  display: none;
}

#to-contents-top {
  display: block;
}

/* =========================================================
■#wrap
========================================================= */
#wrap{
	background-image:none;
	background-color:#fff;
	}
/* =========================================================
■#top-contents-inner
========================================================= */
#top-contents-inner {
	width:746px;
	margin:30px auto;
}

/* =========================================================
■#top-nav
========================================================= */

ul#top-nav {
	margin:15px 0;
	height:51px;	
}

ul#top-nav li {
	float:left;
	border-left:#cccccc solid 1px;

	padding:0;
}
ul#top-nav li.first {
	padding-left:0;
	border:none;
}
/* =========================================================
■#top-schedule #top-info
========================================================= */
#top-schedule h3 {
  background: #1d6fcc;
  color: #ffffff;
  font-size: 135%;
  padding: 8px 7px 9px;
  font-weight: bold;
}

#top-schedule, #top-info {
	width:746px;
	position:relative;
}

#top-info {
	margin-top:10px;
	background:url(common/img/hr01.gif) left bottom repeat-x;
	padding-bottom:40px;
}

#top-schedule span a img, #top-info span a img {
	position:absolute;
	top:4px;
	right:4px;
	display: block;
}

/* 2014-03-04 comment
#top-info p {
	border:solid #cccccc 1px;
	margin-top: 2px;
	padding: 10px;
}
*/

#top-info h3 {
  background: #1d6fcc;
  color: #ffffff;
  font-size: 135%;
  padding: 8px 7px 9px;
  font-weight: bold;
}

#top-info p {
	margin: 10px 0px 10px 20px;
}

#info-left {
	float: left;
	width: 125px;
	margin: 10px 10px 10px 20px;
}

#info-right {
	float: right;
	width: 564px;
	margin: 10px;
}

.clear{
	clear: both;
}

.overflow{
	overflow: hidden;
}


.box{
	border:solid #cccccc 1px;
	margin-top: 2px;
	}

#top-schedule p {
/* 2014-03-05 comment
	padding: 10px;
*/
	margin: 10px 10px 10px 20px;
}


#top-schedule dl{
	margin-bottom:20px;
	background:url(img/icon.gif) left center no-repeat;
	padding-left:20px;

	}
	
#top-schedule dt,#top-schedule dd{
	display:inline-block;
	vertical-align:top;
	}
	
#top-schedule dt{
	margin-right:20px;
	margin-left:20px;
	}
	
#top-schedule dd{
	margin-left: 30px;
	}

 /* forIE6 */	
*html #top-schedule dt,
*html #top-schedule dd{
	display:inline;
	zoom:1;
	}
	
 /* forIE7 */	
*:first-child+html #top-schedule dt,
*:first-child+html #top-schedule dd{ 
	display:inline;
	zoom:1;
	}
	
/* =========================================================
■#top-link
========================================================= */
#top-link{
	margin:30px 0 30px 0;
}
#top-link h3 {
  background: #007c8f;
  color: #ffffff;
  font-size: 135%;
  padding: 8px 7px 9px;
  font-weight: bold;
}
#top-link ul li {
	float:left;
	display:inline;
	margin:15px 73px 15px 0;
}
#top-link ul li.fist {
	margin-right:0;
}
