.pss {
	overflow: auto;
	height: 220px;
	font-size: 12px;
	line-height: 20px;
	width: 630px;
	text-align: left;
	padding:0px 0px 0px 20px;
}
.news {
line-height: 20px;
font-size:12px;
}
.moji {
	font-size: 13px;
}
.green {
	font-size: 15px;
	text-align: left;
	color: #569A05;
	font-weight: bold;
}
.greens {
	font-size: 12px;
	text-align: left;
	color: #569A05;
	font-weight: bold;
}
.fpoint {
	padding-left: 30px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align: left;
}
.fred {
	color: #F03126;
	font-weight: bold;
	font-size:12px;
}
.f12 {
	line-height: 22px;
	font-size: 12px;
	text-align: left;
	color: #333333;
}
.f12a {
	line-height: 22px;
	font-size: 12px;
	color: #333333;
}
.f12txt {
	line-height: 22px;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 15px;
	text-align: left;
}
.f12txt2 {
	line-height: 22px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: left;
}
.f12txt3 {
	font-size: 12px;
}

.f17c {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #008000;
}

*{ margin: 0; padding: 0; border: 0;
list-style: none; }
.slider {
  position: relative;
  width: 100%;
  height: 258px;
  overflow: hidden;
}
.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide img {
　width: 100%;
}


.slider-nav {
  position: absolute;
  bottom: 30px;
}
.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.slider-nav__item:hover {
  background: #fff;
}
.slider-nav__item--current {
  background: #fff;
}

/*画像めくれ風*/
.frame{
    outline: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 5px;
    background: #f0f0f0;
}

.css-box-shadow {
  width:600px;
  position: relative;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  padding: 2px;
  background: white;
}
/*画像スライド2*/
div.g-inner {
	margin: 0 auto;
	position:relative;
	width:650px;
	height:500px;
}
#view {
	position: absolute;
	width:660px;
	height:410px;
	top:0;
	left:0;
	overflow:hidden;
}
#view p {
	position: absolute;
	width:660px;
	height:410px;
	top:0;
	left:0;
}
#thumbBtn {
	position:absolute;
	top:420px;
	right:0px;
}
#caption {
	position:absolute;
	top:420px;
	left:7px;
	text-align:left;
	width:220px;
}
#thumbBtn li {
	padding: 0 0 0 2px;
	float:left;
	text-align:right;
	width: 85px;
	cursor:pointer;
	
}
#thumbBtn li.active {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#thumbBtn li img {
	border: solid 1px #ccc;
}
