﻿@charset "utf-8";
/*imgMenuの設定*/
#imgMenu {
	position: relative;
	height: 250px;
	width:694px;
	margin:20px auto;
	overflow: hidden;
}

#imgMenu ul {
	list-style: none;
	height: 250px;
	width: 700px;
}

#imgMenu ul li {
	float: left;
	width:231px;
	height: 250px;
}

#imgMenu ul li.about a {
	background: url(images/about2.jpg) repeat scroll 0%;
}
/*width:各contの格納幅*/
