
	/* Home CSS Document */

	.item {
		margin:0 0 20px 0;
	}

	.item img {
		float:left;
		border:1px solid #000;
		margin:0 6px 10px 0;
	}

	.item .title {
		font-size:1.4em;
		color:#0b7933;
		font-weight:bold;
		margin:0 0 15px 0;
	}

	.item .intro {
		font-size:1em;
		color:#18627f;
		font-weight:normal;
		margin:0 0 10px 0;
	}

	.item .detail {
		font-size:1em;
		color:#000;
	}
	
	.item a {
		display:block;
		padding:0 0 0 210px;
		color:#000;
		text-decoration:none;
	}
	
	img.arrow-more {
		float:none;
		padding:0;
		position:relative;
		top:4px;
		left:3px;
		border:0;
		margin:0;

	}

	.item-practical {
		margin:0 0 15px 0;
	}

	.item-practical .title {
		font-size:1.2em;
		color:#fff;
		font-weight:normal;
		margin:0 0 10px 0;
	}

	.item-practical .detail {
		font-size:1em;
		color:#000;
	}

	.item-practical a {
		font-size:1em;
		color:#0b7933;
		padding:0 0 0 9px;
		background-image:url(../img/environment/arrow_practical.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
	}

	.item-practical a:hover {
		text-decoration:none
	}






