@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html, body {
  height: 100%;
}
img {
	border: 0;
}

/* BASE -------------------------------------------------------------------------*/

body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
	-webkit-text-stroke-width:0.02px;
}

/* WRAPPER -------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: 100%;
	font-size:100%;
}

/* CONTENTS -------------------------------------------------------------------------*/

#contents {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* MIMG -------------------------------------------------------------------------*/

#mimg {
	width: 950px;
	height: 550px;
	margin: 0;
	padding: 0;
}
#mimg img {
	width: 100%;
	height: auto;
}

/* MENU -------------------------------------------------------------------------*/

#menu {
	width: 950px;
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
	width: 295px;
	margin: 0 32px 0 0;
}
#menu ul li:last-child {
	margin: 0;
}
#menu ul li a {
	text-indent: -9999px;
	display: block;
	width: 295px;
	height: 110px;
}
#menu ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu ul li:nth-child(1) a {
	background: url(images/menu_01.jpg) no-repeat left top;
}
#menu ul li:nth-child(2) a {
	background: url(images/menu_02.jpg) no-repeat left top;
}
#menu ul li:nth-child(3) a {
	background: url(images/menu_03.jpg) no-repeat left top;
}