@charset "utf-8";

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 12px;
	line-height: 150%;
	color:#333333;
	background-image: url(../img/back.gif);
}

img {
	border:0;
}

a {
/*\*/
	overflow: hidden;
/**/
	color:#0066CC;
}

a:hover{
	color:#009999;
}


#wrapper{
	width: 540px; /* Mac IE */
	height: 92px; /* Mac IE */
	margin-left: auto; /* Mac IE */
	margin-top: 100px; /* Mac IE */
	margin-right: auto; /* Mac IE */
	margin-bottom: 0px; /* Mac IE */
}

/* Mac IE \*/

#wrapper{
	width: 540px; /* default */
	height: 92px; /* default */
	position:absolute; /* default */
	left:50%; /* default */
	top:50%; /* default */
	margin-left: -270px; /* default */
	margin-top: -46px; /* default */
}

/* default*/

p{
	width:540px;
	height:91px;
	text-indent:-9999px;
	text-decoration:none;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;	
}