@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		
	margin-bottom:0px;	
	margin-left:0px;	
	margin-right:0px;	
	
	/*background-image: url(images/index_01.jpg);*/
	font-size:12px;												
	font-family: " Ш蔨 ",Arial,Verdana,;	
	color:#000000;												
	line-height:120%;											
	text-align:left;											

}

/* ?*/
a{color: #000000;text-decoration: none;font-size: 12px;}
a:hover {color: #000000;text-decoration: underline;font-size: 12px;}

a.white{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
a.white:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}

table
{
   font-size:12px;
   line-height:18px;
   border-collapse:collapse;/*   ?? ???*/
}

/*   */
.text {
	color: #000000;
	font-size: 12px; 
	line-height: 1.5em; 
    text-indent:2em; /*   */  
	word-break:break-all; /*   */
}

.menu_text {
	color: #ffffff;
	font-size: 12px; 
}
.title {
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	text-indent:2em;
	word-break:break-all;
	font-weight: bold;
}

/* Add by Michael */
.clear { clear: both; } 
.red { color: red; }
.blue { color: blue; }
.aright { text-align: right; }
.acenter { text-align: center; }

#page_header {
	margin-bottom: 40px;
	width: 1004px;
}

#page_content {
	width: 1004px;
}

#page_footer {
	margin-top: 15px;
	width: 1004px;
}