@charset "utf-8";

#t_header{
	clear: both;
	height: auto;
	width: 940px;
	text-align: center;
	margin-top: 200px;
	margin-bottom: 100px;
}
#links{
	display: inline;
	width: 940px;
	margin-top: 10px;
	text-align: center;
	margin-left: 10px;
	}
#links a{
	color:#666666;	
	text-decoration: none;
    font-family: 'Marcellus SC', serif;　/* Google Fonts */
}
#links a:hover{
	color:#003399;
	text-decoration: none;
}
#links a:active{
	color:#003399;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style:none;
}
li {
	display: inline;
	margin: 0 50px;
}
