/*---------------------------------------*/
/*index style*/
/*---------------------------------------*/
#index_top_img{
	float:left;
	width:100%;
	margin-bottom:10px;
}

#index_news_frame{
	float:left;
	width:100%;
	height:200px;
	overflow:auto;
	line-height:1.5em;
}

.index_news_contents{
	width:97%;
	float:left;
	text-align:left;
	border-bottom:#666666 dotted 1px;
	padding:5px 0px;
	margin-bottom:10px;
}

.index_news_label{
	color:#FFFFFF;
	font-weight:bold;
}

#index_news_frame img{
	float:right;
	margin:10px;
}

	#contents{
		float:left;
		width:100%;
		margin-bottom:10px;
		/*background:url(../images/bg_index.gif) repeat-y;*/
	}
	
		#contents_left{
			float:left;
			width:29%;
		}
		
			.contents_left_box{
				float:left;
				width:270px;
				margin-bottom:20px;
				text-align:left;
			}
			
				#qr_code{
					width:100%;
					border:#333333 solid 1px;
				}
				
				#qr_code th{
					background:#333333;
					text-align:center;
					padding:10px;
					color:#FFFFFF;
				}
				
				#qr_code td{
					background:#000000;
					text-align:center;
					padding:10px;
				}
		
		#contents_right{
			float:right;
			width:70%;
		}
		
			#main_contents{
				float:left;
				width:100%;
			}
			
				.contents_subject{
					float:left;
					width:100%;
					margin-bottom:10px;
					border-bottom:#804000 solid 1px;
					text-align:left;
				}
			
				.contents_box{
					float:left;
					width:100%;
					margin-bottom:20px;
					text-align:left;
					line-height:1.5em;
				}
