@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.news

last update 00/00/00
produced by 0510office (http://www.0510office.co.jp/)

====================================================================*/
#rightpane h3{margin-top: 15px;}
#leftpane,#rightpane{
	margin-bottom:15px;
}

#wrap_head{
	background-image:url(../img/bg_body_top.gif);
	height:544px;
}

/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news {
	float:right;
	width:400px;
	height:350px;
	overflow:auto;
}
#ktHis1 table{
	width: 400px;
	background: url(../img/border_01.gif) repeat-x top;
}
#ktHis1 .ktTh,
#ktHis1 .ktTd{
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	background: url(../img/border_01.gif) repeat-x bottom;
}
#ktHis1 .ktTh{
	width:100px;
	color: #1c92ff;
	padding-top:10px;
}
#ktHis1 .ktTd{
	padding-bottom:10px;
	border-bottom:1px dashed #adadad;
}

/*--------------------------------------------------------------------/
	02.btn
/--------------------------------------------------------------------*/
#bnr_l{
	float:left;
	margin-top:5px;
	width:200px;
}


/*--------------------------------------------------------------------/
	02.bnr_bottom
/--------------------------------------------------------------------*/
.bnr_bottom{
	clear:both;
	margin:0 0 10px;
	background:url(../img/bg_bottom.jpg) no-repeat top center;
	width:830px;
	height:106px;
}
.bnr_bottom ul{
	margin:0;
	padding:0;
	width:830px;
}
.bnr_bottom li{
	float:left;
	display:block;
	height:106px;
}
.bnr_bottom li.b_logo{	width:260px;}
.bnr_bottom li.b_logo img{	margin-left:56px;}
.bnr_bottom li.b_txt{	width:285px;}
.bnr_bottom li.b_txt p{	margin:20px 0 0 30px;}
.bnr_bottom li.b_txt strong{	color:#e6004b;}
.bnr_bottom li.b_txt img{	margin-top:4px;}
