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

/*	ホバー
----------------------------------------------------*/
/*
a{
	color:#036EAC;
border-width:0px;
    border-bottom-width:1px;
    border-style:dotted;	
}

a:link{
	color:#036EAC;
border-width:0px;
    border-bottom-width:1px;
    border-style:dotted;
	text-decoration:none;
}

a:hover{
	color:#AAA;
	text-decoration:none;
}

a:visited{
	color:#036EAC;
border-width:0px;
    border-bottom-width:1px;
    border-style:dotted;
	text-decoration:none;
}
*/


/*	イメージ
------------------------*/

.img_setumeikai{
	background:url(../images/index/image_setumeikai.jpg) repeat;
}
.img_gokaku{
	background:url(../images/index/image_gokaku.jpg) repeat;
}
.img_haruko{
	background:url(../images/index/image_haruko.jpg) repeat;
}
.img_hiyoshi{
	background:url(../images/index/image_hiyoshi.jpg) repeat;
}
.img_manga{
	background:url(../images/index/image_manga.jpg) repeat;
}
.img_oka{
	background:url(../images/index/image_oka.jpg) repeat;
}
.img_setumeikai{
	background:url(../images/index/image_setumeikai.jpg) repeat;
}
.img_waribiki{
	background:url(../images/index/image_waribiki.jpg) repeat;
}
.img_waseda{
	background:url(../images/index/image_waseda.jpg) repeat;
}

/*	ボディ
----------------------------------------------------*/

.panel1{
	width:230px;
	height:230px;
	margin:0 10px 10px 0;
	
}

.panel1h{
	width:230px;
	height:470px;
	margin:0 10px 10px 0;	
}

.panel1w{
	width:470px;
	height:230px;
	margin:0 10px 10px 0;
}

/*	インナー
------------------------*/
.panel1 .inner{
	width:210px;
	height:216px;
	margin:4px 10px 10px 10px;
}
.panel1 .inner .txt{
	width:210px;
	margin:0 0 10px 0;
	background:#FFF;
}
.panel1 .inner .txt p{
	width:210px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:11px;
	line-height:140%;
	color:#666;
}

.panel1h .inner{
	width:210px;
	height:456px;
	margin:4px 10px 10px 10px;
}
.panel1h .inner .txt{
	width:210px;
	margin:0 0 10px 0;
	background:#FFF;
}
.panel1h .inner .txt p{
	width:210px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:11px;
	line-height:140%;
	color:#666;
}

.panel1w .inner{
	width:450px;
	height:216px;
	margin:4px 10px 10px 10px;
}
.panel1w .inner .txt{
	width:450px;
	margin:0 0 10px 0;
	background:#FFF;
}
.panel1w .inner .txt p{
	width:450px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:11px;
	line-height:140%;
	color:#666;
}

/*	biggerlink
------------------------*/

.panel1w a:link,
.panel1w a:visited,
.panel1h a:link,
.panel1h a:visited,
.panel1 a:link,
.panel1 a:visited{
	text-decoration:none;
	color:#999;	
}

.bl-hot {
	color:#666;
	background:#fff;
}

.bl-hover {
	color:#333;
	background:#eee;
cursor: pointer;
}

.bl-hover .txt{
	color:#333;
	background:#eee;
cursor: pointer;
}
		
.bl-hover a:link {
color:#333;
background:#eee;
}

.bl-hover .inner .txt{
	background:#eee;	
}

/*	中テキスト
------------------------*/

#main .inner .txt .tag{
	font-family: 'Oswald', serif;
	font-size:14px;
	margin:0 0 10px 0;
	line-height:200%;
}
#main .inner .txt .tit{
	font-weight:bold;
	font-size:14px;
	margin:0 0 10px 0;
	color:#000;
	line-height:200%;
}


.blank_icon{
	padding:10px 0 0 5px;
	*padding:1px 0 0 5px;	
}</pre></body></html>