/* CSS Document */

.news{
	position:relative;
	margin:5px;
	margin-left:10px;
	width:300px;
	height:155px;
	float:left;
}

.newnext{
	margin-left:148px;
}

.newnext a{
	color:#00BBFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
	
.newnext a:hover{
	color:#FF8600;
}

.ctpager{
	position:relative;
	width:640px;
	height:37px;
	margin-top:18px;
	margin-bottom:18px;
	text-align:right;
}

.ctpager a{
	background:url(../image/kijititle.jpg) repeat-x 0px -35px;
	width:27px;
	height:35px;
	position:relative;
	color:#fff;
	font-weight:bold;
	margin-left:auto;
	text-align:center;
	line-height:37px;
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	vertical-align:middle;
	display:block;
	float:right;
	margin-left:10px;
}

.ctpager a:hover{
	background-position:0px -70px;
}


.ticker ul {
	width: 640px;
	position: relative;
}

.ticker ul li {
	width: 640px;
	display: none;
}

.kijis{
	margin:0px;
	width:620px;
	min-height:300px;	
}

.newsth{
	margin-left:12px;
	padding:5px;
	margin-bottom:10px;
	float:left;
	width:180px;
	height:150px;
	border:1px solid rgba(20,85,216,0.8);
	border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	line-height:20px;
	box-shadow: 1px 1px 1px 1px rgba(20,85,216,0.8);
}

.newsth img:hover{
	opacity:0.6;
}

.newsth a{
	font-weight:bold;
	text-decoration:underline;
	color:#00BBFF;
}

.newsth a:hover{
	color:#FF8600;
}

.newsth .cdate{
	margin-left:0px;
	font-size:12px;
	font-weight:bold;
	color:#09061F;
}

.detail{
	padding:0 10px;
	width:620px;
}

#socialTarget{
	position:relative;
	width:auto;
	height:30px;
	margin:0px;
	padding: 0px;
	margin-top:10px;
	margin-bottom:-10px;
	float:right;
}