@charset "utf-8";
/* lower_eco.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/

/* 共通設定
////////////////////////////////////////////////////*/

#outline {
	margin: 84px 25px 40px 0;
}

#outline dt {
	color: #5b3715;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 15px;
}

.text {
	padding-right: 25px;
	line-height: 200%;
}

.text h3 {
	font-weight: bold;
	font-size: 120%;
	padding: 15px 0 5px;
	border-bottom: 1px solid #5b3715;
}

/* ローカルナビ
////////////////////////////////////////////////////*/

.localNavi {
	margin: 15px 0 0 0;
	overflow: hidden;
}

.localNavi li {
	float: left;
}



/* 格コンテンツ
////////////////////////////////////////////////////*/



/***********************************************
追加201107
************************************************/

.sitemap_content{
      margin-top: 50px;
 }


#link_main{
      margin-top: 50px;
 }


