#contents li {
	margin-bottom: 10px;
	margin-top: 5px;
}
/* CSS Document */

/********************フロート解除用スタイル*********************/
/*                                                             */
/* フロートが適用されているスタイルの1段外側のスタイル名を入力 */
/*                                                             */
/***************************************************************/


/*.waku_main {
	min-height:0;
	display: inline-table;
	overflow: visible;
	position: relative;
}
*//*************スタイル名の後ろに『:after』を入れる**************/
.waku_main:after {
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
}

/*************スタイル名の頭に『* html 』を入れる***************/
/* \*/ 
/** html .waku_main {
	height:0;
}
.waku_main {
	display: block;
}
*/

/* ------------------------------------- 
 *	　ライフスケッチページ
 * ------------------------------------- */

.life_subtitle {
	color: #006600;
	background-color: #FFFF99;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.waku_sm_foot,.waku_f_foot,.waku_h_foot,.waku_se_foot,.waku_r_foot,.waku_sp_foot{
	clear: both;
}

/*-----　枠パターン　笑顔　------*/

.waku_sm_wrap {
	background-image: url(/img/life/waku_sm/002.gif);
	background-repeat: repeat-y;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.waku_sm_head {
	background-image: url(/img/life/waku_sm/001.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.waku_sm_foot {
	background-image: url(/img/life/waku_sm/003.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}

/*-----　枠パターン　大家族　------*/

.waku_f_wrap {
	background-image: url(/img/life/waku_f/002.gif);
	background-repeat: repeat-y;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.waku_f_head {
	background-image: url(/img/life/waku_f/001.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.waku_f_foot {
	background-image: url(/img/life/waku_f/003.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}

/*-----　枠パターン　趣味　------*/

.waku_h_wrap {
	background-image: url(/img/life/waku_h/002.gif);
	background-repeat: repeat-y;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.waku_h_head {
	background-image: url(/img/life/waku_h/001.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.waku_h_foot {
	background-image: url(/img/life/waku_h/003.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}

/*-----　枠パターン　余生　------*/

.waku_se_wrap {
	background-image: url(/img/life/waku_se/002.gif);
	background-repeat: repeat-y;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.waku_se_head {
	background-image: url(/img/life/waku_se/001.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.waku_se_foot {
	background-image: url(/img/life/waku_se/003.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}

/*-----　枠パターン　先代　------*/

.waku_r_wrap {
	background-image: url(/img/life/waku_r/002.gif);
	background-repeat: repeat-y;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.waku_r_head {
	background-image: url(/img/life/waku_r/001.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.waku_r_foot {
	background-image: url(/img/life/waku_r/003.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}

/*-----　枠パターン　お店　------*/

.waku_sp_wrap {
	background-image: url(/img/life/waku_sp/002.gif);
	background-repeat: repeat-y;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.waku_sp_head {
	background-image: url(/img/life/waku_sp/001.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.waku_sp_foot {
	background-image: url(/img/life/waku_sp/003.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}




/*-----　枠中の設定　------*/

.waku_main {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
/*	position: relative;
	_left: -180px;
	_top: -127px;
*/}
.right_p {
	float: right;
	margin-left: 10px;
}
.left_p {
	float: left;
	margin-right: 10px;
}
.photo_wrap {
	text-align: center;
	margin-top: 10px;
	width: 600px;
}
.photo_wrap img {
	margin-right: 15px;
	margin-left: 15px;
}

#contents p {
	font-size: 1.5em;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

#contents h3 {
	font-size: 1.6em;
	line-height: 150%;
}
#contents h4 {
	font-size: 1.5em;
	line-height: 150%;
}
