@charset "shift_jis";
@import "/jpn/common/css/common.css";
/*=================================================================
                          会社案内基本設定CSS
=================================================================*/
/* - サイン - */
.bg_sign{
	background:url(../image/sign.jpg) no-repeat 380px bottom;
}
/* -------------------------------------------
              会社概要表
------------------------------------------- */
/* - 全体 - */
DIV.section DL{
	width:600px;
	margin-top:2em;
	margin-bottom:2em;
}
DIV.section DT{
	width:80px;
	padding-top:3px;
	font-weight:bold;
	color:#113AAB;
}
DIV.section DD{
	margin-top:-17px;
	margin-bottom:0.5em;
	padding-bottom:1em;
	padding-left:95px;
	background:url(../contents/image/profile_line.gif) bottom repeat-x;
}
/* - 文字調整 - */
DIV.section DD DIV{
	width:450px;
	line-height:1.6;
}
/* - ﾘｽﾄ - */
DIV.section DD UL{
	width:400px;
	list-style:none none;
}
DIV.section DD LI{
	margin-bottom:0;
}
/* - 二重 - */
DIV.section DD DL{
	width:400px;
	margin:0;
}
DIV.section DD DL DT{
	width:155px;
	margin-top:0;
	padding-top:0;
	color:#444;
	font-weight:bold;
	float:left;
	clear:both;
}
DIV.section DD DL DD{
	margin:0;
	padding:0;
	padding-bottom:0.5em;
	padding-left:160px;
	background:none;
}
/* - 二重内ﾘｽﾄ - */
DIV.section DD DL DD UL{
	width:200px;
}