@charset 'Shift_JIS';
/* ページ全体の基本的な設定。背景色や文字色など */
body {
	font-size:12px;
	margin: 0px;
	padding:0px;
	color: #333333;
	background: #ffffff url( ../ns_images/bg.gif );
	line-height:120%;
}

div {
	margin: 0px;
	padding:0px;
}
p {
	line-height:150%;
	margin: 0px;
	padding:0px;
}

table {
	margin: 0px;
	padding:0px;
}
	table.th {
		margin: 0px;
		padding:0px;
	}
	table.td {
		margin: 0px;
		padding:0px;
	}

img {
	margin: 0px;
	padding:0px;
	border:none;
}
	img.left {
		margin:0px 10px 5px 0px;
		float:left;
	}
	img.right {
		margin:0px 0px 5px 10px;
		float:right;
	}

h1 {
	margin: 0px;
	padding:0px;
}
h2 {
	margin: 0px;
	padding:0px;
}
h3 {
	margin: 0px;
	padding:0px;
}
h4 {
	margin: 0px;
	padding:0px;
}

/* リンク文字列に関する設定 */
a:link {
	color:#2A78BF;
	text-decoration:none;
}
a:visited {
	color:#5A748B;
	text-decoration:none;
}
a:active {
	color:#FF6666;
	text-decoration:underline;
}
a:hover {
	color:#FF6666;
	text-decoration:underline;
}

/* Contents Setting ALL */
div#rap {
	background: #ffffff;
	width:760px;
	margin:0px auto 0px auto;
	padding: 0px 5px;
	border-left:1px solid #9DABB5; 
	border-right:1px solid #9DABB5; 
}


/* Header */
div#header {
	width:760px;
	height:76px;
	background: #ffffff url( ../ns_images/top_logo_bg.jpg ) no-repeat right;
}
	div#header:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html div#header {
	    height: 1em;
	    overflow: visible;
	}
	/**/

div#header h1 {
	width:455px;
	height:76px;
	margin:0px;
	padding:0px;
	float:left;
}
div#header div {
	margin:0px;
	padding:6px 0px 0px 30px;
	float:right;
}
div#header div ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
div#header div li {
	display: block;
	margin:0px;
	padding:0px;
	float:left;
}

/* menu */
div#menu {
	width:760px;
	height:40px;
}
	div#menu:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html div#menu {
	    height: 1em;
	    overflow: visible;
	}

div#menu1 {
	width:760px;
	height:40px;
}
	div#menu:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html div#menu {
	    height: 1em;
	    overflow: visible;
	}
	/**/
div#menu ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

div#menu1 ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

div#menu li {
	width:108px;
	height:40px;
	margin:0px;
	padding:0px;
	float:left;
}

div#menu1 li {
	width:110px;
	height:36px;
	margin:0px;
	padding:0px;
	float:left;
}

/* footer */
div#footer {
	color:#ffffff;
	font-size:75%;
	font-weight:bold;
	width:760px;
	background: #44658a url( ../ns_images/foot_bg.gif ) repeat-x;
	margin-top:2px;
}
	div#footer:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html div#footer {
	    height: 1em;
	    overflow: visible;
	}
	/**/

/* リンク文字列に関する設定 */
div#footer a:link {
	color:#ffffff;
	text-decoration:none;
}
div#footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
div#footer a:active {
	color:#FF6666;
	text-decoration:underline;
}
div#footer a:hover {
	color:#FF6666;
	text-decoration:underline;
}

div#footer div {
	width:700px;
	text-align:right;
}
	div#footer div.left {
		width:85px;
		height:16px;
		text-align:left;
		margin:4px 0px 2px 0px;
		padding:0px 0px 0px 5px;
		float:left;
	}
		div#footer div.left img {
			margin-right:5px;
			vertical-align: middle;
		}

	div#footer div.right {
		width:600px;
		height:16px;
		text-align:right;
		margin:2px 0px 2px 0px;
		padding:0px 5px 0px 5px;
		vertical-align: middle;
		float:left;
	}
