@charset "utf-8";

/*------------------------------------------------------------------------------
 0.  default style clear
     Link Color
     clearfix
 1.  body
 2.  container
 3.  header
 4.  content
 5.  main
 6.  sNav
 7.  footer
------------------------------------------------------------------------------*/


/*---------------------------------------------------------
 5.main [ top-Page ]
----------------------------------------------------------- */
.newsList-top {
	width: 528px;
	/*border-bottom:1px dotted #CCCCCC;*/
	margin-bottom: 20px;
	margin-top: -1px;
}

.newsList-top dt{
	display: inline;
	float: left;
	width: 180px;
	border-top:1px dotted #CCCCCC;
	padding: 10px 0 0 20px;
}
.newsList-top dt img {
	margin-left: 1em;
	padding-top: 0.4em;
}
.newsList-top dd{
	width: 328px;
	margin-bottom: 10px;
	margin-left:200px;
	padding-top:10px;
	padding-bottom:0px;
	border-top:1px dotted #CCCCCC;
	line-height: 1.4;
}
.newsList-top dd a{
	line-height: 1.4;
}


/*---------------------------------------------------------
 5.main [ headline ]
----------------------------------------------------------- */
.newsList {
	width: 680px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 40px;
	margin-top: -1px;
}

.newsList dt{
	display: inline;
	float: left;
	/*width: 160px;
	min-width: 11em;*/
	width: 160px;
	border-top:1px dotted #CCCCCC;
	padding: 10px 0 0 15px;
}
.newsList dt img {
	margin-left: 8px;
	padding-top: 0.4em;
}
.newsList dd{
	/*width: 540px;*/
	width: 505px;
	margin-bottom: 10px;
	/*margin-left:140px;*/
	margin-left:175px;
	padding-top:10px;
	padding-bottom:0px;
	border-top:1px dotted #CCCCCC;
	line-height: 1.4;
}
.newsList dd a{
	line-height: 1.4;
}


/*---------------------------------------------------------
 5.main [ Entry-Page ]
----------------------------------------------------------- */
.entryTitle {
	border-bottom: 2px solid #999999;
	/*line-height: 1.8;*/
	line-height: 1.5;
	margin-bottom: 20px;
}
.date {
	margin-bottom: 20px;
}

.entryBody p {
	margin-bottom: 20px;
}
.entryBody img {
	margin-bottom: 10px;
}

