html {
	height:100%;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style:none;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	padding:0px;
	/*background-image:none;*/
	/*height:100%;*/
	background-color:#CCC;
}


/*--親要素------------------------*/
#base-body{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	position : relative;
	min-height:100%;
	background-image:url(../gra/nsj-bg01.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	background-position:left;
	border:1px solid #CCC;
}


/*--ヘッダー------------------------*/
#nsj-top{
	color:#FFF;
	text-align:right;
	float:none;
	height:105px;
	width:780px;
	padding-top:0px;
	padding-right:0px;
	background-image:url(../gra/title/swell_logo.jpg);
	background-repeat: no-repeat;
	background-position:0px 3px;
	background-color:#000;
}
/*--左メニュー----------------------*/
#nsj-menu{
	text-align:center;
	color:#FFF;
	width:180px;
	float:left;
}

/*---サイドメニュー---*/
#nsj-menu ul{
	padding-left:20px;
}
#nsj-menu li{
	text-align:left;
	font-size:16px;
	vertical-align:middle;
	width:131px;
	background:url('../gra/menu/menu03.gif');
	background-repeat:no-repeat;
	height:30px;
}

#nsj-menu a {
	text-decoration:none;
	color:#CCC;
	font-weight:normal;
	width:145px;
	line-height:23px;
	display:block;
}

#nsj-menu li a:link{
	color:#FFF;
	text-decoration: none;
}
#nsj-menu li a:visited{
	color:#FFF;
	text-decoration: none;
}
#nsj-menu li a:hover{
	color:#06C;
	font-weight:bold;
	text-decoration: none;
}
#nsj-menu li a:active{
	color:#E33;
	font-weight:bold;
	text-decoration: none;
}



/*--メイン--------------------------*/
#nsj-main{
	text-align:left;
	float:right;
	height:100%;
	width:560px;
	padding:10px;
	background-color:#FFF;
}

/*--フッター------------------------*/
#nsj-bottom{
	text-align:center;
	font-size:15px;
	padding-top:8px;
	color:#FFF;
	clear:both;
	width: 100%;
	background-color:#000;
	height:22px;
}