@charset "utf-8";



/* ----------------------------------------
 * このスタイルシートでは、ティザーサイトのヘッダー、コンテンツの入る白背景、フッターと全体の設定をいています。
基本的に修正する必要のないスタイルシートです。
各ページごとのスタイルは、それぞれcssを作成して設定。
 * ---------------------------------------- */

/* ----------------------------------------
 * SAMPLE（プロパティはこの順番で記述）
 * ---------------------------------------- */
/*
div.section_base {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border: 1px solid #f00;	    width > style > color 
	display: block;
	position: absolute;
	top :0;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	clear: both;
	z-index: 1;
	width: 600px;
	min-width: 400px;
	max-width: 600px;
	height: 300px;
	min-height: 100px;
	max-height: 300px;
	line-height: 1.5;
	vertical-align: middle;
	overflow: auto;
	clip: auto;
	visibility: visible;
	list-style: disc outside;      type > position > image 
	color: #000;
	background: #fff url(/images/bg.png) repeat-y fixed top left;	    color > image > repeat > attachment > position 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1.5; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 1em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-transform: lowercase;
	cursor: pointer;
	}
*/



/* ----------------------------------------
 * CONTENTS
 * ---------------------------------------- */


div#contents div#company_table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:20px 10px 0 10px;
	padding:0;
	line-height:200%;
}

div#contents div#company_table dl#company_dl {
	margin:0;
	padding:0;
	background:url(../images/company/company_table_bg.gif) repeat-y;
}
div#contents div#company_table dl#company_dl dt {
	margin:0;
	padding:0.5em 0 0.5em 0.8em;
	width:12em;
	float:left;
}
div#contents div#company_table dl#company_dl dd {
	margin:0 0 0 0;
	padding:0.5em 1em 0.5em 13em;
	border-bottom:1px solid #ccc;
}


/* 事業内容 */
div#contents div#company_table dl#company_dl dd ol li {
	margin:0 0 0.3em 1.5em;
	padding:0;
	list-style:decimal;
}
      /* IE6に適応 */
* html div#contents div#company_table dl#company_dl dd ol li {
	margin:0 0 0.3em 2.2em;
	padding:0;
	list-style:decimal;
}
* html div#contents div#company_table dl#company_dl dd ol li.set {
	margin:0 0 0.3em 1.9em;
	padding:0;
	list-style:decimal;
}
      /* IE7に適応 */ 　
*:first-child+html div#contents div#company_table dl#company_dl dd ol li {
	margin:0 0 0.3em 1.9em;
	padding:0;
	list-style:decimal;
}




img.main{
	margin-bottom:30px;
}

