<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----reset css---*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
}
table{
		border-collapse:collapse; border-spacing:0;
}
img{
	border:0;
	vertical-align:bottom;
}




/*================================================================

ＣＳＳ

=================================================================*/

html { 
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
}

#wrap {
	width: 560px;
	margin: 0 auto;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 80%;
}

#clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
}


a:link,
a:visited{
	color: #005fc3;
	text-decoration: none;
}

a:hover{
	color: #6296ca;
	text-decoration: none;
}





/*ヘッダー
--------------------------------------*/
#head{
	width: 560px;
	height:77px;
	padding: 10px 0 0;
	margin: 0 auto;
}

#head table{
	font-size: 80%;
    text-align:left;
}

#head td{
	font-size: 80%;
}
#head .close{
}
#head a:link{
	color: #666666;
	text-decoration: none;
}
#head a:visited{
	color: #666666;
	text-decoration: none;
}
#head a:hover{
	color: #3399CC;
	text-decoration: underline;
}


.ttl {
	margin-bottom: 20px;
}



/*フッター
--------------------------------------*/
#bottomwrap{
	width:100%;
	background:url(../../img/bg.jpg) center repeat-x;
	padding-top:30px;
	padding-bottom:30px;
}




</pre></body></html>