@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


body{
	background:#FFFFFF;
}

img{
	border:none;
}

ul{
	list-style:none;
}

a {
text-decoration: none;
}



/*グローバルナビゲーション　ここから*/

#gn{
	width:100%;
	height:40px;
	background:#000000;
}

#gn ul{
	width:850px;
	margin:auto;
	padding-top:7px;
}

.long{
	display:block;
	width:150px;
	float:left;
}

.short{
	display:block;
	width:100px;
	float:left;
}

/*グローバルナビゲーション　ここまで*/