@charset "utf-8";
/* CSS Information ====================
File name: info.css
description: メインコンテンツ当サイトについてページ部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,11

目次
*インポートunderlayer.css（下層ページ共通レイアウト）

*レフトコンテンツ（会社概要）
==================================== */

@import url("../../common/css/underlayer.css");	/* リセットスタイル */

/* ここから個別レイアウト設定（レフトカラム部分）----------------------------------------------------------------- */
#primary-contents p {
	margin-bottom: 18px;
	padding-bottom: 18px;
	font-size: 12px;
	line-height: 1.6em;
	border-bottom: #CCCCCC solid 1px;	
}

#primary-contents .section-lv2 {
	margin-bottom: 24px;
/*		border: #FFFF00 1px solid;*/
}

#primary-contents .section-lv2 h3 {
	margin-bottom: 15px;
}

#primary-contents .section-lv2 dl {
	margin-left: 16px;
	font-size: 12px;
	line-height: 1.6em;
}

#primary-contents .section-lv2 dl dt,
#primary-contents .section-lv2 dl dd {
	padding-bottom: 6px;
}

#primary-contents .section-lv2 dl dt a {
	padding-left: 24px;
	background: url(../images/sm_link_icon.gif) no-repeat left 1px;
	color: #3366CC;
}

#primary-contents .section-lv2 dl dt a span.gaibu {
	padding-right: 24px;
	background: url(../../common/images/gaibu_link.gif) no-repeat right 2px;
}

#primary-contents .section-lv2 dl dt a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;		
}

#primary-contents .section-lv2 dl dd {
	padding-left: 24px;
}