@charset "UTF-8";

body {
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.news {
	font-size: 90%;
	line-height: 1.6em;
	width: 680px;
	padding: 0px;
	margin: 0px;
}

.news dl {
	width: 650px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.news dt {
	float: left;
	font-weight: bold;
	width: 6.5em;
	letter-spacing: 0em;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.news dd {
	margin-left: 6.5em;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 3px;
}
.news dd.event {
	margin-left: 6.5em;
	padding-bottom: 7px;
	background-image: url(../img/icon_event.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 80px;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.news dd.topics {
	margin-left: 6.5em;
	padding-bottom: 7px;
	background-image: url(../img/icon_topics.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 80px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.contentsBox dt.event{
	background-image: url(../img/icon_event.gif);
	background-repeat: no-repeat;
	background-position: 100px top;
	margin-bottom: 10px;
	color: #333;
	padding: 0px;
}
.contentsBox dt.topics{
	background-image: url(../img/icon_topics.gif);
	background-repeat: no-repeat;
	background-position: 100px top;
	margin-bottom: 10px;
	color: #333;
	padding: 0px;
}

/*link style----------------------*/

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}


/*font style----------------------*/

.bold {
	text-decoration: none;
	font-weight: bold;
}
