@charset "shift-JIS";
@import url(navi.css);
@import url(table_list.css);

body {
	background-color: #FFFFFF;
	background-position:bottom left;
	background-repeat:no-repeat;
}

h1 {
	text-align: center;
	display:block;
	width:500px;
	height:55px;
	line-height:55px;
	background-image:url(images/NEXUS_logo.png);/*logo_spring/_summer/_autumn/_winter変更可*/
	background-size:80% auto;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
	margin-top:-25px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

h1:hover {
	/*background-position:0px -40px;*/
	background-position:0px -54px;
}

a:link {
	color: black;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

#textBack { 
	position: relative; 
	height:16px;  
	width:auto; 
	background: #CCCCCC;  
	filter:alpha(opacity=80);  
	opacity:0.8;
	margin-top:80px;
}

#text {
	width: 530px;
	/*  フォントの種類  */
	font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*  フォントのサイズ  */
	font-size: 12px;
	/*  フォントの色  */
	color: #333;
	/* カーニングの設定 */
	letter-spacing: 1.5px;
	/* 行間の設定 */
	line-height: 1.75;
	
	float: left;
}   

#text2 {  
	position: relative;
	list-style-type:none;      
	width: 615px;
	height:auto;  
	color: #000000; 
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	float: left;
}

#text3 {  
	width: 775px;
	/*  フォントの種類  */
	font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*  フォントのサイズ  */
	font-size: 12px;
	/*  フォントの色  */
	color: #333;
	/* カーニングの設定 */
	letter-spacing: 1.5px;
	/* 行間の設定 */
	line-height: 1.75;
	
	float: left;
} 

#text4 {  
	position: relative;
	list-style-type:none;      
	width: 275px;  
	color: #000000; 
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	float: left;
}  

#text5 {  
	position: relative;
	list-style-type:none;      
	width: 400px;  
	color: #FFFFFF; 
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	float: left;
}

#text6 {  
	position: relative;
	list-style-type:none;      
	width: 570px;
	height:auto;  
	color: #000000; 
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	float: left;
}

.Copyright {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

/*RSSfeed*/
.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 200px;
	height:200px;
	margin-bottom: 2em;
}
.rssFeed a {
	color: #000;
	text-decoration: none;
}

.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { 
	padding: 0.2em 0 0; 
}

.rssBody { 
	border: 2px solid #666;
}

.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 0.5em;
}

.blink{animation:BLINK 0.5s ease-in-out infinite alternate;}
@keyframes BLINK {0%{opacity:1.0;}100% {opacity:0;}}

#feed .odd { 
	background-color: #FFFFFF; 
	filter:alpha(opacity=80);  
	opacity:0.8; 
}

#feed .even { 
	background-color: #FFFFFF; 
	filter:alpha(opacity=80);  
	opacity:0.8;
}
/*RSSfeed*/
/*Launch information*/
#banner {
	margin-bottom:-100px;
	z-index:99999;
}

