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

body {
text-align: center;
margin: 0;
padding: 0;
font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ','ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
background-color: #ffffff;
	}

img  {
border: none;
}

#container { 
width:245px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
background: url(../img/menu.jpg) repeat-y #FFCC00;
	}

/* ****************************************
	TOP
*******************************************/

#top {
width:245px;
height:230px;
background: url(../img/profile.jpg) no-repeat #FFCC00;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

.copy {
width:225px;
margin-left: 8px;
height:182px;
font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ','ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
font-size: 12px; 
line-height:1.4; 
text-align: left;
color: #fff;
	}

.line {
width:225px;
height:3px;
background-image: url(../img/line_w.gif);
background-repeat: no-repeat;
margin-top: 2px;
margin-bottom: 4px;
	}


/* ****************************************
	リンク
*******************************************/
h1, h2, h3, h4, h5, h6 {
font-size:16pt;
text-indent: -9999px;
display: none;
}
 a:link
{
color: #fff;
text-decoration: none;
}

a:visited
 {
color: #fff;
text-decoration: none;
}

a:hover
{
color: #ff0;
text-decoration: none;
	}</pre></body></html>