<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	border-top:7px solid #CCC;
}

#wrapper{
	 width:960px;
	 margin:12px auto 0;
}

#header{
	width:960px;
}

h1{
	float:left;
}

h1 a img:hover{
	filter: alpha(opacity=50);  -moz-opacity:0.5;  opacity:0.5;	
}

#button{
	float:right;
	margin-top:4px;
}

#header p{
	margin-bottom:15px;	
}

#navi{
	clear:both;
	height:50px;
	overflow:hidden;
}

#navi li{
	float:left;	
}

#left_box{
	float:left;	
	width:635px;
	margin:20px 0 30px 0;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color:#666;
}

#right_box{
	float:right;
	width:300px;
	margin:53px 0;
}

#right_box a img:hover{
	filter: alpha(opacity=50);  -moz-opacity:0.5;  opacity:0.5;	
}

iframe{
	margin-bottom:10px;	
}

#right_box p{
	margin-bottom:10px;	
}

#footer{
	background:#666 url("../../common/images/footer1.gif") repeat-x left top;
	clear:both;	
}

#sns {
	clear:both;
	padding-top: 8px;
	padding-bottom: 10px;
	height: 20px;
	width:960px;
	margin:8px auto 0;
}

#sns li {
	float: left;
	margin-right: 4px;
}

#sns iframe {
	margin: 0 !important;
}

#page_list{
	clear:both;
	margin:0 auto;
	width:960px;
}

#page_list ul{
	float:left;
	padding:15px 50px 15px 0;
}

#page_list li{
	font-size:90%;
	line-height:3;
	color:#fff;	
}

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

#page_list li a:hover{
	text-decoration:underline;
	color:#F99;
}

#page_list img{
	margin:0 10px 0 0;
	vertical-align:-10%;
}

#footer p{
	clear:both;
	text-align:center;
	color:#FFF;
	background:#000;
	font-size: 10px;
	line-height:2;
}

.back_top {
	position: fixed;
	bottom: 100px;
	right:100px;
}</pre></body></html>