@charset "UTF-8";


/*リスト----------------------*/

#news_list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFF;
	margin-bottom: 80px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#news_list dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#news_list dl dt {
	float: left;
	width: 8em;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 50px;
}
#news_list dl dd {
	margin-left: 8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
}
#news_list a:link {
	color: #0066FF;
	text-decoration: none;
}
#news_list a:visited {
	color: #0066FF;
	text-decoration: none;
}
#news_list a:hover {
	color: #999999;
	text-decoration: none;
}

/*記事----------------------*/

#news {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFF;
	margin-bottom: 80px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#news dl {
	padding-top: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#news dl dt#date {
	font-size: 0.9em;
	margin-bottom: 15px;
}
#news dl dt#title {
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#news dl dd#kiji {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#news dl dd#kiji p {
	margin-bottom: 15px;
}
#news dl dd#photo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#news dl dd#photo img {
	width: 800px;
	margin-bottom: 30px;
}



/*一覧を見る・前の記事に戻る----------------------*/
#news #back {
	text-align: center;
	padding-bottom: 50px;
}

#news #back #list  {
	float: left;
}
#news #back #modoru  {
	float: right;
	text-align: right;
	background-color: #236AC5;
	color: #FFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}


/*リンクカラー----------------------*/
#news a:link {
	color: #0066FF;
	text-decoration: none;
}
#news a:visited {
	color: #0066FF;
	text-decoration: none;
}
#news a:hover {
	color: #999999;
	text-decoration: none;
}


