@charset "utf-8";
@import "html5reset-1.6.1.css";

/************************************
Common
************************************/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	line-height: 1.5;
	color: #444;
	font-size: 16px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
	background: #ffffff;
}
a{
	color: #444;
}
a:hover{
	text-decoration: none;
}
.mouse_over{
	overflow: hidden;
	text-indent: -9999px;
}
.mouse_over:hover{
	background-position: bottom;
}
ul,li{
	margin:			0;
	padding:		0;
	list-style:		none;
}
/************************************
Layout
************************************/
#wrapper{
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

ul,li{
	margin:			0;
	padding:		0;
	list-style:		none;
}

#menu{
	margin:0 auto;
	padding:0;
	width:		400px;
	overflow: hidden;
}

#menu li{
	float:left;
	width:100px;
	text-align:center;
	line-height:40px;
}

#menu li a{
	display:block;
	width:100%;
	background:#cccccc;
	text-decoration:none;
}

#menu li a:hover{
	background:#dddddd;
}

footer{
	width:400px;
	margin:0 auto;
	text-align:left;
}
