@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: #333333;
	background: url(cmnfix/bg.jpg) repeat-x;
}

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

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0.1em;
	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;
}



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

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

div.header {
	position: relative;
	height: 193px;
}

div.container {
	width: 920px;
	margin: 0 auto;
}

/********************************************************** ナビ ***/

table#navi {
	position: absolute;
	bottom: 10px;
}

* html table#navi {
	bottom: 9px;
}


/********************************************************** 左カラム ***/

td.left {
	background: url(cmnfix/left.jpg) no-repeat;
}

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

div.footer {
	position: relative;
	background: url(cmnfix/footerBg.jpg) repeat-x;
	height: 120px;
	text-align: center;
}

div.footer ul {
	padding-top: 37px;
}

div.footer li {
	display: inline;
	background: url(cmnfix/ic2.jpg) no-repeat left center;
	padding-left: 9px;
	padding-right: 20px;
}

div.footer li a {
	color: #006699;
}

img#copyright {
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -440px;
}




ul.menu {list-style:none;  position:absolute; top:125px; height:58px;}
ul.menu a {display:block; color:#EEE; text-decoration:none;  height:20px; float:left;}

ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; top:50px; left:0px; display:none; opacity:0; list-style:none; width:134px;}
ul.menu ul li {position:relative; left:0px; width:134px;　}

ul.menu ul li a {
	display:block; 
	padding:10px; 
	background:#263AB3; 
	width:114px;  
	color:#FFF;
	opacity:0.9;filter: alpha(opacity=90);
	border-bottom:1px dotted #EEEEEE;　
}
ul.menu ul li a:hover {background:#8ED9FF; color:#333; padding:10px; width:114px;}
ul.menu ul ul {left:134px; top:0px;}
ul.menu .menulink {width:134px;}


ul.menu ul.i02 {position:absolute; top:50px; left:0px; display:none; opacity:0; list-style:none; width:134px;}
ul.menu ul.i02 li {position:relative; left:0px;  width:134px; margin:0;}
ul.menu ul.i02 li a {display:block; padding:10px; background:#263AB3; width:114px;  color:#FFF; }
ul.menu ul.i02 li a:hover {background:#8ED9FF; color:#333;}


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


