@charset "UTF-8";

/* インデックス用CSS */

#top_img {
	width: 540px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	height: auto;
}

#info {
	margin: 10px;
	height: 100px;
	width: 560px;
}

#news {
	margin: 20px;
	width: 540px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.news {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 230px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.news p {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #CC0033;
	padding-left: 10px;

}



.news a:link {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}
.news a:visited {
	color:#0099CC;
	letter-spacing:0.1em;
	text-decoration:none;
}
.news a:hover {
color:#999999;
letter-spacing:0.1em;
text-decoration:none;
}
.news a:active {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}


.news_date {
	font-weight: 600;
	margin-right: 20px;
}

.news_title {
	margin-left: 20px;
}

#news img {
	vertical-align: bottom;
	margin-bottom: 2px;
}
