@charset "utf-8";
/* CSS Document */

/* 共通設定 */
body {
	margin:0;
	padding:0;
	line-height:1.2em;
}


#niche-main {
	width:750px;
}

#niche-main .line {
	margin:10px 0;
	border-top:#979797 solid 1px;
	height:1px;
	width:100%;
}

#niche-main .title {
	padding:20px 0;
	width:100%;
	text-align:center;
	font-size:2em;
	line-height:1.3em;
}

#niche-main .textc {
	width:100%;
	text-align:center;
	font-size:1.3em;
	line-height:1.5em;
}

#niche-main .textmc {
	width:100%;
	text-align:center;
	color:#515151;
	line-height:1.5em;
}

#niche-main .textl {
	padding:20px 0;
	width:100%;
	text-align:left;
	font-size:1.7em;
	line-height:1.5em;
}

#niche-main .textcom {
	padding:15px 0;
	width:100%;
	text-align:left;
	font-size:0.8em;
	line-height:1.2em;
}

#niche-main .sp50 {   /* スペース50px */
	width:100%;
	height:50px;
}

#niche-main .sp30 {   /* スペース30px */
	width:100%;
	height:30px;
}

#niche-main .sp15 {   /* スペース15px */
	width:100%;
	height:15px;
}



/* メニュー部分設定 */
#niche-menu {
	  width:750px;
	  padding:0;
	  margin:0;
	  list-style-type: none;
}

#niche-menu li {
	  width:125px;
	  float:left;
	  padding:0;
	  margin:0;
	  text-align:center;
}

#niche-menu li a {
	  width:auto;
	  color:#fff;
	  font-size:12px;
	  font-weight:bold;
	  text-shadow:0 -1px 0px #333,0 1px 0px #555;
	  padding:10px 0;
	  text-decoration:none;
	  display:block;
	  background:#666;
	  background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	  border-left:1px solid #444;
	  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	             -1px 0px 0px rgba(225,225,225,0.3) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
}

#niche-menu li:first-child a{
	  border-left:0px;
	  border-radius:5px 0 0 5px;
	  border-left:0;
	  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
}

#niche-menu li:last-child a{
	  border-radius:0 5px 5px 0;
	  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
}

#niche-menu li a:hover {
	  background:#555;
	  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
	  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
	             -1px 0px 0px rgba(225,225,225,0) inset,
	              0px 1px 1px rgba(0,0,0,0.1) inset,
	              0px -1px 1px rgba(0,0,0,0.3) inset,
	              0px 1px 3px #666;
}

