@charset "utf-8";

/* CSS Document */
body
{
  	text-align: center;
	font-family: arial,sans-serif;
	font-size: 1em;
	color: #8F8F8F;
	background-color: #000000;
}

body{ 
	font-size:14px; color:#8F8F8F; 
	background-color:#000000; 
	margin:0; 
	padding:0; 
}
* html, * html body{ overflow: auto; }



a img{
	/*border: 0px solid gray;*/
	border: none;
}

#container 
{
  	margin: 0 auto;
  	width: 700px;
	/*margin-top: 50px;*/
	background-color: #151515;
	border-width: thin;
	border-style:solid;
	border-color: #373737;
	
}
#menu
{
	border-width: thin 0 thin 0;
	border-style:solid;
	border-color: #373737;

}

.tit_rub{
	font-family: Times New Roman, Times, serif;
	text-decoration:underline;
}
.nav2{
font-size: 17px;
}
.nav{
font-family: Times New Roman, Times, serif;	
font-size: 22px;
}
.date{
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #606060;
}

div.img
{
  height: auto;
  width: auto;
  display: inline;
  text-align:left;
  padding-right:10px;
}
div.separator
{
	text-align: left;
}
div.footer
{
	display: block;
}
a
{
	text-decoration: none;
	color: #CFCFCF;
	font-weight:bold;
}
a:hover
{
	text-decoration: underline;
	color: #CFCFCF;
	font-weight:bold;
}
a.thumb
{
	border:none;
	text-decoration:none;
	color:#151515;
}
a.null
{
	border:none;
	text-decoration:none;
	color:#151515;
	cursor:default;
}
#cv
{
	//display:list-item;
	text-align:left;
	padding-left:10px;
}


