@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);


#news{
  padding: 0 10px 10px;
}

#intro{
  background: url(../img/index_img/bg_intro.jpg) no-repeat center top;
  background-size: cover;
}
#intro figure {
  text-align: center;
  margin:15px auto 0;
}
#intro figure img{
  margin: 0 auto;
  text-align: center;
}

#intro p{
  text-shadow: 0 1px 1px #fff , 0 -1px 1px #fff,1px 0 1px #fff, -1px 0 1px #fff, 0 0 2px #fff;
}
/*------------------------------------------------------------News01*/
/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	padding: 8px 0;
}
#news01 dt{
  color: #666666;
}
#news01 dl dd .newstitle {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  color: #00a1cf;
}

#news01 dl dd a {
  color: #00a1cf;
	text-decoration: underline;
}

/*------------------------------------------------------------News02*/
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
#news02 .newsbox .news_text {
	line-height: 1.5;
}
#news02 .newsbox .phbox {
	text-align: center;
}
#news02 .newsbox img {
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
	font-size: 12px;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
	text-decoration: none;
}
