@charset "UTF-8";
/* CSS Document */


/*---------------
□□□layout□□□
---------------*/
/*----------content----------*/
div#content{ background: url(../images/green.gif) repeat-y 779px 0px; }

/*----------main----------*/
div.main
{
	float:left;
}
div.main p.poster
{
	padding:7px 0px 7px 8px;
}
/*----------etc----------*/
div#etc
{
	width:220px;
	float:right;
}
/*----------news----------*/
div.news
{
	margin:0px auto;
	padding:10px 0px;
	width:210px;
}
div.news ul
{
}
div.news li
{
	background: url(../images/arrow.gif) no-repeat 0px 8px;
	padding: 5px 5px 5px 17px;
	border-bottom:1px solid #ccdaeb;
}
div.news span.date
{
	display:block;
}

/*----------banner----------*/
div#etc div.banner
{
	padding:10px 0px;
	border-top:1px solid #c3d600;
	border-bottom:1px solid #c3d600;
}

div#etc div.banner li
{
	padding-bottom:5px;
	text-align:center;
}
div#etc div.banner li.merumaga
{
	padding-bottom:0px;
}

/*----------sponcer----------*/
div#sponcer
{
	/*background:#fff;*/
	/*border-bottom:1px solid #ccc;*/
}
div#sponcer p
{
	padding:5px 0px;
	text-align:center;
}

/*---------------
□□□font□□□
---------------*/

div.news span.date
{
	color: #00479d;
	font-weight: bold;
}

div.news a{color: #222;text-decoration:underline;}
div.news a:hover{color: #666;text-decoration:none;}