﻿@charset "utf-8";
/*======================================================================


       Style CSS


======================================================================*/
html {
	color: #FFFFFF;
}

a:link {
	text-decoration : none;
	color:#00ffff;
}
a:visited {
	text-decoration : none;
	color:#00ffff;
}
a:hover{
	text-decoration: underline;
	color:#00ff00;
}

#document {
	border: 1px solid #00203E;
}

#header {
	background: url(../../img/top.jpg) no-repeat;
}


#header h1{
	display: none;
}

#header h2{
	display: none;
}

#footer {
	background: url(../../img/bottom.jpg) no-repeat;

}


/*======================================================================


        ナビ


======================================================================*/

ul#nav li a {
	background: url(../../img/btn.gif) 0 0 no-repeat;
}
ul#nav li a:hover {
	background: url(../../img/btn.gif) 0 -20px no-repeat;
}

ul#nav li.here a {
	color:#00ff00;
	background: url(../../img/btn.gif) 0 -20px no-repeat;
	cursor: default;
}


/*======================================================================


        トップページindex.html


======================================================================*/


.updata {

}
.updata h3 {

}
/*======================================================================


        Programming-html5


======================================================================*/
#html5 #canvas ul{

	padding-left: 10px;	
}	
	
/*======================================================================


        Link


======================================================================*/

.link {

	margin: 0 auto;
	width: 600px;
	background: url(../../img/link.jpg) no-repeat;
}
