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


/* --------------------------------

	* Pages Style Sheet {


		* last update 08.03/05
		* author : hirai;
	
	}
	
	
--------------------------------
		 Contents
	
	1. common
	2. index.html
	
	
	
--------------------------------- */


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

	 1. common
 
============================================================================================================*/

body.company {
	background: #FFFFFF url(../img/common/bg/bg_body.gif) repeat-x left top;
}

body.company div#container {
	background	: url(../img/common/bg/bg_container.gif) repeat-x left top;
}

body.company div.contentHead {
	height	: 100px;
}

/*  年表
-----------------------------------*/



body.company dl.development {
	margin-bottom: 5em;
	padding: 15px 15px 15px;
}

body.company dl.development dt {
	margin-bottom: -25px;
	width: 90px;
}

body.company dl.development dd {
	padding: 1px 0 0 95px;
}

/*dlの入れ子*/
body.company dl.development dd dl {
	margin-bottom: 2.5em;
	zoom:1;
}

body.company dl.development dd dl dt {
	margin-bottom	: 0.5em;
	padding-top		: 0;
	width			: auto;
	color			: #70a106;
	font-weight		: bold;
	font-size: 118%;
}

body.company dl.development dd dl dd {
	margin-bottom	: 0.8em;
	padding			: 0;
	width			: auto;
}

body.company dl.development dd.throttlebottom {
	background: url(../../_common/img/parts/bg/bg_dod_Gray.gif) repeat-x left top;
	padding-top: 20px;
}

body.company dl.development dt.throttlebottom {
	position:relative;
	margin-top: 20px;
	top: 21px;
}

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

	 2. companyinfo.html
 
============================================================================================================*/

/*  会社概要
-----------------------------------*/
body.company table.generalRow dt {
	margin-bottom: -25px;
	width: 115px;
}

body.company table.generalRow dd {
	padding: 1px 0 1px 120px;
}

body.company table.generalRow ol li {
	list-style-position: inside;
}

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

	 3. philosophy.html
 
============================================================================================================*/


body.company div#aboutOkitsumo.section {
	border: 1px solid #70a106;
	padding: 15px;
}

body.company div#aboutOkitsumo.section h2 {
	margin-bottom: 10px;
	color: #00561f;
}

body.company table.generalRow caption {
	color: #70A106;
	font-weight: bold;
	font-size: 125%;
}



