/* CSS Document */

/*---------- ヘッダー ----------*/

#header {
	clear:both;
	height:250px;
}

#header a {
	color:#FFFFFF;
}
#header a:link,
#header a:visited {
	border-bottom:none;
	padding-bottom:none;
}
#header a:active,
#header a:hover {
	border-bottom:none;
	padding-bottom:none;
	text-decoration:underline;	
}

#header h2 {
	font-weight:bold;
	height:250px;
}


