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

 .l_col
	{
		float:left;
		width: 285px;
		padding: 10px 10px 10px 0;
	}
	
 .l_col .l_col_wrap
	{
		border-right: 2px solid #cccccc;
		padding-right: 10px;
	}

.m_col
	{
		float:left;
		width: 275px;
		padding: 10px 10px 10px 10px;
	}

.r_col
	{
		float:right;
		width: auto;
		padding: 10px 0 10px 10px;	
	}

.l_col .l_col_wrap p
	{
		font-size: 11px;
		line-height: 18px;
		color: #717171;		
	}
	

.m_col p
	{
		font-size: 11px;
		line-height: 18px;
		color: #717171;
	}
		
	
.r_col p
	{
		font-size: 14px;
		font-weight: bold;
		line-height: 17px;
		color: #717171;
	}
	
.button_copy
	{
		width: 110px; 
		float:left; 
		margin: 8px 0 0 15px;
	}

#second_block img
{ 
	padding: 10px 0 10px 0;
}
