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

#gallery {
	clear:both;
	width:680px;
	height:300px;
	margin-bottom:20px;
}

#gallery_waku  {
	width:680px;
	height:300px;
	position:absolute;
	right:25px;
	top:20px;
	z-index:2;
}

/*--------------*/
.top_bnr {
	margin-bottom:30px;
}

.top_bnr li {
	float:left;
	width:220px;
	margin-right:10px;
	margin-bottom:10px;
}

.top_bnr li.last {
	margin-right:0;
}

/*--------------*/
.teigi_news {
	background-color:#fff;
	border:5px solid #F1EDE0;
	margin-bottom:15px;
	padding:8px;
	
	height:180px;
	overflow:auto;
}

.teigi_news dt {
	float:left;
	width:100px;
}

.teigi_news dd {
	margin-left:100px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}

.teigi_news dt,.teigi_news dd {
	font-size:1.2em;
}

/*--------------*/
.teigi_news_02 dt {
	float:left;
	width:100px;
}

.teigi_news_02 dd {
	margin-left:100px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}

.teigi_news_02 dt,.teigi_news_02 dd {
	font-size:1.2em;
}

/*--------------*/
span.new {
    display: none;
    color: red;
}

/*--------------*/
.backnumber {
	text-align:right;
	margin-bottom:30px;
}



/* 
-----------------------------------------------------*/
#pr {
	padding:15px;
	background-color:#F9EEDD;
	margin-bottom:30px;
}

.sp_bnr {
	margin-bottom:5px;
}

.sheet {
	margin-bottom:20px;
	background:url(../image/icon_sheet.jpg) left top no-repeat;
	padding:0 0 0 25px;
	font-size:1.4em;
	line-height:22px;
}
/* 
-----------------------------------------------------*/
p.new_bar {
	background-color:#666;
	color:#fff;
	font-size:1.6em;
	font-family: "ヒラギノ角ゴ Pro W3",Osaka,'メイリオ','Meiryo',Verdana,Arial,"ＭＳ Ｐゴシック",san-serif;
	margin-bottom:15px;
	padding:3px 0 3px 15px;
}

/* Recommend
-----------------------------------------------------*/
#reclist {
	overflow:hidden;
	zoom:1;
	padding:15px 15px 0 15px;
	background-color:#F9EEDD;
	margin-bottom:30px;
}

#reclist li {
	float:left;
	width:210px;
	margin:0 10px 15px 0;
}

#reclist li.last {
	margin-right:0;
}


/*  簡易YouTube　プレイヤー
************************************/
/*
#ytvideo,
#ytvideo2 {
    float: left;
	width:450px;
}

.yt_holder {
	width:650px;
    background:#fff;
    padding: 10px;
    border:5px solid #F1EDE0;
}

.yt_holder ul {
    float: right;
    width: 190px;
}

.yt_holder ul li {
    display:block;
    background: #f1f1f1;
    float: left;
    width: 186px;
    margin-bottom: 5px;
	padding:2px;

}

.yt_holder ul li img {
    width: 120px;
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

.yt_holder ul li a {
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
	background: #e6e6e6;
}
*/</pre></body></html>