@charset "Shift_JIS";
@import "portal_common.css";

/* 基本設定
--------------------------------------------------------- */
body {
	background: url(../images_v2/body_background.gif) left top repeat-y;
}

#content {
	float: right;
	width: 640px;
}

#sidemenu {
	float: left;
	width: 130px;
}

/* ヘッダ
--------------------------------------------------------- */
#header {
	height: 80px;
}

#header .anchor {
	display: inline;
	margin: 0;
	padding: 0;
}

#header .anchor a {
	display: block;
	width: 130px;
	height: 80px;
	background: url(../images_v2/ns_logo.gif) no-repeat;
	text-indent: -2000px;
}

#header ul {
	position: absolute;
	top: 5px;
	left: 130px;
	list-style: none;
	height: 75px;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
}

/* グローバルメニュー下部バナー
--------------------------------------------------------- */
#sidemenu .banner {
	list-style: none;
	margin: 10px 0 10px 5px;
	padding: 0;
}

/* footer
--------------------------------------------------------- */
#footer {
	clear: both;
	margin: 40px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #666;
}

#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	color: #06f;
}

#footer p.copyright {
	color: #666;
}

