@charset "utf-8";
/* --------------------------------------------------
	infomation.css
-------------------------------------------------- */

/* .mainBlock
======================================== */
/* .topBlock
-----------------------------------*/
.mainBlock .topBlock {
	margin-top: 27px;
}
.mainBlock .topBlock ul {
	margin: 0.5em 0 0;
}
.mainBlock .topBlock ul li {
	float: left;
	padding: 0 0 0 21px;
	margin: 0 16px 0 0;
	background: url(/res/img/shared/img_01.png) 5px 5px no-repeat;
}

/* .newsBlock
-----------------------------------*/
.mainBlock #newsBlock {
	margin-top: 27px;
}
/* .block
-----------------------------------*/
.mainBlock .section .block {
	width:648px;
	margin:10px 0 0;
	padding:15px;
	border:1px solid #E9E6DE;
}
.mainBlock .section .block .date {
	font-size: 12px;
}
.mainBlock .section .block .date strong {
	font-size:14px;
	font-weight:bold;
}
.mainBlock .section .block .date em {
	padding:0 0 0 0.5em;
	color: #FF0000;
	font-style:normal;
	font-weight:normal;
}
.mainBlock .section .block .date em.bold {
	font-weight:bold;
}
.mainBlock .section .block p.notice {
	margin-left:1em;
	color:#FF0000;
	text-indent:-1em;
}
.mainBlock .section .block .red {
	color:#f00;
}
.mainBlock .section .block .marginTop {
	margin-top:2em;
}
.mainBlock .section .block h5 {
	margin:10px 0 0;
	color:#003F98;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
}
.mainBlock .section .block h5 a {
	color:#003F98;
}
/* .box.left */
.mainBlock .section .block .box.left {
	width:440px;
}
/* .box.right */
.mainBlock .section .block .box.right {
	width:170px;
}











