@charset "UTF-8";
/* CSS Document */
/* 共通header */

#header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg-header.png);
	background-repeat: repeat-x;
}

#header_over {
	display: flex;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	padding: 0px;
	margin-top: 0px;
	width: 1024px;
	background-image: url(../img/bg-header.png);
	background-repeat: repeat-x;
	background-position: 0px top;
}

#global {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 968px;
		height: 65px;
	padding-left: 8px;
}

#global_over {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.head1 {
	display: flex;
	color: #FFF;
	float: left;
	font-size: 19px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 25px;
	height: 66px;
}

.li_a {
	font-size: 11px;
	color: #FFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: block;
	width: 100px;
	text-align: center;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.li_b {
	font-size: 11px;
	color: #FFF;
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}
.ul-a {
	margin-left: 30px;
	padding-top: 37px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	behavior: url(../PIE-1/PIE.htc);/* パスが違うし何の効果か確認とれない*/
}

#all #header .ul-a .li_a a {
	color: #FFF;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
#all #header .ul-a .li_b a {
	color: #FFF;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}


#all #header .ul-a .li_a a:hover {
	color: #FF0;
	text-decoration: underline;
}


#all #header .ul-a .li_b a:hover {
	color: #FF0;
	text-decoration: underline;
}


.sm {
	font-size: 14px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}



.li2 {
	float: left;
}




