@charset "utf-8";
/* --- CSS Document --- */

/* Home */

body#home {
	background-color: #00020a;
}

.mainbg {
	background: url(img/top_bg.jpg) repeat-x;
}

td#btmBg {
	background: url(img/top_btm.jpg) no-repeat;
}

/* Top_NAVI */

#t_navi {
 height:46px;
 margin:0;
 padding:0;
}
#t_navi ul {
 margin:0;
 padding:0;
}
#t_navi li {
 display:inline;
 list-style-type:none;
}
#t_navi li a {
 height:46px;
 display:block;
 float:left;
 text-indent:-9877em;
 text-decoration:none;
/*\*//*/
overflow:auto;
/**/
 overflow:hidden;
}
/*------off*/
#t_navi li.t_navi_home a {
 	background:url(img/menu.jpg) no-repeat;
 	width:126px
}
#t_navi li.t_navi_about a {
	background:url(img/menu.jpg) no-repeat -126px 0px;
	width:126px;
}
#t_navi li.t_navi_projects a {
	background:url(img/menu.jpg) no-repeat -252px 0px;
	width:126px;
}
#t_navi li.t_navi_profile a {
	background:url(img/menu.jpg) no-repeat -378px 0px;
	width:126px;
}
#t_navi li.t_navi_link a {
	background:url(img/menu.jpg) no-repeat -504px 0px;
	width:126px;
}
#t_navi li.t_navi_contact a {
	background:url(img/menu.jpg) no-repeat -630px 0px;
	width:125px;
}

/*------hover*/
#t_navi li.t_navi_home a:hover {
 	background:url(img/menu.jpg) no-repeat 0px -46px;
}
#t_navi li.t_navi_about a:hover {
	background:url(img/menu.jpg) no-repeat -126px -46px;
}
#t_navi li.t_navi_projects a:hover {
	background:url(img/menu.jpg) no-repeat -252px -46px;
}
#t_navi li.t_navi_profile a:hover {
	background:url(img/menu.jpg) no-repeat -378px -46px;
}
#t_navi li.t_navi_link a:hover {
	background:url(img/menu.jpg) no-repeat -504px -46px;
}
#t_navi li.t_navi_contact a:hover {
	background:url(img/menu.jpg) no-repeat -630px -46px;
}


/* リンクのアンダーライン */

a, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* NEWS & TOPICS */
div#news {
	margin-left: 35px;
	width: 450px;
	height: 190px;
	background: transparent;
	font-size: 80%;
	color: #FFFFFF;
	overflow: auto;
}

div#news a, div#news a:link, div#news a:hover, div#news a:visited {
	color: #FFFFFF;
}

div#news h3 {
	display: none;
}

span.cYGm10 {
	color: #eaffb2;
	margin-right: 10px;
	padding-left: 10px;
	background:url(img/arrow.gif) no-repeat;
}

/* Copyright */
span.copy {
	color: #FFFFFF;
}

