@charset "utf-8";

/*
ニュース
----------------------------------------------------------- */	
.newsList li span {
	padding-left: 15px;
	background: url(../img_ico/ico_triangle.gif) 0px 2px no-repeat;
	}
	
.newsList li span {
	float:left;
	width:500px;
	}
	
.newsList li {
	padding-bottom:7px;
	padding-top:7px;
	background-image: url(../img/line_gray01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	width:100%;
	overflow:hidden;
	}

.newsList dl {
	width: 630px;
	overflow: hidden;
	padding-bottom:7px;
	padding-top:7px;
	background-image: url(../img/line_gray01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.newsList dl dt {
	float: left;
	width: 100px;
	padding-left: 15px;
	background: url(../img_ico/ico_triangle.gif) 0px 4px no-repeat;
}

*html .newsList dl dt {
	width:115px;
	}

.newsList dl dd {
	float: right;
	width: 510px;
	overflow:hidden;
}

.newsList dl dd span {
	margin-right:15px;
	color:#cc6666;
}
	
.newsList a:link,
.newsList a:visited,
.newsList a:hover,
.newsList a:active {
	color:#666666;
	}

.btnOpencampusNews {
	display:block;
	float:right;
	}
	
.more {
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
	font-size:84%;
	}
	
.more a {
	background-image:url(../img_ico/ico_triangle.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#cc6666;
	}
	
.more a:link,
.more a:visited,
.more a:hover,
.more a:active {
	color:#cc6666;
	}
	
	
/*
トピックス一覧（基本）
----------------------------------------------------------- */	
.topicsList dl {
	width: 630px;
	overflow: hidden;
	padding-bottom:7px;
	padding-top:7px;
	background-image: url(../img/line_gray01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.topicsList dl dt {
	float: left;
	width: 90px;
	padding-left: 15px;
	color:#CC6666;
}

*html .topicsList dl dt {
	width:105px;
	}

.topicsList dl dd {
	float: right;
	width: 520px;
	overflow:hidden;
}

.topicsList dl dd img {
	margin-right:10px;
}

	
.topicsList a:link,
.topicsList a:visited,
.topicsList a:hover,
.topicsList a:active {
	color:#666666;
	}



/*
詳細ページ
----------------------------------------------------------- */	
/* ニュースタイトル */
#titNews {
	width:610px;
	background-image:url(../img/bg_tit_news.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-right:20px;
	}
	
*html #titNews {
	width:630px;
	}
	
#titNews h2 {
	font-weight:bold;
	font-size:150%;
	line-height:1.2;
	}
	
#titNews p {
	margin-bottom: 7px;
	}	
	
/*大見出し*/
.titMain {
	background-image:url(../img_ico/ico_tit_news01.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#CC6666;
	font-weight:bold;
	font-size:130%;
	}
	

.titSubSmall {
	background-image:url(../img_ico/ico_tit_news02.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:22px;
	font-size:110%;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	}
	
.listNewsFile li {
	background-image:url(../img_ico/ico_file.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:28px;
	margin-top:2px;
	margin-bottom:2px;
	}
	
.listNewsFile li img {
	vertical-align:middle;
	margin-left:3px;
	margin-right:5px;
	}
	
.listNewsLink li {
	background-image:url(../img_ico/ico_link.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:28px;
	margin-top:2px;
	margin-bottom:2px;
	}
	
.lineNews {
	width:100%;
	background-image:url(../img/line_gray01.gif);
	background-position:left bottom;
	padding-bottom:5px;
	}

.photoLine1 {
	text-align:center;
	}

/*画像：2列（キャプションあり）
----------------------------------------------------------- */	
.photoLine2 {
	width: 660px;
	overflow: hidden;
	margin-left:-30px;
}

.photoLine2 li {
	float: left;
	width: 50%;
	width:300px;
	margin-left:30px;
	display: block;
}

.googlemap {
	width:630px;
	height:370px;
	}

/*画像キャプション
----------------------------------------------------------- */	
.textPhoto span,
.photoLine1 span,
.photoLine2 span {
	display:block;
	margin-top:5px;
	color:#CC6666;
	font-size:85%;
	text-align:left;
	}

.photoLine1 span {
	text-align:center;
}

/*ページ繰り
----------------------------------------------------------- */
.pageStep {
	text-align:right;
	}
	
.pageStep li {
	display:inline;
	padding-left:8px;
	padding-right:3px;
	font-weight:bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align:right;
	color:#CC6666;
	}
	
.pageStep li a {
	font-weight:normal;
	}
	
.pageStep li a:link,
.pageStep li a:visited,
.pageStep li a:hover,
.pageStep li a:active {
	color:#CC6666;
	}

