<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*------------------全体------------------*/
html{
	width:100%;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	background-image: url(bgGrad.gif);
	background-repeat: repeat-x;
	background-position: left 95px;
/*	_background-position: left 0px;*/
	background-color:#81a0ae;
	color:#333333;
	width:100%;
	height:auto;
	_height:100%;
}
* {font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";}
a:link, a:visited, a:active, a:hover {color:#FF0000; text-decoration:none;}

/*------------------大枠------------------*/
div#bgimg {
	margin:0px auto;
	padding:0px;
	width:100%;
	height:100%;
/*	background-attachment:fixed;*/
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:visible;
	height:auto;
	_height:100%;
/*	display:block;
	z-index:1;*/
}
div#face{
	background-image:url(face.png);
	background-repeat:repeat-y;
	background-position:center top;
	margin:0px auto;
	padding:0px;
/*	position:relative;*/
	display:block;
	width:940px;
	height:auto;
	_height:100%;
	/*z-index:1;*/
}

/*---------------------------------------ヘッダ---------------------------------------*/
div#header {
	width:940px;
	height:180px;
	margin:0px auto;
	padding:0px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	z-index:1;
}


/*------------------コンテンツ------------------*/
div#contentsBox{ z-index:2; margin:-20px auto 0px; padding:0px; top:0;}

div#contents{
margin:0px;
padding:0px;
}

div#infoSP {
	width:940px;
	height:350px;
	margin:0px auto;
	padding:0px;
	background-image: url(infoSP.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#about{
	width:485px;
	height:170px;
	margin:0px;
	padding:0px;
	background-image: url(about.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#onair{
	width:485px;
	height:275px;
	margin:0px;
	padding:0px;
	background-image: url(onair.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#champ{
	width:485px;
	height:195px;
	margin:0px;
	padding:0px;
	background-image: url(champ.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#ticket{
	width:485px;
	height:150px;
	margin:0px;
	padding:0px;
	background-image: url(ticket.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#info{
	width:485px;
	height:70px;
	margin:0px;
	padding:0px;
	background-image: url(info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#infolink{
	margin:0px;
	padding:0px;
/*	position: absolute;
	left:381px;
	top: 782px;*/
/* width:140px; height:20px; border:none; cursor:pointer;*/
/*	padding-top:28px; padding-left:260px; margin:0px;*/
	padding-top:48px; padding-left:26px; margin:0px;
}
div#ph{
	width:422px;
	height:710px;
	margin:0px;
	padding:0px;
	background-image: url(ph.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#result{
	width:405px;
	height:60px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background-image: url(result.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#resultlink{
	margin:0px;
	padding:0px;
}

/*------------------フッタ------------------*/
div#footer{
	background-image:url(footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:18px;
	width:940px;
	margin:0px auto;
	padding:0px;
}
div#gotoTVASAHI{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin:0px;
	padding:0px 0px 0px 25px;
	text-align:left;
/*	position: absolute;
	left:25px;*/
}


/*そのほか*/

.backnumDate{color:#0000dd;}
a.backnum:link, a.backnum:visited {color:#333333; text-decoration:none;}
a.backnum:active, a.backnum:hover {color:#FF0000; text-decoration:underline;}
.linkbox {padding:5px 0px 5px 0px;}
a.linkbox {background-color:#FFFFFF;}
a.linkbox:hover {background-color:#cbcbe9;}

ol, ul {margin-top:0px; margin-bottom:0px; /*padding-top:0px; padding-bottom:0px;*/}
li{margin-bottom:4px;}
p{margin:0px; padding:0px; display:inline;}
</pre></body></html>