@charset "utf-8";

/* ##############################################################

#THIS_FILE {
	--------------------------------------------
	filename: css/style.css;
	--------------------------------------------
}

#CONTENT {
	[+000]
	ページ内コンテンツ用CSS
	--------------------------------------------
	+ 1: 沿革ページ用スタイル;
	--------------------------------------------
}

#KEY {
	ファイル内管理
	--------------------------------------------
	Search key "+" + "n"
	--------------------------------------------
}

#FONT_SIZE {
	-- Yahoo UI Library Fonts CSS ver.2.3.1
	Font-size Adjustment
	--------------------------------------------
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
	--------------------------------------------
}

############################################################## */

/* ==============================================================

	[+1] 沿革ページ用スタイル

============================================================== */
body#DEVELOPMENT {
}


/* -----------------------------------
	沿革リスト
----------------------------------- */
body#DEVELOPMENT dl.log {
	margin-bottom: -10px;
	border: solid 1px #B7B7B7;
	background-color: #fff;
	}
	
	dl.log dt {
	float: left;
	width: 6.7em;
	margin-bottom: 1em;
	padding: 1em 0 0 1em;
	font-weight: bold;
	}
	
	dl.log dd {
	margin-bottom: 0em;
	padding: 1em 0 1em 8.5em;
	background: url(../../common/img/bg_dot.gif) repeat-x center bottom;
}




