<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*****************************************/
/* history.html                          */
/*****************************************/
/*=======================================*/
/* CLASS設定                             */
/*=======================================*/
/* 歩み（見出し）*/
.history_border {
	border-color:#FD9D00;
	border-style:solid;
	border-width:1px;
	margin:0px 40px 0px 30px;
}
.history_heading {
	background-image: url(../img/history/heading_back.png);
	background-repeat:repeat-y;
	font-size : 1.5em;
	font-weight:bold;
	line-height: 1.5em;
	color:#FFFFFF;
	padding:5px 0px 5px 10px;
}
/* 歩み（内容) */
.history_detail {
	padding:5px 0px 15px 20px;
}
/* ボックス（左） */
.history_box_l	{
	float:left;
}
/* ボックス（右） */
.history_box_r	{
	float:right;
}
/* 強調 */
.histroy_strong {
	color:#FF0000;
	font-weight:bold;	
}
/*=======================================*/
/* ID設定                                */
/*=======================================*/
/* 歩み（内容）*/
#history_contents	{
	padding: 10px 20px;
}
</pre></body></html>