@charset "utf-8";
/* ===================================================================
CSS information

 file name  :information.css
 style info :せきしんからのお知らせ用
=================================================================== */

/*----------------------------------------------------
	#information
----------------------------------------------------*/

#information_top {
	margin: 0px;
	padding: 0px;
}

#information_top p.right {
	text-align: right;
	padding-right: 15px;
}

#information_index h3 {
	clear: both;
	font-size: 1.25em;
	font-weight: bold;
	color: #1381AA;
	background-image: url(../img/share/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.25em;
	_background-position: left 0.3em;
	padding-left: 15px;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

#information_index dl.info {
	padding-top: 5px;
}

#information h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	_text-indent: -1.5em;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	border-bottom: 1px dashed #999999;
	padding-bottom: 0.5em;
}

#information h3.aki {
	letter-spacing: 0.5em;
}

#information h4 {
	font-size: 1.05em;
	margin-top: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#information dl.info_important {
	float: left;
	clear: both;
	width: 670px;
	margin: 1em 0px 0.5em;
	_margin: 2em 0px 0.5em;
	border-bottom: 1px dashed #999999;
	padding: 10px;
}

#information dl.info_important dt {
	float: left;
	width: 120px;
	margin-right: 10px;
	display: block;
}

#information dl.info_important dd {
	margin-left: 135px;
	display: block;
}

#information dl.info_important dd p {
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding-left: 15px;
	background-image: url(../img/share/arrow_05.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	_background-position: left 0.35em;
	font-weight: bold;
	font-size: 1.125em;
}

#information dl.info_important dd p span {
	font-weight: normal;
}

