@charset "utf-8";
/*Reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0; }
ul,li{ list-style: none; }
ul,li,a{ outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
/*Link*/
a:link{ color: #363636; text-decoration: underline; }
a:visited{ color: #00c4ff text-decoration: none; }
a:hover{ color: #00c4ff; text-decoration: none; }
a:active{ text-decoration: underline; }
#footer a:link { color: #999; text-decoration: underline; }
#footer a:visited{ color: #00c4ff text-decoration: none; }
#footer a:hover{ color: #00c4ff; text-decoration: none; }
#footer a:active{ text-decoration: underline; }
/*Base*/
img { border: 0; }
#wrapper { width: 982px; margin-right: auto; margin-left: auto; margin-top: 18px; }
#header { height: 49px; width: 982px; margin-bottom: 10px; }
#wrapper #header img { float: left;}
/*Footer*/
#footer {
	text-align: center;
	clear: both;
	position: relative;
	padding-top: 18px;
	color: #999;
	margin-bottom: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363636;
	margin-top: 9px;
}
#footer ul li{ float: left; font-size: 14px; margin-left: 9px; margin-bottom: 9px; border-right-width: 1px; border-right-style: solid; border-right-color: #999; padding-right: 9px; }
#footer p { font-size: 12px; margin: 0px; clear: left; }
/*Tools*/
#tools { width: 187px; float: right; margin-top: 36px; line-height: 1.8; text-align: center; }
/*Navi*/
#header #navi { margin: 0; zoom: 1; width: 100%; padding-top: 13px; }
#header #navi li { display: inline; }
#header #navi li a { float: left; height: 0; padding-top: 36px; overflow: hidden; background-image: url(../images/navigation.png); _background-image: url(../images/navigation.png); background-repeat: no-repeat; }

/* Button */
#header #navi li#n-top a {background-position: 0 0; width: 56px; }
#header #navi li#n-travel a { background-position: -56px 0; width: 86px; }
#header #navi li#n-foto a { background-position: -143px 0; width: 69px; }
#header #navi li#n-video a { background-position: -211px 0; width: 79px; }
#header #navi li#n-tvradio a { background-position: -290px 0; width: 119px; }
#header #navi li#n-blog a { background-position: -409px 0; width: 69px; }
#header #navi li#n-link a { background-position: -478px 0; width: 64px; }
#header #navi li#n-profile a { background-position: -542px 0; width: 92px; }

/* Button hover */
#header #navi li#n-top a:hover { background-position: 0 -36px; }
#header #navi li#n-travel a:hover { background-position: -56px -36px; }
#header #navi li#n-foto a:hover { background-position: -143px -36px; }
#header #navi li#n-video a:hover { background-position: -211px -36px; }
#header #navi li#n-tvradio a:hover { background-position: -290px -36px; }
#header #navi li#n-blog a:hover { background-position: -409px -36px; }
#header #navi li#n-link a:hover { background-position: -478px -36px; }
#header #navi li#n-profile a:hover { background-position: -541px -36px; }
