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

*	{
	margin: 0;
	padding: 0;
}

html {
    height:100%;
}

body {
	margin:0px;
	padding:0px;
	font-family: "MS Pã‚´ã‚·ãƒƒã‚¯", Osaka;
	background-color: #FFFFFF;
	text-align:center;
}


#contents {
	width:439px;
	margin:50px auto 0 auto;
	padding:0;
}

#contents #favo {
	font-size: 10px;
	text-align: right;
	cursor: pointer;
	margin-top:10px;
	text-decoration: underline;
}


#main_bg {
	width:439px;
	height:33px;
	padding:0;
	background-image: url(../images/log_bg.gif);
	background-repeat: no-repeat;
	text-align:center;
}

#main_box {
	width:399px;
	height:84px;
	padding:0;
	background-image: url(../images/log_bg02.gif);
	background-repeat: no-repeat;
	text-align:left;
	float:left;
}

#main_box2 {
	width:399px;
	height:112px;
	padding:0;
	background-image: url(../images/log_bg03.gif);
	background-repeat: no-repeat;
	text-align:left;
	float:left;
}

#in_box {
	width:399px;
	height:74px;
	text-align:left;
}

#in_box02 {
	padding:7px;
}

#in_box02 td {
	padding:6px;
}

#bottom_box {
	width:439px;
	height:80px;
	padding:0;
	background-image: url(../images/log_bottom.gif);
	background-repeat: no-repeat;
	text-align:center;
	clear:both;
}

/* -- MARGIN STYLE -- */

.ma_t30 {
	margin: 30px 0 0 0;
}</pre></body></html>