@charset "utf-8";
/* lower_canpany.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


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

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



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

.localNavi {
	overflow: hidden;
	margin-top: 25px;
}

.localNavi li {
	float: left;
}




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

h3 {
	clear: both;
	margin: 10px 0 0 0;
}

.firstBox {
	float: left;
}

.secondBox {
	float: right;
}

.clearBox {
	clear: both;
	margin-bottom: 69px;
}

h3 {
	margin-bottom: 18px;
}

#profileBox h3 {
	font-size: 160%;
	color: #999;
	padding: 10px 0;
	border-bottom: #CCC 1px solid;
	font-weight: bold;
	margin: 25px 25px 15px 0;
}

#profileBox dl {
	margin: 20px 0;
	padding-left: 25px;
}

#profileBox dt {
	color: #9b6e01;
	font-size: 150%;
	width: 170px;
	font-weight: bold;
	float: left;
}

#profileBox dd {
	font-size: 120%;
	width: 300px;
	margin-left: 200px;
}

