@charset "UTF-8";
#contents .box_news {
	width: 640px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999999;
	padding: 10px;
	font-size: 1em;
	color: #333333;
	margin-top: 10px;
}
.box_news .news_gotop {
	text-align: right;
}
#contents .box_news .photo_news {
	float: right;
	width: 320px;
	margin-left: 10px;
}
#contents .box_news .photo_news img {
}
.box_news .news_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009900;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
}
.box_news .photo_news .cap {
	font-size: 10px;
	color: #666666;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
/*pager*/
ul.pager {
	list-style: none;
	margin: 10px;
}
ul.pager li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
ul.pager li a {
	position: relative;
	display: block;
	padding: 3px 8px;
	color: #009900;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	background-color: #99FF33;
	text-decoration: none;
}
