@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

html {
	overflow-y: scroll;
}

body{
	line-height:1.4;
	font-size: 0.84em;
	color: #FFFFFF;
	background: #000049;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0em;
	line-height: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-right: auto;
	margin-left: auto;
	}
	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/********************************************************** コンテナ ***/

div.wrapper {
	width: 880px;
	margin: 0 auto;
}

div.contents {
	padding: 35px 0 30px 0;
}

div.contents2 {
	width: 860px;
	margin: 0 auto;
}

/********************************************************** ヘッダ ***/

div#header {
	position: relative;
	height: 120px;
}

h1 {
	padding-top: 6px;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: right;
}

h2 {
	width: 180px;
	height: 76px;
}

div#header li {
	display: inline;
}

div#header li a {
	float: left;
}

ul#sn {
	position: absolute;
	top: 35px;
	right: 0px;
}

ul#navi {
	position: absolute;
	top: 92px;
	right: 0px;
}

/********************************************************** フッタ ***/

div.footer {
	position: relative;
}

img#telImg {
	position: absolute;
	top: 0;
	left: 0;
}

div.footer ul {
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}

div.footer li {
	display: inline;
	font-size: 11px;
}

div.footer li a {
	color: #FFFFFF;
	text-decoration: underline;
}




img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.css-hover{
opacity:0.7;
filter: alpha(opacity=70);
}




/********* Global Menu Area start *********/
#navi	{
	padding:0;
	margin:0;
	text-align:left;
	clear:both;
	
}
#navi ul{
	width:600px;
	height:25px;
	position: absolute;
	z-index:100;
		text-align:center;

}

#navi li	{
	padding:0;
	margin:0 auto;
	width:100px;
	text-align:center;
	float:left;
	font-size:0;
}


/*通常時*/
.off01{
    position:relative;
    height:25px;
    width:100px;/*親メニューの幅*/
    overflow:hidden;
}
/*展開時*/
.on01{
    overflow:hidden;
    width:100px;/*親メニューの幅*/
}
#navi ul>.on01{
overflow:visible;
}

/****サブメニュー用スタイル****/
ol.submenu{
    margin:0;
    padding:0;
	border:0;
    position:relative;
    left:0;
    top:0;
	display:inline;
    width:100px;/*子メニューの幅*/
    text-align:left;/*子メニューの並び*/
}
.submenu li{
	padding:0;
	margin:0;
	border:0;
    width:100px;
    
}
/********** Global Menu Area end **********/





















