@charset "utf-8";
/* CSS Document */


/* carousel top-main
================================================== */
#top-main{
	position:relative;
	width:660px;
	background:#ffffff;
	margin:0 0 55px 0;
}

.viewport {
	width: 660px;
	overflow: hidden;
	margin:0;
	box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 2px #999;　/* Safari,Google Chrome用 */
}
.viewport .flipsnap {
	overflow: hidden;
	width: 3300px;
	padding:0;
}
.viewport .item {
	width: 660px;
	height:260px;
	float: left;
	list-style:none;
	padding:0;
}

.viewport .item .new_entry_top img{
	float:left;
	width:410px;
	height:260px;
}

ul.flipsnap{
	margin:0;
	padding:0;
}	


/*----- インジケーターの設定 -----*/
.viewport .pointer {
	text-align: center;
	padding:0;
}

.viewport .pointer span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 1px solid #333333;
	margin:4% 0;
}
.viewport .pointer span.current {
  background: #888888;
}


/*----- next / prev ボタン -----*/
.viewport .prev {
	position:absolute;
	top:120px;
	left:-17px;
	background:url(../commonimg/left_off.png) no-repeat 0 0;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:40px;
	height:40px;
	cursor:pointer;
}

.viewport .next {
	position:absolute;
	top:120px;
	right:-17px;
	background:url(../commonimg/right_off.png) no-repeat 0 0;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:40px;
	height:40px;
	cursor:pointer;
}

.viewport .prev:hover {
	position:absolute;
	background:url(../commonimg/left_on.png) no-repeat 0 0;
	-moz-background-size:100% auto;
	background-size:100% auto;
	color:#fff;
	text-shadow: 0 1px 0 #999;
}

.viewport .next:hover {
	position:absolute;
	background:url(../commonimg/right_on.png) no-repeat 0 0;
	-moz-background-size:100% auto;
	background-size:100% auto;
	color:#fff;
	text-shadow: 0 1px 0 #999;
}



/*----- next / prev ボタン -----*/
ul.flipsnap{
	position:relative;
}

.images{
	height:260px;
	z-index:10;
}

#top-main .new_entry_top .entryarea{
	padding:15px 25px 15px 0;
	float:right;
	width:200px;
}

#top-main .new_entry_top .entryarea .ctg_date{	
	padding:0 0 5px 0;
	border-bottom:#333333 dotted 1px;
}

#top-main .ctg_date .ctg{
	color:#999999;
	text-align:left;
	width:120px;
	float:left;
}

#top-main .ctg_date .ctg a{
	color:#999999;
	text-decoration:none;
}

#top-main .ctg_date .ctg a:hover{
	color:#999999;
	text-decoration:underline;
}

#top-main .ctg_date .date{
	color:#999999;
	text-align:right;
	float:right;
}
		

#top-main .new_entry_top .entryarea h2{
	font-size:18px;
	margin:15px 0 15px 0;
	text-align:left;
}

#top-main .new_entry_top .entryarea h2 a{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

#top-main .new_entry_top .entryarea h2 a:hover{
	font-weight:bold;
	text-decoration:underline;
}

#top-main .the_content_top{
}


#top-main .new_entry_top .entryarea p{
	color:#000000;
}

#top-main .entryarea p.readmore a{
	text-decoration:none;
	font-size:10px;
	color:#001C30;
}

#top-main .entryarea p.readmore a:hover{
	text-decoration:underline;
}

