@charset "utf-8";

#menu-line {
	height: 50px;
	background: url(../image/menu-bg.png) repeat-x;
}

.global-menu {
	width: 996px;
	height: 50px;
	margin: 0px auto;
/* 	background: #FFC0FF; */
}

.global-menu ul {
	display: table;
	list-style-type: none;
	width: 996px;
	margin: 0px auto;
}

.global-menu li {
	display: table-cell;
}

/*↓リンク色*/

.global-menu a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	background: url(../image/menu-off.png) no-repeat;
	width: 166px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 11pt;
	letter-spacing: 3px;
	font-weight: bold;
}

/*↓訪問済みリンク色*/
.global-menu a:visited {
	color: #fff;
 }

/*↓マウスでポイントしたときのリンク色*/
.global-menu a:hover {
	color: #FFFF00;
	background: url(../image/menu-on.png);
}

/*↓クリックしたときのリンク色*/
.global-menu a:active {
	color: #FFFF00;
	background: url(../image/menu-on.png);
}


/* パンくずリスト */

.breadcrumb-layout {
/* 	background: #FFE0FF; */
	width: 1000px;
	margin: 0px auto;
}

.breadcrumb {
/*   	background: #FF8000; */
	list-style-type: none;
	display: table;
	margin-left: 15px;
	margin-top: -5px;
}

.breadcrumb li {
	display: table-cell;
	font-size: 12pt;
/* 	border: 1px solid #404040; */
	padding-right: 3px;
}

.crumb-splice:after {
	content: "＞";	/* 後方に文字列“＞”を挿入 */
}

/*↓リンク色*/
.breadcrumb a {
	color: #0000E0;
	text-decoration: none;
}

/*↓訪問済みリンク色*/
.breadcrumb a:visited {
	color: #0000E0;
 }

/*↓マウスでポイントしたときのリンク色*/
.breadcrumb a:hover {
	color: #E00000;
}

/*↓クリックしたときのリンク色*/
.breadcrumb a:active {
	color: #E00000;
}






