/*---------------------------------------------*/

/* INFO

-----------------------------------------------

css file for nj-axis.jp

filename:    top.css

build:       2007.01.20

author:      nozomu yamamoto

-----------------------------------------------*/

/*---------------------------------------------*/

/* system

-----------------------------------------------*/

div#system_main{
	margin:0px;
	padding:0px;
	width:740px;
	height:auto;
	background-color:#FFFFFF;
	float:left;
}

#systemBg{
	margin-bottom:20px;
	padding:0px;
	width:740px;
	height:650px;
	background-image:url("../img/systemBg.jpg");
	background-repeat:no-repeat;
	text-align:center;
	clear:both;
}

div#attention{
	margin:0px auto 20px auto;
	padding:10px;
	width:720px;
	height:auto;
	text-align:center;
	background-color:#440029;
	clear:both;
}

div#attentionTitle{
	margin:0px auto;
	padding:10px;
	width:700px;
	height:20px;
	text-align:center;
	background-color:#ff0000;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	clear:both;
}

div#attentionComment{
	margin:0px auto;
	padding:20px;
	width:680px;
	height:auto;
	text-align:center;
	background-color:#e4e4e4;
	font-size:14px;
	color:#000000;
	clear:both;
}
ul{
	padding:10px;
}
ul li{
	color:#ff0000;
	padding:5px;
	font-size:14px;
	text-align:left;
	list-style-type: decimal;
}

