@charset "UTF-8";

@import url("base.css");


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インデックス */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1 {
	width:700px;
	height:86px;
	overflow:hidden;
	background-image: url(../img/index/header.gif);
	text-indent:-7777px;
	}
	
#main {
	width:700px;
	height:490px;
	overflow:hidden;
	background-image: url(../img/index/main.gif);
	}

#copyright {
	width:825px;
	height:44px;
	overflow:hidden;
	background-image: url(../img/index/copyright.gif);
	text-indent:-7777px;
	}
/*
h1 {
	width:700px;
	height:90px;
	overflow:hidden;
	background-image: url(../img/index/header.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/header.png', sizingMethod='scale');
	text-indent:-7777px;
	}
	
#main {
	width:700px;
	height:486px;
	overflow:hidden;
	background-image: url(../img/index/main.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/main.png', sizingMethod='scale');
	}

#copyright {
	width:825px;
	height:44px;
	overflow:hidden;
	background-image: url(../img/index/copyright.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/copyright.png', sizingMethod='scale');
	text-indent:-7777px;
	clear:both;
	}
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メニュー */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#menu li {
	list-style:none;
	}

#m01 a {
	display:block;
	width:206px;
	height:52px;
	background:url(../img/index/menu/01off.gif);
	overflow:hidden;
	text-indent:-7777px;
	}
#m01 a:hover {
	background:url(../img/index/menu/01on.gif);
	}

#m02 a {
	display:block;
	width:139px;
	height:48px;
	background:url(../img/index/menu/02off.gif);
	overflow:hidden;
	text-indent:-7777px;
	}
#m02 a:hover {
	background:url(../img/index/menu/02on.gif);
	}

#m03 a {
	display:block;
	width:173px;
	height:50px;
	background:url(../img/index/menu/03off.gif);
	overflow:hidden;
	text-indent:-7777px;
	}
#m03 a:hover {
	background:url(../img/index/menu/03on.gif);
	}

#m04 a {
	display:block;
	width:139px;
	height:50px;
	background:url(../img/index/menu/04off.gif);
	overflow:hidden;
	text-indent:-7777px;
	}
#m04 a:hover {
	background:url(../img/index/menu/04on.gif);
	}

#m05 a {
	display:block;
	width:206px;
	height:54px;
	background:url(../img/index/menu/05off.gif);
	overflow:hidden;
	text-indent:-7777px;
	}
#m05 a:hover {
	background:url(../img/index/menu/05on.gif);
	}

#m06 a {
	display:block;
	width:183px;
	height:51px;
	background:url(../img/index/menu/06off.gif);
	overflow:hidden;
	text-indent:-7777px;
	}
#m06 a:hover {
	background:url(../img/index/menu/06on.gif);
	}

#m07 a {
	display:block;
	width:183px;
	height:49px;
	background:url(../img/index/menu/07off.gif);
	overflow:hidden;
	text-indent:-7777px;
	margin:15px 0 0 0;
	}
#m07 a:hover {
	background:url(../img/index/menu/07on.gif);
	}




