@charset "utf-8";



/* ----------------------------------------

Content

---------------------------------------- */

div#Content {
}

div#TopLeft {
	float: left;
	width: 531px;
	background: url(../img/top/news_bg.gif) 0 0 repeat-y;
}
div#TopLeft div#NewsBlock {
	background: url(../img/top/news_btm.gif) no-repeat bottom;
	padding-bottom: 12px;
	min-height: 149px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
div#TopLeft div#NewsBlock h2 {
	width: 531px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/top/news_top.gif) 0 0 no-repeat;
}
div#TopLeft div#NewsBlock dl {
	font-size: 92.4%;
	margin: 5px 18px 0;
	padding-bottom: 8px;
	background: url(../img/top/news_line.gif) repeat-x bottom;
}
div#TopLeft div#NewsBlock dl dt {
	float: left;
	width: 7em;
	background: url(../img/top/news_dot.gif) 0 4px no-repeat;
	padding-left: 16px;
	font-weight: bold;
}

div#TopRight {
	float: right;
	width: 308px;
	margin-bottm: 10px;
	padding: 8px 0 0;
	background: url(../img/top/camp_bg.gif) 0 0 no-repeat;
}
div#TopRight div#CampBlock {
	background: url(../img/top/camp_btm.gif) no-repeat bottom;
	padding-bottom: 8px;
}
div#TopRight div#CampBlock p#SepLine{
	width: 308px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/top/camp_mid.gif) 0 0 no-repeat;
}
div#TopRight div#CampBlock img {
	margin: 0 8px;
}


/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#xxxx {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#xxxx {
	zoom: 1;
}