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

/* ふるさとの空
-----------------------------------------------------*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}
html {
	overflow-y: scroll;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	vertical-align: baseline;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "　";
	clear: both;
	height: 0;
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

/* ==============================================
    table-cell
============================================== */
.tablecell {   
    display: table-cell;
    vertical-align: middle;
}
* html .tablecell {/*for IE6 */
    display: inline;
    zoom: 1;
}   
*:first-child+html .tablecell {/*for IE7 */
    display: inline;
    zoom: 1;
}

/* ==============================================
    body
============================================== */
body {
	background: #fff;
	text-align: center;
	color: #;
	font-size: 83%;
	line-height: 1.4;
}

/* ==============================================
    container
============================================== */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ==============================================
    contents
============================================== */
h1 {
	margin-bottom: 10px;
}

#data {
	margin-bottom: 45px;
}
#data em {
	float: right;
}

#player {
	width: 580px;
	margin-left: 160px;
	margin-bottom: 40px;
}
#player h2 {
	float: left;
	padding-left: 30px;
	padding-right: 35px;
}
#player hr {
	clear: both;
	height: 1px;
	padding: 0;
	border-top: 1px solid #92c974;
	border-width: 1px 0 0 0;
}
#player h2,
#player hr {
	margin-bottom: 15px;
}
* html #player h2,
* html #player hr {/*for IE6 */
	margin-bottom: 9px;
}
*:first-child+html #player h2,
*:first-child+html #player hr {/*for IE7 */
	margin-bottom: 9px;
}

#player object,
#player embed {
	margin-top: 5px;	
}

ul#btn li {
	_display: inline;
	float: left;
	margin-left: 42px;	
	list-style: none;
}
ul#btn li a {
	display: block;
	width: 388px;
	height: 41px;
	text-indent: -10000px;
}
ul#btn li#lyrics a { background: url(style/btn_lyrics.gif) no-repeat left top; }
ul#btn li#gakufu a { background: url(style/btn_gakufu.gif) no-repeat left top; }
ul#btn li#lyrics a:hover,
ul#btn li#gakufu a:hover { background-position: left bottom; }

p#gakufu {
	margin-top: 30px;
	margin-bottom: 55px;
	text-align: center;
}

p#message {
	margin-top: 55px;
	margin-bottom: 2px;
	padding-right: 5px;
	text-align: center;
	color: #666;
}

/* ==============================================
    footer
============================================== */
#footer {
	padding: 9px;
	text-align: center;
	background: #77bddf;
	color: #282828;
}

/* ie印刷時背景が出ない不具合回避
---------------------------------------- */
* html ul#btn li#lyrics a,
* html ul#btn li#gakufu a {/*for IE6 */
	zoom: 100%;
}
*:first-child+html ul#btn li#lyrics a,
*:first-child+html ul#btn li#gakufu a {/*for IE7 */
	zoom: 100%;
}</pre></body></html>