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



/* reset */
body, header, footer, section, nav, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
}
/*common*/
a {
	text-decoration:none;
	color: #333;
}
a:hover {
	color: #fd5105;
}
.red {
	color: #850619;
}
body {

	font-size: 14px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
}


/* news */
.news_wrap_top {
	width: 467px;
	float: left;
}

.news_wrap_top h3 {
	width: 467px;
	margin: 0 0 0 24px;
}

#news_more {
	padding: 7px 0 0 56px;
}

.dateTxt {
	clear: both;
	float: left;
	margin: 10px 10px 0 0 ;	
}
.titleTxt {
	float: left;
	margin: 10px 0 0 0;	
}

.info_wrap_top {
	overflow: hidden;
}
.bn_info {
	clear: both;
	width: 980px;
	margin: 12px auto 20px;
}
.bn_info ul {
	margin: 0 -20px 0 0;
	overflow:hidden;
}
.bn_info ul li {
	width: 230px;
	float: left;
	margin: 0 20px 0 0;
}

#top_iframe {
	width:467px; 
	height:180px;
	margin-top: 0;
}

.news_wrap_top iframe{
	width: 450px;
	margin: 0 10px 0 55px;
}


/*新着infoページ*/
#feed {
	overflow:hidden;
	font-weight:normal;	
 }
 
#feed p {
	font-size: 105%;
 }
#feed h4 {
	border-bottom: dotted 1px #333;
	font-weight:normal;
	margin: 0 0 10px 0;
  }
#feed a {
	font-size: 110%;
 }
 #feed a:hover {
	color: #fd5105;
 }
 #info_iframe {
	 width: 700px;
	height: 800px;
}
/*新着infoページ新*/
#rss {
	overflow:hidden;
	font-weight:normal;	
 }
 
#rss p {
	font-size: 105%;
 }
#rss h4 {
	border-bottom: dotted 1px #333;
	font-weight:normal;
	margin: 0 0 10px 0;
  }
#rss a {
	font-size: 110%;
 }
 #rss a:hover {
	color: #fd5105;
 }
 #info_iframe {
	 width: 700px;
	height: 800px;
}