@charset "UTF-8";

/* renewal
##################################### */
	
	/* right side [div#col-right]
	##################################### */
	
	/* h4 */
	h4.bg-red {
		background-color:#ed3333;
	}
	h4.bg-blue {
		background-color:#3356ed;
	}
	h4.bg-green {
		background-color: #0da655;
	}
		
	/* TYPE */
	div.col-left-01 { float: left;  width: 540px; }
	div.col-right-01 { float: right; width: 240px; }
		div.col-right-01 ul { width: 240px; overflow: hidden; }
		div.col-right-01 ul li { float: left; }
		
	div.col-left-02 { float: left;  width: 390px; margin-bottom:10px; }
	div.col-right-02 { float: right; width: 390px; margin-bottom:10px; }
		div.col-right-02 ul { width: 390px; overflow: hidden; }
		div.col-right-02 ul li { float: left; }	
		
	/* text */
	.text-center {text-align:center;}
		
		
	/* link */	
	.link-right { text-align:right;}


	/* h3 */
	h3.bg-red {
		background-color:#ed3333;
	}
	h3.bg-blue {
		background-color:#3356ed;
	}
	h3.bg-green {
		background-color: #0da655;
	}
	
	

