@charset "UTF-8";

/* Default style clear------------------------------------------- */
@import "../common/reset.css";
/* -------------------------------------------Default style clear */

/* All style----------------------------------------------------- */
@import "../common/common.css";
/* -----------------------------------------------------All style */



/* 工法 */
/* 20090322　machi製作 */
/* 素適住生活研究所 */


/* レイアウト------------------------------------------------------ */

#main{
	float:right;
	width:730px;
	text-align:left;
	margin-right:5px;
	}

#menu{
	float:left;
	width:180px;
	background:#f5f5c3;
	text-align:left;
	border:1px solid #517020;
	margin-left:5px;
}


/*------------------------------------------------------レイアウト */
/* menuの指定----------------------------------------------------- */

#menu ol li{
	font-size:90%;
	padding-left:18px;
	height:30px;
	line-height:30px;
	margin-left:5px;
	background-image:url(../images/arrow001.gif);
	background-position:center left;
	background-repeat:no-repeat;
	
}
ul.submenu li{
	background-image:url(../images/arrow001.gif);
	background-position:center left;
	background-repeat:no-repeat;
	font-size:80%;
	padding-left:15px;
	height:18px;
	line-height:18px;
	}



/* ----------------------------------------------------menuの指定  */

/*--------------------------------------------------------文字装飾 */
h2{
	font-size:1.2em;
	border-left:5px solid #9abf5f;
	border-bottom:1px solid #9abf5f;
	padding:5px 0px 5px 5px;
	margin:20px 0px 10px 5px;
	font-weight:bold;
	clear:both;
}

h3{
	font-size:1.1em;
	border-left:5px solid #9abf5f;
	padding:5px 0px 5px 5px;
	margin:5px 0px 5px 25px;
	font-weight:bold;
	clear:both;
}

p{
	line-height:170%;
	margin:0px 20px;
	font-size:95%;
}

.first{
	font-weight:normal;
	font-size:1em;
	line-height:170%;
	border:1px solid #9abf5f;
	margin:50px 30px 50px 30px;
	padding:10px;
		clear:both;
}

/* --------------------------------------------------------文字装飾 */

