@charset "UTF-8";
/* CSS Document */

.column {
	width:600px;
	margin:6px 20px 16px;
	overflow:hidden;
	}
	
	.column div {
		width:290px;
		}
	
	.colmLeft {
		float:left;
		}
	
	.colmRight {
		float:right;
		}
	
	.column h2 {
		border:solid 1px #ccc;
		background:url(images/bg_h2.jpg) left top repeat-x;
		padding:7px 8px;
		line-height:14px;
		color:#2B6BB0;
		font-weight:bold;
		margin-bottom:5px;
		zoom:1;
		}

	.column p {
		line-height:1.6;
		margin:2px 2px 0;
		}
	
.purple {
	width:600px;
	margin:6px 20px 16px;
	overflow:hidden;
	}
	
	.purple div {
		padding:8px 10px;
		background-color:#D9DBEE;
		width:270px !important;
		width /**/:290px;
		}
	
	.purple h2 {
		margin-left:2px;
		margin-bottom:8px;
		line-height:14px;
		color:#2B6BB0;
		font-weight:bold;
		}

.column img,
.purple img {
	display:block;
	}

.purple p {
	line-height:1.4;
	margin:6px 2px 0;
	}

span.red{
	border:1px solid #C00;
	display:block;
	color:#C00;
	padding:0.2em;
	margin:2px 0 0 0;
	font-size:12px;
	text-align:center;
	}

div.detailBtn{
	margin:5px 0 0 0;
	padding:0;
	
}
.detailBtn a{
	text-align:center;
	background:url(../images/bow_mini_blue.gif) no-repeat left center;
	background:url(images/bg_h2.jpg) repeat-x left top;
	display:block;
	padding:7px 0 5px 0;
	border:1px solid #ccc;
	line-height:1.1;
	text-decoration:none;
}
