@charset "UTF-8";
/* CSS Document */

/* etc */

body {
	text-align:center;
	color:#3c2814;
	font-size:10px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:2em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2d2d23;
}

	/*[win xp]*/
	.win_xp body {
		font-size:12px;
		font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
	
	/*[win 7, vista]*/
	.win_7 body,
	.win_vista body {
		font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}


/* gNav */

div#gNav {
	position:fixed;
	width:120px;
	top:40px;
	right:10px;
	padding:0 10px 0 0;
}

	/*[win xp]*/
	.win_xp div#gNav {
		width:150px;
	}

div#gNav ul li {
	list-style: none;
	margin:0 0 5px 0;
	text-align:left;
}

div#gNav ul li a {
	display:block;
	height:60px;
	color:#ffffff;
	
}

div#gNav ul li a:hover {

}
