/* CSS Document */

* {
    margin:0px;
	padding:0px;
}

body {
	width:850px;
	margin:auto;
	text-align:center;
	background-color:#000000;
	color: #CCCCCC;
	font-size:12px;
}

p {
    margin:0 0 1em;
}

img {
    border:0;
}

a:link {
    color:#659195;
}

a:hover, a:active, a:visited {
    color:#659195;
}

#header{
    background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:100px;
}

#header h1{
    text-indent:-9999px;
}

#globalnavi{
     text-align:center;
}

#globalnavi img{
margin-left:3px;
}

/* ƒtƒbƒ^ */
#footer{
    clear:both;
	border-top:1px solid #FFFFFF;
	border-top-color: #666666;
	height:20px;
	font-size:9px;
}

#footer p {
    margin-top:15px;
	text-align:center;
	font-size:9px;
}