@charset "UTF-8";
.menu-c_menu-container {
		height: 40px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
		width: 100%;
		background-color: #000;
		overflow: hidden;
}
/* CSS Document */

img	{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#menu-c_menu-1, #menu-c_menu-1 ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: left;
		position: relative;
		left: 50%;
}
#menu-c_menu-1	{
	margin: 0px;
	padding: 0px;
	max-width: 1200px;
}
#menu-c_menu-1 li	{
		float: left;
		position: relative;
		left: -50%;
		color: #333;
		font-size: 13px;
		font-weight: bold;
}
#menu-c_menu-1 ul {
	position: absolute;
	top: 49px;
	left: 0px;
	display: none;
	text-align: left;
	width: 180px;
	font-size: 13px;
}
#menu-c_menu-1 ul li a	{
	display: block;
	border-bottom: 1px dotted #909090;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 180px;
	background-image: url(../img/menu/back2.png);
}
#menu-c_menu-1 ul li a:hover	{
	color: #FFF;
	background-repeat: repeat;
	text-decoration: none;
	background-image: url(../img/menu/back1.png);
}
#menu-c_menu-1 ul li.first a	{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 180px;
	background-image: url(../img/menu/back2.png);
}
#menu-c_menu-1 ul li.first a:hover	{
	background-repeat: repeat;
	text-decoration: none;
	color: #FFF;
	background-image: url(../img/menu/back1.png);
}


/* 追加項目
----------------------------------------------------------- */
#menu-c_menu-1 ul li ul {
	top: 0px;
	left: 180px;
}
#menu-c_menu-1 ul ul{
display:none;
}
#menu-c_menu-1 li a {
		color: #999;
		line-height: 40px;
		padding-right: 14px;
		padding-left: 14px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: dotted;
		border-left-style: dotted;
		border-right-color: #666;
		border-left-color: #666;
		display: block;
}
#menu-c_menu-1 li a:hover {
		color: #333;
		background-color: #E4E4E4;
		line-height: 40px;
}
