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

	margin:0 auto;
	text-align:center;
	
}

@media screen and (max-width: 2500px){

div#contents{
	width:1200px;
	text-align:center;
	margin:0 auto;

}


h1{
	font-size:12px;
	color:#999999;
	text-align:left;
	margin-left:2%;
}


p#copyright{
	font-size:70%;
}

}

@media screen and (max-width: 740px){

div#contents{
	width:100%;

}


h1{
	font-size:6px;
	color:#999999;
	text-align:left;
	margin-left:8%;
}


p#copyright{
	font-size:50%;
}

}


img {
	margin:-3px auto;
	border:none;
	width:100%;

}

a img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;

}

div.mv{
	border:none;
	position:relative;
	top:-67px;

}
.movie{
	background-image: url(../images/stock_03.png);
	height:337px;
	margin:-5px auto;
	text-align:center;
}

.v1{
	margin:0 2%;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: blue;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

ul.btm{
	position:relative;
	z-index:1;
	top:-210px;
	margin-left:50px;
}

li{
	float:left;
	list-style:none;
	margin:0 10px;

}



div#footerBox02{
	font-size:13px;
	margin:0 auto;
	text-align:center;
}
div#footerBox02 &gt; ul &gt; li{
	margin:0 auto;
	float: inherit;
}

div#footerBox02 &gt; ul &gt; li &gt; a &gt;img{
	width:20%;
	margin-right:10%;

}


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