@charset "UTF-8";

#news_type {
	font-size: 80%;
	border: 2px dotted gray;
	padding: 8px;
    margin-bottom: 20px;
	background-color: whitesmoke;
}

#news_list {
    margin: 15px 0px;
}

#news_list .newsrow {
	font-size: 90%;
    margin: 5px 0;
    text-indent: -5.5em;
    padding-left: 5.5em;
}

#news_list .newsdate {

}

#news_list .newstitle {
    margin-left: 10px;
}


/* 記事種別の色玉 */
#news_type .newstype_news {
    background: transparent url(../images/icon_news.gif) no-repeat scroll left center;
    padding-left: 18px;
}
#news_type .newstype_event {
    background: transparent url(../images/icon_event.gif) no-repeat scroll left center;
    padding-left: 18px;
}
#news_type .newstype_cluster {
    background: transparent url(../images/icon_cluster.gif) no-repeat scroll left center;
    padding-left: 18px;
}
#news_type .newstype_grant {
    background: transparent url(../images/icon_grant.gif) no-repeat scroll left center;
    padding-left: 18px;
}

.img_news {
    background: transparent url(../images/icon_news.gif) no-repeat scroll left center;
    padding-left: 12px;
}
.img_event {
    background: transparent url(../images/icon_event.gif) no-repeat scroll left center;
    padding-left: 12px;
}
.img_cluster {
    background: transparent url(../images/icon_cluster.gif) no-repeat scroll left center;
    padding-left: 12px;
}
.img_grant {
    background: transparent url(../images/icon_grant.gif) no-repeat scroll left center;
    padding-left: 12px;
}


.page {
    margin-top: 15px;
	width: 100%;
	text-align: center;
}


#newsinfo {
	font-size: 90%;
}
#newsinfo .news_date {
	width: 550px;
	text-align: right;
}
#newsinfo .news_title {
/*	width: 550px;*/
	width: 620px;
	font-size: 100%;
	font-weight: bold;
	border-left: 10px solid gray;
	border-right: 10px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
/*	padding: 3px;*/
	padding: 5px;
	line-height: 1.5;
/*	margin: 7px 0;*/
margin:10px 0 20px 0;
}
#newsinfo .news_contents {
	font-size: 16px;
	margin-left: 2%;
	margin-right: 4%;
	width: 640px;
/*	text-align: left;*/
/******/
/*font-size: 100%;*/
text-align: justify;
text-justify: inter-ideograph;
line-height: 1.4;
/******/
}

#newsinfo .news_contents ul li,
#newsinfo .news_contents ol li {
	margin-bottom: .5em;

}
#newsinfo .news_dummy {
	width: 100%;
	text-align: center;	
}
#newsinfo .news_contact {
	width: 100%;
	border: 1px solid gray;
	text-align: left;
    margin-top: 20px;
}
#newsinfo .news_contact p {
	background-color: gray;
	color: white;
	text-align: center;
	padding: 3px;
    margin: 0;
}
#newsinfo .news_contact_contents {
	margin: 10px;
    font-size: 90%;
    text-align: left;
}
	
#newsinfo table.simple,
#newsinfo table.simple tr, 
#newsinfo table.simple th,
#newsinfo table.simple td {
border: 1px solid #666666;
border-collapse: collapse;
border-spacing: 0;
}
#newsinfo table.simple th,
#newsinfo table.simple td {
line-height: 1.2;
padding: 5px;
}
#newsinfo table.simple th p,
#newsinfo table.simple td p {
line-height: 1.2;
}


