/* CSS Document */


@charset "utf-8";
* {
	color:#333;
	font-size:18px;
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	background-color:#F7F4EA;
	text-align:center;
}

.tbl_eigyotop {
	background-image:url(img/eigyozikan-top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:42px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:42px;
}

.tbl_eigyotop h2 {
	font-size:18px;
	font-weight:bold;
}

.tbl_eigyomid {
	background-image:url(img/eigyozikan-mid.gif);
	background-position:center center;
	background-repeat:repeat-y;
	text-align:center;
	line-height:24px;
	font-size:16px;	
	padding-top:10px;
}

.tbl_eigyobot {
	background-image:url(img/eigyozikan-bot.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:14px;
}

.text_time {
	font-size:22px;
	font-weight:bold;
	line-height:40px;
}

.text_seibi {
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	background-color:#FFC;
}

.gaikan_s {
	padding-top:20px;
	padding-bottom:100px;
}