@charset "shift_jis";

#news
{
 	width: 535px;
	color: #333;
    padding: 0px;
    margin: 0px;
	clear: both;
 	background-color: #fff;
}

#news .box_top {
	width: 535px;
	height: 10px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:0px;
	background: url(/jf10/images/news_top.gif) no-repeat;
}

#news .box_middle {
	width: 525px;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	background: url(/jf10/images/news_middle.gif) repeat-y;
}

#news .box_bottom {
	width: 535px;
	height: 10px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:0px;
	background: url(/jf10/images/news_bottom.gif) no-repeat;
}

#report
{
 	width: 345px;
	color: #333;
    padding: 0px;
    margin: 0px;
	clear: both;
 	background-color: #fff;
}

#report .box_top {
	width: 345px;
	height: 10px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:0px;
	background: url(/jf10/images/report_top.gif) no-repeat;
}

#report .box_middle {
	width: 335px;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	background: url(/jf10/images/report_middle.gif) repeat-y;
}

#report .box_bottom {
	width: 345px;
	height: 10px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:0px;
	background: url(/jf10/images/report_bottom.gif) no-repeat;
}

.box_middle h2 {
	padding-left:10px;
	margin-bottom:5px;
}

.box_middle p {
	padding-left:10px;
}

#l_side{
	width:535px;
	float:left;
	padding:5px;
	margin-bottom: 30px;
	position: relative;
	word-break: break-all;	/* for IE6 and below */
	overflow: hidden;
/*	min-height: 100%;*/
}

#l_side dl{
	width:505px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	background: url(/jf10/common/images/dotted.gif) no-repeat bottom;
}

#l_side dt.date {
	width:70px;
	float:left;
	padding-left:5px;
	clear:both;
}

#l_side dd {
	width:420px;
	margin-left:70px;
 }

#r_side{
	width:345px;
	float:right;
	padding:5px;
	position: relative;
	word-break: break-all;	/* for IE6 and below */
	overflow: hidden;
/*	min-height: 100%;*/
}

#r_side .report{
	width:310px;
	margin-left:10px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:5px;
	line-height: 120%;
	background: url(/jf10/common/images/dotted.gif) no-repeat bottom;
	word-break:normal;
}

#banner {
	width:900px;
	clear:both;
}

#banner ul{
	width:892px;
	margin: 4px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#banner li{
	width:auto;
	float:left;
	margin:2px;
}

#banner li img{ border: 1px solid #cccccc; vertical-align:top; }

#banner ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


