body {
	 font-family : arial;
	 font-size:10px; 
	 background:transparent;
	 height:100%;
}

a {
	text-decoration:none;
}

#logoOkoto {
	display:block;
	width:86px;
	height:34px;
	line-height:34px;
	background:url(/i/okoto.png) no-repeat left top;
	color:#999999;
	font-size:24px;
	margin:20px 0px;
}
#logoOkoto:hover {
	background-position:left bottom;
	color:#333333;
}






.OkotoBox:hover {
	color:#3399FF;
}

.OkotoBox:hover img {
	border-color:#3399FF;
}

.OkotoBox {
	display:inline-block;
	text-align:center;
	color:#999999;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
}



.OkotoBox img {
	display:block;
	border:1px dashed #999999;
	padding:5px;
	line-height:130px;
	margin-bottom:5px;
	vertical-align:middle;
}