/* 「GWスペシャル」専用CSS */

html {
	background-color:#EFFAE5;
}
body {
	-webkit-text-size-adjust:none;
	font-family:HiraKakuProN-W3;
	line-height:1.25;
	font-size:18px;
	background-color:#EFFAE5;
	/* 背景画像の指定 
	background-image:url(img/bg.png);
	background-repeat:repeat;*/
}
/*img[src*="title"] {
	margin-bottom:16px;
}
marquee {
	background-color:#CC9933;
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding:4px 0;
}
.period {
	background-color:#CC9933;
	font-size:16px;
	text-align:center;
	padding:4px 0;
}*/
.menuLink li {
	border-top:dashed 1px #66CC00;
	text-align:left;
	line-height:1.1;
	/*white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;*/
	background-color:transparent;
}
.menuLink li:first-child {
	border-top:none;
}
.menuLink li a {
	display:block;
	/*color:#FF6600;*/
	font-weight:bold;
	text-decoration:none;
	line-height:1.1;
	padding:8px 20px 8px 8px;
	/*white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;*/
	background:url(img/trainav.png) right center no-repeat;
}
.menuLink li img {
	width:72px;
	margin-right:4px;
}
li.nolink {
	color:#006600;
	font-weight:bold;
	padding:8px 20px 8px 8px;
}
/*.menu {
	font-size:16px;
	color:#FF6600;
	margin-left:68px;
	margin-right:12px;
	line-height:1.1;
}*/
.caption {
	font-size:12px;
	color:#333;
	font-weight:normal;
	/*margin-left:8px;
	margin-right:16px;*/
}
/*** 画像と文字を縦方向の中央揃えにする ***/
ul p {	
	display:table-cell;
	vertical-align:middle;
}

