@charset "utf-8";

/*--------------------------------------------------------------------------------*/
/* Facebook Menu */
/*--------------------------------------------------------------------------------*/

#LeftMenu{
	position:absolute;
	left:-180px;/* メニューの横幅 smart.jsの20、21行目の数値も合わせる */
	width:180px;/* メニューの横幅 smart.jsの20、21行目の数値も合わせる */
	background-color:#373e3c;
	top:0px;
	z-index: 100;
}

#LeftMenu a{
	display:block;
	color:#FFF;
	height:44px;
	line-height:44px;
	vertical-align:middle;
	padding:0 10px;
	background: -moz-linear-gradient(bottom, #373e3c, #4b5351);
	background: -webkit-gradient(linear, center bottom, center top, from(#373e3c), to(#4b5351));
	border-top:1px solid #3e4555;
	border-bottom:1px solid #242a37;
	text-shadow: 0px 1px 0px #212631;  
}

/*--------------------------------------------------------------------------------*/
/* tab menu */
/*--------------------------------------------------------------------------------*/

.TabBox{width:97%; margin:0 auto;}

.tabNav li.First{border-radius:8px 0 0 0;border-left:1px solid #888888;}
.tabNav li.Last{border-radius:0 8px 0 0;}

.tabNav li {
    float:left;
	width:33.33%;
	border-top:1px solid #888888;
	border-right:1px solid #888888;
}
 
.tabNav li a{
    display:block;
	color:#333333;
	padding:10px 3%;
	border-radius:5px;
	-webkit-border-radius:8px 8px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
}

.tabNav li a.active{background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#003399)); color:#FFFFFF;}

.TabBox div.TabInnerBox{
    border:1px solid #888888;
	padding:15px 0px;
	width:99.8%;
}

/*--------------------------------------------------------------------------------*/
/* togmenu */
/*--------------------------------------------------------------------------------*/

.togmenu {display:none;}

.menubtn{cursor:pointer;cursor:hand; width:100%; vertical-align:bottom;}

#menu ul {
	margin: 0;
	padding: 0;
	background:#003399;
}
#menu li {
	list-style: none;
	border-top: 1px dotted #fff;
}
#menu li a {
	padding: 10px 3%;
	display:block;
	text-decoration:none;
	background:#003399;
	color: #fff;
}
.footId {
	font-size: 16px;
	font-weight: bold;
	color: #332173;
}
