﻿@charset "UTF-8";

/*全体のレイアウト定義*/
body {
	background-color : #ffffff;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}
a {
	text-decoration: none;
} 
a:hover {
	text-decoration:underline;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #ff0000;
}
td {
	line-height: 150%;
}
/*メインメニュー定義*/
div#menubox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#menubox ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float:left;
}
div#menubox ul li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
div#menubox ul li a:hover {
	background-position: 0px -38px;
}
div#menubox ul li a span {
	position: absolute;
	left: -9999px;
}

div#menubox {
	width: 1000px;
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: 38px;
}
div#menubox ul li#navis a {
	background-repeat: no-repeat;
	width: 13.5px;
	height: 38px;
	background-image : url(/unionimages/c_menu.jpg);
}	

div#menubox ul li#navis01 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu01.jpg);
}	

div#menubox ul li#navis02 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu02.jpg);
}	

div#menubox ul li#navis03 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu03.jpg);
}	

div#menubox ul li#navis04 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu04.jpg);
}	

div#menubox ul li#navis05 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu05.jpg);
}

div#menubox ul li#navis06 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu06.jpg);
}

div#menubox ul li#navis07 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu07.jpg);
}

div#menubox ul li#navis08 a {
	background-repeat: no-repeat;
	width: 139px;
	height: 38px;
	background-image : url(/unionimages/c_menu8.gif);
}

.sizeL {font-size: 100%;}
.sizeM {font-size: 85%;}
.sizeS {font-size: 70%;}
.col_W {color: #FFFFFF;}
.col_G {color: #00CC00;}
.col_R {color: #FF0000;}
.col_B {color: #0000FF;}
.col_O {color: #FF9900;}

#img_text_mid {
	vertical-align: middle;
	font-size: 85%;
} 

h1 {
	font-size:85%;
	display: block;
	margin: 3px;
	padding: 0px;
	float: left;
}
h2 {
	font-size:85%;
	display: block;
	margin: 3px;
	padding: 0px;
	float: left;
	cursor:pointer;
}
h3 {
	font-size:85%;
	display: block;
	margin: 3px;
	padding: 0px;
	float: left;
	cursor:pointer;
}


/* ナビゲーション */
#navi_continer {
position: relative;
z-index:100;
width: 973px;
height:32px;
}

#navi_continer2 {
position: relative;
z-index:90;
width: 973px;
height:32px;
}

#navi {
position: absolute;
top: 0px;
left: 0px;
width: 973px;
}

#navi ul {
margin: 0;
padding: 0;
list-style: none;
}

#navi li {
color: #fffff;
float: left;
width: 137px;
margin: 0;
}

#navi li a {
font-size: 14px;
color: #ffffff;
display: block;
width: 100%;
padding: 3px 0;
text-align: center;
font-weight: bold;
text-decoration: none;
background-color: #008000;
}

#navi li a:hover {
color: #ffffff;
background-color: #ff9900;
}

/* サブメニュー */
#navi ul.sub {
background: #eeeeee;
}

#navi ul.sub li {
float: none;
}

#navi ul.sub li a {
color: #666666;
background: none;
font-size: 12px;
font-weight: normal;
padding: 3px 0;
border-top:1px solid #000099;
}

#navi ul.sub li a:hover {
color: #ffffff;
background-color: #ff9900;
}

#navi ul li.navi_menu ul {
display: none;
}

#navi ul li.navi_menu_on ul {
display: block;
}

#navi li.navi_menu{
border:1px solid #006000;
}

#navi li.navi_menu_on{
border:1px solid #000099;
}
.z-flash {
z-index: 0;
position: relative;
}
.box_sample03 {
 position: absolute;
 bottom: 100px;
 left: 100px;
 height: 100px;
 border: 1px solid #666666;
 background-color: #CCCCFF;
 padding: 5px;
}

