@charset "UTF-8";

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	color: #000000; /* 全体の文字色 */
	font-size: 95%; /* 全体の文字サイズ */
	text-align:left;
	line-height:150%;
	background-color: #fff;
}

*{
	padding : 0;
	margin: 0;
}

/* --- 全体のリンクテキスト --- */
	a:link { color: #008ED2; text-decoration: none; }
	a:visited { color: #008ED2; text-decoration: none; }
	a:hover { color: #008ED2; text-decoration: underline; }
	a:active {color: #008ED2; text-decoration: none; background-repeat: no-repeat;}

p {
	margin:0;
}

.indent {
	text-indent: 1em;
}

img{
	border:0;
}

.bold{
	font-weight:bold;
}

.middle{
	vertical-align:middle;
	margin:0 5px;
}

.orange{
	color:#F25926;
}

.red{
	color:#df2c38;
}

.right{
	float:right;
}


/* End hide from IE-mac */
.clear{
	clear:both;
	visibility:hidden;
	height: 0;
	width: 100%; /* for IE6,7 */
}



.topnews_list {
    overflow: hidden;
    zoom: 1;
}
.topnews_list dt {
	width: 210px;
	float: left;
	clear: both;
	background-image:url(../img/icon/news.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding:5px 0px 8px 10px;
	border-top: 1px dotted #b2b2b2;
}
.topnews_list dt img {
   vertical-align:middle;
   margin-left:10px;
}
.topnews_list dd {
	text-align:left;
	padding:5px 0px 8px 210px;
	border-top: 1px dotted #b2b2b2;
}
