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

/*　基本構造　*/

body {
	background: url(../images/bg.gif) repeat-y center top;
	background-color: #38def9;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	}
	
div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダー　*/

#head {
        position: relative;
        background: url(../images/head_bg2.gif) no-repeat center top !important;
}

/*　中継　*/

div#live{
	margin: 30px auto;
	}
	
div#live h4{
	font-size: 14px;
	font-weight: bold;
	color:#0099FF;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	}
	
div#live p{
	font-size: 13px;
	}
	
/*　疑問&amp;解説　*/

div#block_q,div#block_a{
	margin: 30px auto;
	text-align: left;
	}
	
div#block_q p,div#block_a p{
	padding-left: 80px;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
/*　マップ　*/

#map{
	width: 530px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#map_left{
	margin:0;
	}
	
#map_left2{
	width:520px;
	float: left;
	margin: 0;
	margin-left: 10px;
	text-align: left;
	}
	
#map_right{
        width: 180px;
	float: left;
	margin: 0;
	margin-left: 20px;
	}
	
#map h3{
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.clear{
	clear: both;
	}
	
/*　コメント　*/

#comment{
	width: 530px;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	background: url(../images/hobonichi.gif) no-repeat left top;
	}

#comment p{
	margin: 0 0 0 50px;
	padding: 0;
	font-size: 12px;
	}
	
/*　フォント */

.date{
	font-size: 12px;
	color: #40bfd4;
	}
	
.text12px{
	font-size: 12px;
	}	

.brown{
	color: #9b7a3f;
	}
	
/*　フッタ　*/

div#foot{
	margin: 20px auto;
	padding-bottom: 30px;
	}

.btn {
	cursor: pointer;
}
</pre></body></html>