@charset "windows-1251";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-attachment: fixed;
	background-color: #222;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	border-top-width: 2px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-image: url(../image/38.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 1200px;
}
#navi {
	padding-left: 150px;
	padding-top: 10px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 650px;
	float: left;
}
#navi ul li {
	float: left;
}
#navi ul a {
	display: block;
	margin-right: 10px;
	padding: 5px;
	text-decoration: underline;
	color: #FFF;
}
#navi ul a:hover {
	color: #E91E17;
	text-decoration: none;
}		
#clear_navi {
	clear: both;
	text-align: center;
}
#content {
	margin: 0px;
	padding: 0px;
}
#content ul {
	list-style: none;
	line-height: 17px;
}		
#leftcol {
	margin-top: 60px;
	margin-left: 150px;
	padding: 20px;
	float: left;
	width: 920px;
	background: url(../png/content_bg.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
#rightcol {
	margin-top: 80px;
	margin-left: 20px;
	padding: 20px;
	float: left;
	width: 340px;
	background: url(../png/content_bg.png);
	
}			
#col_clear {
	clear: both;
}
.h1 {font-size: 1.4em; color: #E91E17;}
.h2 {color: #E91E17;} 

