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

/*-----------------------------
  Main
 ----------------------------*/


#topwrapper {
	width:100%;
	margin:0 auto;
	background-image: url(top_image/wrap_back.jpg);
	background-repeat: repeat;
	position : relative ;
	overflow: hidden; 
}



#main_image {
	width:960px;
	margin:0 auto;
	height: 300px;
	margin-bottom: 15px;
}
#topmain {
	width:960px;
	margin:0 auto;
	padding: 10px 0;
	background-repeat: repeat;

}



/*-----------------------------
  Slideshow
 ----------------------------*/



#slideshow, #slideshow2 {
	position: relative;
	width: 960px;
	height: 450px;
	overflow: hidden;

}
#slideshow img, #slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 450px;
}
#pause1, #pause2 {
	z-index:100;
}


/*-----------------------------
  MainNavi
 ----------------------------*/


#topmenu {
	width:960px;
	margin:0 auto;
	background-color: #000000;
	height: 70px;
	background-image: url(top_image/menu_back.jpg);
}


#topnavi {

	width:960px;
	height: 70px;
    margin:0 auto;

}
#topnavi ul {
	height: 70px;
	width: 960px;
	margin: 0;
	padding-left: 37px;
}
#topnavi li {
	display:inline;
	margin: 0;
	width: 145px;
	height: 70px;


}


/*-----------------------------
  News
 ----------------------------*/

#topnews {
	width:470px;
	height:470px;
	background-color: #FFFFFF;
	margin:0;
	border:1px solid #666666;
	float: left;
	font-size: 12px;
	overflow: hidden;
}

#topnews .toptext_box{
	width:450px;
	height:auto;
	margin:0 auto 0px;

}
#topnews .date{
	float: left;
	font-weight: bold;

}

#topnews .right{
	float: right;
}
#topnews .news_text{
	float: left;
	width: 340px;
	height:auto;
	white-space: normal;
	padding: 0px 15px 15px;

}


/*-----------------------------
  PickUp
 ----------------------------*/


#pickup {
	width:630px;
	height:418px;
	margin:0 8px 15px 0;
	float: left;
	overflow: hidden;
}
#pickup .b1 {
	width:235px;
	height:418px;
	margin:0;
	padding:0;
	float: right;
}


/*-----------------------------
  Topic
 ----------------------------*/

#topic_4b {
	width:960px;
	margin:0 auto;
}

#topic_4b ul li {
	display: inline;
}
#topic_4b ul li.topic_here {
	padding-right: 10px;
}

/*-----------------------------
  Ranking
 ----------------------------*/



#rank {
	width:320px;
	height: 400px;
	background-color: #FFFFFF;
	margin:0;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
	float: right;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#rank .ranking{
	width:310px;
	min-height: 100px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#rank .here_bor_non {
	border-style: none;
}
#rank p.thumbnail{
	float: left;
	padding-right: 10px;
}

#rank p.rank_text{
	line-height: 1.5;
	padding-right: 10px;
}

/*-----------------------------
  banner
 ----------------------------*/


#link_banner {
	width:960px;
	height: 85px;

}
#link_banner ul {
	width: 960px;
	height: 85px;


}
#link_banner li {
	display:inline;
	margin: 0 2px;
	height: 85px;


}


/*crossFader*/
.crossfader{
	position:relative;
	height:340px;
}

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	cursor:pointer;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}
</pre></body></html>