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

#right {
	padding-top: 30px;
}

	#right #Promotion {
		margin-bottom: 30px;
		width: 680px;
		height: 300px;
		background: #CCCCCC;
	}
	
	#IndexLeft {
		float: left;
		width: 420px;
	}
	
		#IndexNewsBlock {
		
		}
		
			#IndexNewsBlock h2 {
				margin-bottom: 12px;
			}
			
			#IndexNewsBlock ul {
			
			}
			
				#IndexNewsBlock ul li {
					display: block;
					margin-bottom: 7px;
					padding-left: 20px;
					padding-bottom: 7px;
					background: url(../images/cmn_vec_icon.gif) no-repeat left 2px;
					border-bottom: 1px dotted #888888;
				}
				
					#IndexNewsBlock ul li .date {
						display: block;
						font-size: 82%;
						font-weight: bold;
						line-height: 2;
					}
				
					#IndexNewsBlock ul li span,
					#IndexNewsBlock ul li a {
						line-height: 1.5;
						font-size: 95%;
					}
					
						#IndexNewsBlock ul li span .date,
						#IndexNewsBlock ul li a .date {
							padding-left: 5px;
							font-size: 82%;
							font-weight: bold;
						}
					
					#IndexNewsBlock ul li a {
						text-decoration: none;
						color: #555555;
					}
					
					#IndexNewsBlock ul li a:hover {
						color: #82821F;
					}
		
	#IndexRight {
		float: right;
		width: 240px;
	}
	
		
	
	
/*--------clearfix

/* clearfix */

.clear
{
	clear:both;
}

/* modern browsers */

#head ul:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */

#head ul,
.clearfix
{
	display: inline-block;
}

/* legacy IE */
* html #head ul,
* html .clearfix
{
	height: 1%;
}

#head ul,
.clearfix
{
	display: block;
}

