
.float_l { float: left }
.float_r { float: right }


#tooplate_top_bar {
	width: 960px;
	height: 60px;
	padding: 5px 0;
}


#tooplate_header {
	width: 960px;
	height: 80px;
	padding: 10px 0;
}


#tooplate_middle { 
	clear: both;
	width: 900px;
	height: 240px;
	padding: 37px 30px 51px 30px; 
	overflow: hidden;
	background: url(../images/tooplate_middle.png) no-repeat;
}

#tooplate_middle_subpage { 
	clear: both;
	width: 960px;
	height: 120px;
	padding: 15px 0;
	margin-bottom: 20px;
	background: url(../images/tooplate_divider.jpg) top repeat-x;
}

#tooplate_middle_subpage h2 {
	color: #bd9213;
}

#tooplate_middle_subpage p {
	font-size: 18px;
	color: #7f6d4e;
}

#tooplate_main {
	clear: both;
	width: 960px;
	padding: 20px 0;
}

.col_w960 { width: 960px; margin-bottom: 40px }
.col_w600 { width: 700px }
.col_w450 { width: 450px }
.col_w300 { width: 300px }
.col_w200 { width: 200px; margin-right: 50px; }
.col_allw300 { width: 300px; float: left; margin-right: 30px }
.col_last { margin: 0 }

.fp_lp_box {
	display: block;
	clear: both;
	position: relative;
	width: 290px;
	height: 140px;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.fp_lp_box  span {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 100px;
	height: 24px;
	text-align: center;
	background: url(../images/tooplate_lp_btn.png);
}

.fp_lp_box  span a {
	color: #fff;
}

.post_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.post_box h2 { 
	font-size: 20px; 
	margin-bottom: 10px; 
}

.post_box p.post_meta { 
	margin-bottom: 0; 
}

.post_box p span.cat a { 
	color: #cb5c02; 
	font-weight: 400;
	text-decoration: none;
}

.post_box img { 
	float: right; 
	width: 200px; 
	height: 200px; 
	padding: 4px; 
	border: 1px solid #ccc; 
	margin-left: 30px; 
}

.post_box a.more { 
	float: right;
	color:#009ae1;
	font-size: 1.3em;
}

.cleaner { clear: both }