@charset "utf-8";

/* CSS Document */


#news{
	float: left;
	margin: 40px 0px 0px;
}

#news .title{
}

#news .day{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	float: left;
	line-height: 3em;
	color: #333333;
	margin: 0px 0px 0px 5px;
	font-weight: normal;
	width: 80px;
	text-align: left;
}

#news .text{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 3em;
	font-size: 13px;
	list-style-type: none;
	color: #0044cc;
	text-align: left;
}

#news .line{
	border-top: 1px dotted #b2b2b2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
}


#sideBar{
	float: right;
	margin: 30px 0px 20px;
}

#sideBar .title{
}


#sideBar .bnr01{
	background: url(../images/sideBar_bnr01.jpg) no-repeat;
	height: 62px;
	width: 225px;
	display: block;
	margin: 10px 0px 0px;
}

#sideBar .bnr01 a{
	background: url(../images/sideBar_bnr01.jpg) no-repeat;
	height: 62px;
	width: 225px;
	display: block;
}

#sideBar .bnr01 a:hover{
	background: url(../images/sideBar_bnr01hover.jpg) no-repeat;
	height: 62px;
	width: 225px;
	display: block;
}

#sideBar .bnr02{
	background: url(../images/sideBar_bnr02.jpg) no-repeat;
	height: 62px;
	width: 225px;
	display: block;
	margin: 10px 0px 0px;
}

#sideBar .bnr02 a{
	background: url(../images/sideBar_bnr02.jpg) no-repeat;
	height: 62px;
	width: 225px;
	display: block;
}

#sideBar .bnr02 a:hover{
	background: url(../images/sideBar_bnr02hover.jpg) no-repeat;
	height: 62px;
	width: 225px;
	display: block;
}

#sideBar .bnr03{
	height: 33px;
	width: 224px;
	margin: 10px 0px 0px;
	text-align: left;
	list-style-type: none;
}

