@charset "UTF-8";
/* CSS Document */

#header {
	height:190px;
	background-color:FFF;
}

/* content */

#content {
	width: 748px;
	margin: 10px auto;
	padding:0;
	background-image:url(../img/back_nx.gif);
	background-repeat:repeat-y;
}

#content #main {
	float:right;
	width: 598px;
}

#content #side {
	float:left;
	width: 148px;
}

.bans {
	margin-bottom:10px;
	margin-left:5px;
}

#cont {
	width:520px;
	margin-top:10px;
	margin-left:40px;
	text-align:left;
}

#contl {
	width:560px;
	margin-top:10px;
	margin-left:20px;
	text-align:left;
}

.top {
	width:560px;
	border-top:dotted 1px;
	text-align:right;
	font-size:.8em;
}

#side ul	{
	list-style-type:none;
	padding:0;
	margin-bottom:50px;
	font-size:1.0em;
}

#side li	{
	height:15px;
	margin:0px;
	padding:15px 0 15px 10px;
	background-image:url(../img/ya.gif);
	background-repeat:no-repeat;
}

#cont ol {
	list-style-type:decimal;
	margin-left:30px;
}

#cont li {
	
}

#cont ul {
	
	margin-left:30px;
}



h1 {
	width:500px;
	font-size:14px;
	line-height:1.4em;
	font-weight:bold;
	background-color:#FF6;
	padding:10px;
	text-align:center;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

.blu {
	font-size:14px;
	width:510px;
	background-color:#9CF;
	padding:4px 0 4px 10px;
}

.gre {
	font-size:14px;
	width:510px;
	background-color:#9F3;
	padding:4px 0 4px 10px;
}

table.com{
    border-top:1px solid #265491;
    border-left:1px solid #265491;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.com th{
    border-right:1px solid #265491;
    border-bottom:1px solid #265491;
    color:#000033;
	background-image:url(../img/back_table.gif);
    background-position:left top;
	background-repeat:no-repeat;
    background-color:#9CF;
    padding:0.3em 1em;
    text-align:center;
}
.com td{
    border-right:1px solid #265491;
    border-bottom:1px solid #265491;
    padding:0.3em 1em;
}

.mbu {
	color:#C00;
	text-decoration:underline;
}

.mr {
	color:#006;
}