/* ==================================================
contents
================================================== */
/* head
============================== */
#main_contents #head {
	width:460px;
	height:45px;
	clear:both;
	background:url(../../beginner/images/head_bg.gif) no-repeat left top;
}
#tmp_beginner h1,
#tmp_contents h1 {
	margin-bottom:10px;
	padding:0;
	background:none;
	font-weight:bold;
	color:#000;
	font-size:140%;
	text-align:left;
	border-top:none;
	clear:both;
}
/* ==================================================
challenge
================================================== */
#tmp_index .bloger {
	padding-bottom:40px;
}
#tmp_index .listbox {
	width:690px;
}
#tmp_index .listitem {
	float:left;
	width:340px;
}

/*
#tmp_contents {
	margin-top:20px;
}
*/
#tmp_contents h2 {
	margin:20px 0;
	padding:0;
	background:none;
	font-weight:bold;
	font-size:140%;
	color:#52392B;
	text-align:left;
	border-bottom:none;
	clear:both;
}
#tmp_contents h3 {
	margin:20px 0;
	padding:0;
	background:none;
	font-weight:bold;
	font-size:120%;
	color:#52392B;
	text-align:left;
	border-bottom:none;
	clear:both;
}
#tmp_contents .box_page {
	width:460px;
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	text-align:center;
}
#tmp_contents .box_page ul {
	margin:0 0 5px 0;
	padding:0;
}
#tmp_contents .box_page ul li {
	margin:0;
	padding:0 15px ;
	list-style-type:none;
	display:inline;
}
#tmp_contents .box_page ul li.line_lft {
	border-left:solid 1px #000;
	line-height:100%;
}
#tmp_contents .box_page ul li.line_both{
	border-right:solid 1px #000;
	border-left:solid 1px #000;
	line-height:100%;
}
#tmp_contents .title_memo {
	color:#79921F;
	font-weight:bold;
}
#tmp_contents .box_point {
	width:110px;
	float:left;
	margin:0;
}
#tmp_contents .box_point_txt {
	width:350px;
	margin:0;
	float:left;
}
#tmp_contents .next {
	margin:20px 0;
	color:#DE557F;
	font-weight:bold;
}
#tmp_contents .txt_pink {
	font-size:16px;
	color:#DE537F;
	font-weight:bold;
}
#tmp_contents .txt_green {
	font-size:16px;
	color:#79921F;
	font-weight:bold;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_index .listitem:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html #tmp_index .listitem {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_index .listitem {
	display:inline-block; /* 変更しない */
}

/* ==================================================
beginner
================================================== */
#tmp_beginner {

}
#tmp_beginner .box_set_outside {
	clear:both;
	margin-top:20px;
	background:url(../../beginner/gardening/images/box_set_bg.jpg) repeat-y left top;
}
#tmp_beginner .subtitle {
	font-weight:bold;
	color:#665746;
}
#tmp_beginner .box_set .subtitle {
	font-weight:bold;
	color:#6A4A2A;
	margin-bottom:0.2em!important;
}
#tmp_beginner .box_set {
	padding:0 0 25px 0;
	background:url(../../beginner/gardening/images/box_set_btm.jpg) no-repeat left bottom;
	clear:both;
}
#tmp_beginner .box_set .inner {
	margin:0 20px;
	clear:both;
}
#tmp_beginner .box_set .inner .photo {
	width:140px;
	float:left;
}
#tmp_beginner .box_set .inner .text {
	width:250px;
	float:left;
}
#tmp_beginner .box_point{
	padding-top:20px;
	clear:both;
}
/* beginner backnumber
========================= */
#tmp_beginner .box_ready {
	margin-bottom:20px;
	padding:10px 10px 5px;
	background-color:#E9EED8;
	clear:both;
}
#tmp_beginner .box_ready .inner {
	padding:0 10px;
	clear:both;
}
#tmp_beginner .box_ready .inner ul{
	margin:0 10px 10px 20px!important;
	padding:0 10px 10px 20px!important;
}
#tmp_beginner .box_ready .inner li {
	margin:0 0 0.6em 0!important;
}
#tmp_beginner .box_colum{
	padding:40px 0 5px 0;
	background:#E9EED8 url(../../beginner/gardening/images/box_column_bg.jpg) no-repeat left top;
	clear:both;
}
#tmp_beginner .box_colum .inner {
	padding:0 20px;
	clear:both;
}

/* image kon追記▼変更しない
============================== */
.float_lft {
	margin-right:8px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}

.center {
	text-align:center;
}

.margintop {
	margin-top:16px;

}

.marginBottom {
	margin-bottom:16px;

}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#main_contents #head:after,
#tmp_beginner .box_set .inner:after,
#tmp_handmade .life_cont_top:after,
#tmp_handmade .box_set:after,
#tmp_handmade .box_use:after,
#tmp_handmade .box_ad:after,
#tmp_handmade .pointOuter .life-point:after,
#tmp_handmade .box_support:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html #main_contents #head,
*:first-child+html #tmp_beginner .box_set .inner,
*:first-child+html #tmp_handmade .life_cont_top,
*:first-child+html #tmp_handmade .box_set,
*:first-child+html #tmp_handmade .box_use,
*:first-child+html #tmp_handmade .box_ad,
*:first-child+html #tmp_handmade .pointOuter .life-point,
*:first-child+html #tmp_handmade .box_support {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #main_contents #head,
* html #tmp_beginner .box_set .inner,
* html #tmp_handmade .life_cont_top,
* html #tmp_handmade .box_set,
* html #tmp_handmade .box_use,
* html #tmp_handmade .box_ad,
* html #tmp_handmade .pointOuter .life-point,
* html #tmp_handmade .box_support {
	display:inline-block; /* 変更しない */
}
