
@charset "utf-8";
/* CSS Document */

/*=============================================================================

 ニュース一覧

=============================================================================*/
#newsList dl {
	clear:both;
	margin:0 0 2em 0;
	padding:0;
}

#newsList dl img{
	float:left;
	margin:0 9px 0 0;
	padding:4px;
	border:#CCCCCC 1px solid;

/*	padding:0px;
	border:none;*/

	max-width:120px;
	height:auto;
}

#newsList dl img._first {
	max-width:240px;
/*	border:none;
	padding:0px;*/
}

#newsList dl dt {
	font-weight:bold;
	margin:3px 0px;
	line-height: 1.2em;
	font-size:1.4em;
}

#newsList dl dd {
	color:#333333;
	margin-bottom:3px;
/*	text-align:justify;*/
	overflow: hidden;
}

#newsList dl dd.entcate {
	_zoom:1;
	overflow:hidden;
	color:#1ea6bd;
	text-indent:50px;
	background:url(../top/icon_topic.gif) no-repeat;
}

#newsList dl dd.entcate a:link,
#newsList dl dd.entcate a:visited {
	color:#1ea6bd;
}

/* H3タイトル */
#right_contents #newsList h3,
#right_contents .custom h3
{
	font-size:1.5em;
}

#right_contents #newsList dl {
	background-color:#FFF;
	border:none;
}

#right_contents #newsList dl dt {
	font-weight:bold;
}

#right_contents #newsList dl dd {
	margin:0px;
}

/*
.thumbnail240 {
	margin:0 9px 0 0;
	padding:4px 4px 8px 4px !important;
	border:#CCCCCC 1px solid;
	width:240px;
	max-height:150px;
	overflow:hidden;
	float:left;
}

.thumbnail240 img {
	margin:0px;
	padding:0px;
	max-width:120px;
	height:auto;
}

.thumbnail {
	margin:0 9px 0 0;
	padding:4px 4px 8px 4px !important;
	border:#CCCCCC 1px solid;
	width:120px;
	max-height:75px;
	overflow:hidden;
	float:left;
}

.thumbnail img {
	margin:0px;
	padding:0px;
	max-width:120px;
	height:auto;
}
*/



