@charset "UTF-8";


/* 本文 */
body {
	font-size: 13px;
	background:rgba(220,233,207,1);
	color:rgba(0,0,0,1);
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}

#banner {
	width:600px;
	margin-bottom:-1px;
	border-bottom:rgba(0,0,102,1) solid 1px;
	clear:both;
}
h1 {
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
}

/* nekoボックス */
#neko {
	width:600px;
	min-height:180px;
	margin:3px 0px 2px 0px;
	border-top:rgba(0,0,102,1) solid 1px;
	clear:both;
	}

#neko img {
	float:left;
	max-width:160px;
	height:auto;
	margin:10px 20px 10px 10px;	
}
#neko a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";	
}

#neko .text {
	margin:10px 0px 0px 0px;
	line-height:1.5em;
}

#neko .title {
	font-size:110%;
	line-height:1.5em;
	font-weight:bold;
}

#neko .text-s {
	font-size:85%;
}
