@charset "UTF-8";
/* CSS Document */

body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Arial", "sans-serif", "Osaka－等幅";
	background-color: #ffffff;
	overflow: hidden;
	font-size: 12px;
}

div#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	background-image: url(topber.png);
	background-repeat: repeat-x;
}

div#naka {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	z-index: 10;
	background-image: url(img/naka.png);
	background-repeat: repeat-x;
}
div#naka2 {

	width: 799px;
	height: 85px;
}

div#nclogo {
	position: absolute;
	top: 258px;
	left: 38px;
	z-index: 20;
}



table	{　border-collapse: collapse;　border-spacing: 0;　}

img {
	-ms-interpolation-mode: bicubic;
	text-decoration: none;
}

#address a:link {text-decoration: none;}

#address a:visited {text-decoration: none;}
table tr td a img {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer2 {
	margin: 150px 0px 00px 0px;
	font-size: x-small;
	text-align: right;
}


#sub-menu {
	position: absolute;
	top: 350px;
	left: 40px;
	margin: 0 0px 0px 0px;
	padding: 0;
	width: 220px;
	font-size: 11px;
	}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sub-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #333;
	}

#sub-menu a {
	display: block;
	}

#sub-menu a {
	margin: 0;
	padding: 10px 10px 5px 0px;
	height: 20px;
	text-decoration: none;
	color: #000;
	line-height: 1;
	}

#sub-menu a:hover{
	color: #06F;
	}