@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: "ＭＳ Ｐゴシック", Osaka;
	color:#333333;
	background-repeat: repeat-x;
}


a {
	/*\*/
	overflow: hidden;
	/**/
	color: #333333;
	font-weight: bold;
}

a:hover{
	color:#999999;
}

br {
   letter-spacing:normal;
}

#wrapper{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	text-align:center;
}

h1{
	width:250px;
	height:250px;
	text-indent:-9999px;
	display:block;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	height:20px;
	width:140px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li,#menu a{
	display: block;
}

#menu li{
	text-indent: -9999px;
	float:left;
}

#menu a{
	text-decoration: none;
	height:20px;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
}

#item01 a{	width:65px;	background-position:0 0;}
#item02 a{	width:75px;	background-position:-65px 0;}

#item01 a:hover{background-position:0 -20px;}
#item02 a:hover{background-position:-65px -20px;}

p{
	width:200px;
	float:left;
	height:30px;
	letter-spacing:0.1em;
	font-size:12px;
}

#footer{
	padding-top:40px;
	clear:both;
	text-transform: uppercase;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.03em;
}