@charset "UTF-8"; /* 文字コード自動判定用コメント */

* {
	margin: 0;
	font-family: Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Verdana, sans-serif;
}
BODY {
	margin: 0;
	padding: 15px 0;
	color: #333333;
	background-color:#000000;
	font-size: small;
	line-height: 130%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
a:link { color: #666666; text-decoration: none;}
a:visited { color: #666666; text-decoration: none;}
a:hover, a:active { color: #666666; text-decoration: none;}

ul { list-style: none; padding: 0; }
img { border: none; padding:0px;}
table { border-collapse: collapse; border-spacing: 0; }
h3, th, td { padding: 3px 6px; }
h4 { padding: 8px 6px; font-weight: normal; }
tr { vertical-align: top; }
th { text-align: left; white-space: nowrap; font-weight: bold; }
th, td { border-top: solid 0px #CCCCCC; border-bottom: solid 0px #CCCCCC;; }
th.noborder, td.noborder { border: none; }
span.pink { color: #DD0AB2; }

div#header {
	background: url(../image/bg_header1.gif) center bottom no-repeat;
	width: 846px;
	margin: 0 auto;
}
div#header div.copyright {
	width: 846px;
	height: 27px;
	margin: 0 auto;
	padding: 46px 14px 0px;
	background: url(../image/nti.gif) center bottom no-repeat;
}
div#header div.copyright p {
	float: right;
	font-size: 78%;
}
div#header div.copyright img {
	float: left;
	margin-top: 0px;
}
div.wrapper {
	width: 846px;
	margin: 0 auto;
}
div.content {
	width: 846px;
	display: block;
	margin-top:149px;　 /*フェードエリアの上の位置*/
}
div.topimage {
	height: 467px;
	margin-right:0px;
	background: url(../image/bg_topimage.gif) center top no-repeat;
}
div.topimage h1 {  /*ヘッダー上の空きを調整 */
	height: 0;
	overflow: hidden;
}
div#menu {
	padding: 0px;
}
div#menu ul {
	overflow: hidden;
	zoom: 1;
	height: 150px;
	margin: 0;
	background: url(../image/bg_menuimage.gif) center top no-repeat;
	padding-top:15px;
}
div#menu li {
	float: left;
}
div#menu a {
	display: block;
	overflow: hidden;
	height: 0px;
	padding-top: 41px;  
}
div.top  {
	height: 0px;
	display: block;
}
div#menu a#top {
	display: none;
	maegin: 0;
}
div#menu li.menu1 a { width: 141px; margin-left:79px; background-image: url(../image/menu1-1.gif); }
div#menu li.menu2 a { width: 141px; margin-left:427px;background-image: url(../image/menu2-2.gif); }
div#menu li.menu3 a { width: 141px; margin-left:351px; margin-top:30px; background-image: url(../image/menu3-3.gif); }

div#menu li.menu1 a:hover {background-position: -141px 0;}
div#menu li.menu2 a:hover {background-position: -141px 0;}
div#menu li.menu3 a:hover {background-position: -141px 0;}

#C0, #C1, #C2, #C3 { zoom: 1; margin-top: 0px; }
#C1, #C2, #C3 { display: none;}

div.contents-top {
	margin: auto;
	zoom: 1;
	padding-right:71px;
	margin-left: 71px;
	font-size: 95%;
}
div.contents {
	overflow: hidden;
	zoom: 1;
	padding: 0px 20px;
	background: #fefff4; 
  filter: Alpha(opacity=90); /* IE系 */
  opacity:0.9; /* Mozzila系 */
}
div.contents h3 {
	font-size: 110%;
	line-height: 150%;
}

table.table {
	width: 320px;
	vertical-align: middle;
}

div#gmap {
	float: right;
	width: 320px;
	height: 200px;
	margin-left: 10px;
	border: solid 1px #FFFFFF;
}
table.philosophy {
	width: 98%;
	line-height:150%;
	margin: auto;
}
table.philosophy h3 {
	padding: 0 0 3px ;
}

ul.dl {
	padding: 0 6px;
}
table.work ul.dl {
	padding: 0;
}
ul.dl a {
	display: block;
	height: 16px;
	line-height: 120%;
	margin: 3px;
	background: url(../image/pdf_icon.gif) left top no-repeat;
	padding-left: 20px;
}
div.contents form.ask {
	margin: 0;
	padding: 0;
}
div.contents form.ask table {
	width: 100%;
}
div.contents form.ask th {
	text-align: right;
}
div.contents form.ask input.field {
	width: 250px;
}
div.contents form.ask textarea {
	width: 350px;
}

div.contents form.ask table.confirm td {
	font-weight: bold;
	color: #000000;
}
div.submit {
	text-align: center;
	margin-top: 10px;
}
table.ntigroup td {
	width: 580px;
	text-align: center;
	vertical-align: middle;
}
table.ntigroup img {
	display: block;
	margin: auto;
}
div.footer-top {
	background:url(../image/bg_footer-top.gif) no-repeat center top;
}
div.footer-middle {
	background:url(../image/bg_footer-middle.gif) no-repeat center bottom;
}
div.footer-bottom {
	color: #999999;
}
div.footer-bottom div.copyright p {
	text-align: center;
	margin: 0 auto;
	font-size: 86%;
}
div.footer-border {
	width: 700px;
	margin: 0 auto;
	border: solid #ADAAAA;
	border-width: 0 1px;
}
div#footer {
	width: 580px;
	margin: 0 auto;
	padding: 7px 0;
	border: solid #ADAAAA;
	border-width: 1px 0;
	font-size: 78%;
	line-height: 130%;
}
div#footer table {
	margin: auto;
}

