@charset "shift-jis";

/* --------- 全体レイアウト ----------- */
.cont {
	margin:30px 40px 0 30px;
	text-align: left;
	font-size: 84%;
	line-height: 140%;
	color: #333;
	width: auto;
	height:auto;
}

/* --------- タイトル ----------- */
h3.info {text-align: center;}
.ptitle {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #316AC5;
	border-left-color: #316AC5;
	padding-right: 5px;
	padding-left: 5px;
}

/* --------- トップページ囲い部分 ----------- */
.cont .wrap2 {
	background-color: #F0F0F0;
	margin: 10px 15px;
	border: 1px dashed #999;
	padding: 15px;
}
.cont .wrap p {margin-top: 15px;}

/* --------- トップページ表 ----------- */
.news .date {
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0 0.7em;
	text-align: left;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06c;
	width: 120px;
	color: #069;
}
.news .txt {
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06c;
	color: #333;
}

/* --------- リンクテキスト ----------- */
div#news_link {
	margin-top:35px;
	margin-left:10px;
	margin-right:20px;
	text-align:right;
}
div#news_link .linkBack {float:left;}

div#news_link2 {
	margin-top:-15px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:20px;
	text-align:right;
}

/* --------- 詳細ページ ----------- */
.cont .wrap3 {
	display:block;
	border: 2px dashed #AFE1FC;
	padding: 10px;
	width:626px;
	_width:650px;
	margin:10px 0 20px 20px;
}
.cont .wrap3 p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cont .wrap3 ul {
	margin-left:20px;
}

.cont .wrap3 td {
	padding: 3px;
	color: #333;
	background-color: #fff;
}
.cont .wrap3 th {
	padding: 3px;
	color: #333;
	background-color: #F7F7F7;
}
.marS30T20 {
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
.info_box {
	display:inline-block;
	background-color: #F7F7F7;
	border: 1px dotted #999;
	margin: 30px 40px;
	padding: 10px 14px;
	/*width: inherit;*/
}
.info_box p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.txtRd {color: #f00;}
.txtOr {color: #f90;}
h5 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 110%;
	color: #333;
}
.bgGry {background-color: #999;}

#center_unkyu	{
	display:block;
	text-align:center;
}

ul.safety {
	padding-left:80px;
	padding-top:20px;
}
.safety li {
	padding:0 0 0 1em;
	background-image:url(../img/arrow_05.gif);
	background-position:center left;
	background-repeat:no-repeat;
	list-style:none;
	line-height:2em;
}

.safety_center	{
	text-align:center;
	}

/* カレンダー画像部分 */
.cont .calender	{
	display:block;
	margin:20px 0 0 0;
}

.cont .calender img	{
	border:solid 1px #D3D3D3;
	margin-right:3px;
}

.cont .detail	{
	display:block;
	margin:20px;
}

/* ポケモンモノレール（pokemon.html）画像部分*/
.cont .wrap3 .wrap_R {
	margin:0;
	_border:none;
	padding:0;
	float:right;
	text-align:center;
}

.cont .wrap3 .wrap_R img {
	margin:10px 10px 0 20px;
	display:block;
}

.cont .wrap3 .wrap_R p {
	margin:3px 0 3px 0;
	}

/*過去年リスト */
.index_year {
	text-align: center;
	width: 600px;
	margin-bottom: 10px;
	margin-left: 30px;
	
}
.yearlist {
	float:left;
	display:inline;
	font-size: 90%;
	margin-right:25px;
	
}
.arrow {
	margin: 2px;
	padding-left:15px;
	background: url(../img/arrow_04.gif) left center no-repeat;
	display:block;
	line-height:1.1;
	/*text-decoration: none;*/
	width: auto;
}
h4.year {
	background-color:#D6F2FE;
	font-size:100%;
	color: #039;
	padding:5px 0 5px 10px;
	margin: 20px 15px -10px 15px;
}
