@charset "utf-8";

/*-----------------------------
	Global Navigation
-------------------------------*/

ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 720px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px; /* ??ンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px; /* ??ンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6で?ウス反応領域がおかしいのをFix */
	font-size: 16px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #eee;
}

ul#globalNavi li a:hover {
	color: #000;
	background-color: #ddd;
}

.body {
background-color: #181818;
color: #6b5645;
font-size: 10px;
font-family: "Verdana","Verdana",serif;}
.repeat {
 background-image : costudio/Background.jpg;
 background-repeat : repeat ;
}



