<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
margin: 0;
padding: 0;
font-family: "ヒラギノ角ゴ ProW3","ＭＳ Ｐゴシック",Osaka,"HiraKakuPro-W3",Verdana,"MS PGothic",sans-serif;
background-color: ffffc8;
	}
	
/* ****************************************
	ヘッダ
*******************************************/
#container {
width:440px;
background-image: url(../img/bg.gif);
margin-left: auto;
margin-right: auto;
	}
	
	
	
/* ****************************************
	TOPレイアウト
*******************************************/
#top {
width:440px;
height:280px;
background-image: url(../img/top.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}
	
	
	
#leftbrock {
width:231px;
height:560px;
float: left;
background-image: url(../img/left.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}
	
	
	
#rightbrock {
width:209px;
height:560px;
float: right;
background-image: url(../img/right.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}



/* ****************************************
	中面＿チャットモンチー版
*******************************************/
#chattop {
width:440px;
height:182px;
background-image: url(../img/chat_top.gif);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}


#qacontainer {
width:440px;
background-image: url(../img/bg_page.gif);
margin-left: auto;
margin-right: auto;
	}


#chatunder {
width:440px;
height:73px;
background-image: url(../img/bg_footer.gif);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}



/* ****************************************
	中面＿QA版
*******************************************/
#qatop {
width:440px;
height:182px;
background-image: url(../img/qa_top.gif);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}



/* ****************************************
	フォント
*******************************************/
.basic {
text-align: left; 
font-size: 11px; 
line-height: 17px; 
color: #ffffff;
	}
	

.pink {
text-align: left; 
font-size: 11px; 
line-height: 17px; 
color: #FF5475;
	}
	
	
	
.yellow {
text-align: left; 
font-size: 11px; 
line-height: 17px; 
color: #ffff00;
	}
	
	
	
	
.large {
text-align: left; 
font-size: 20px; 
line-height: 17px; 
color: #ffffff;
	}
	
	
.mini {
text-align: left; 
font-size: 10px; 
line-height: 15px; 
color: #ffffff;
	}	
	
/* ****************************************
	リンク
*******************************************/

h1, h2, h3, h4 {
font-size:16pt;
text-indent: -9999px;
display: none;
}

	

 a:link
{
color: #FF9900;
text-decoration: underline;
}

a:visited
 {
color: #FF9900;
text-decoration: underline;
}

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