/* CSS Document */
div#contents h2{
	border-left:8px solid #4BB44B;
	padding-left:8px;
	font-weight: normal;
}


div#contents div.bk2{
	padding:0 30px;
}

div#contents p{
	color:#666666;
	line-height: 150%;
}

div#contents div.photo{
	width: 100%;
	text-align: right;
}

div#sideMenu ul{
	/*margin-left:-30px !important;*/
}


div#sideMenu li{
	text-align: left;
	padding-left:20px;
	margin-bottom: 10px;
	background-image:url(../../../img/default/sideArror.png);
	background-repeat: no-repeat;
	background-position: center left;
	list-style-type: none;
}

div#sideMenu li a{
	font-size: 14px;
	color:#333;
	text-decoration: none;
	font-weight: bold;
}

div#sideMenu li a:hover{
	color:#4BB44B;
}