/*
***********************************************************
* Since:     2007-5-30
* Modified:  2007-5-30
* Author:    stoopa
* ***********************************************************
*/

div#contents {
	padding-top: 10px;
}
	
	/* ------------CONTENTS------------ */


/* NEWS */
div#contents h2 {
	margin-bottom: 5px;
	color: #179A94;
	font-size: 90%;
}

div#contents h3 {
	margin-bottom: 20px;
	font-size: 110%;
	line-height: 130%;
}

div#contents p{
	padding-bottom: 20px;
	font-size: 80%;
	line-height: 160%;
}

div#newsimg{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 80%;
}


/* TO NEWS LIST */
div#tolist{
	clear: both;
	padding-top: 80px;
}

