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


/* 主婦ばんざい */
#banzai {
	width:610px;
	margin:0 auto;
	background-color:#ebf7ee;
	padding:10px;
	min-height: 1em;
    display: inline-table;
}

#banzai:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #banzai {
    height: 1em;
}

#banzai {
    display: block;
}
/**/




/* プロフィール */
#prof {
	background:url(../images/prof_02.gif) repeat-y;
	width:570px;
	padding:0 20px;
	min-height: 1em;
    display: inline-table;
}

#prof:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #prof {
    height: 1em;
}

#prof {
    display: block;
}
/**/


#prof #midashi {
	color:#f11d8c;
	padding-bottom:10px;
}


#prof #img01 {
	float:left;
	width:140px;
	padding-right:10px;
}

#prof #pText {
	width:280px;
	float:left;
}

#pName {
	background-color:#004419;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
}

#prof #img02 {
	float:right;
	width:125px;
}


#profBottom {
	clear:both;
	margin-bottom:10px;
}
#profBottom img {
	vertical-align:top;
}




/* 枠組み */
#leftBox {
	width:145px;
	float:left;
}

#rightBox {
	float:right;
	width:450px;
}




/* 左列バックナンバー */
#backNumber {
	width:125px;
	padding:0 10px;
	background:url(../images/bn_02.gif) repeat-y;
}

#backNumber ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#backNumber li {
	line-height:120%;
	padding: 5px 0px 5px 10px;
	background:url(../images/bn_icon.gif) no-repeat 0px 6px;
	text-decoration: none;
	font-size:10px;
	text-align:left;
}

#bnBottom {
	height:10px;
}

#bnBottom img {
	vertical-align:top;
}


/* 記事部分 */
.articleSet {
	clear:both;
	padding:5px 0 20px 0;
}

.articleTitle {
	font-size:14px;
	font-weight:bold;
	color:#004419;
	padding:3px 0 5px 25px;
	background:url(../images/midashi_icon.gif) no-repeat;
	clear:both;
}
	
.imgLeft img {
	float:left;
	padding:0 10px 10px 0;
}

.imgRight img {
	float:right;
	padding:0 0 10px 10px;
}



/* 主婦の教え */
#teaching {
	clear:both;
	width:610px;
	margin-bottom:20px;
}

#teaching #tImg {
	background:url(../images/teaching_01.gif) no-repeat;
	width:144px;
	height:120px;
	text-align:center;
	padding:20px 0 0 0;
}

#teaching #tTitle {
	margin:-140px 0 0 144px;
}

#teaching #tText {
	background:url(../images/teaching_03.gif) no-repeat;
	width:435px;
	height:75px;
	padding:10px 20px 0 10px;
	margin:0 0 0 144px;
}



/* 次回 */
#next {	
	background:url(../images/next.gif) no-repeat;
	width:510px;
	height:56px;
	padding:20px 0 0 100px;
	text-align:center;
	font-weight:bold;
	color:#004419;
}



/* バックナンバーページ(20090812追加) +++++++++++++++++++++++++ */

#bnPage {
	width:600px;
	margin:0 auto;
}

#bnPage h1 {
	text-align:center;
	background-color:#004419;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	font-size:16px;
}

#bnPage ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#bnPage li {
	line-height:120%;
	padding: 8px 0px 7px 25px;
	background:url(../images/midashi_icon.gif) no-repeat 0px 6px;
	text-decoration: none;
	text-align:left;
}




