@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/
	
#contents h3 {
	margin-bottom:20px;
}
#contents p {
	margin-bottom:20px;
}
	#contents ul.pagejump {
		margin-top:20px;
		margin-bottom:20px;
		margin-left:-20px;
	}
		#contents ul.pagejump li {
			letter-spacing:0px;
			float:left;
			display:inline;
			width:137px;
			margin-left:20px;
			margin-bottom:25px;
		}
			#contents ul.pagejump li img {
				margin-bottom:3px;
			}
		
#contents .detail {
	margin-left:-20px;
	display:none;
}
	#contents .category {
		width:290px;
		float:left;
		display:inline;
		margin-bottom:20px;
		margin-left:20px;
		border:2px solid #dedede;
	}
		#contents .category h4 {
			height:38px;
			padding:0 15px;
			background:url(../img/index/bg_tit.gif) repeat-x top left;
			font-size:18px;
			font-weight:bold;
			line-height:38px;
			color:#095A20;
		}
		#contents .category ul {
			margin:10px 15px 10px 15px;
		}
			#contents .category ul li {
				font-size:14px;
				font-weight:bold;
				line-height:1.75em;
				color:#636363;
			}


	