@charset "UTF-8";
@import  "../../common/css/common.css";
/* :::::::::::::::::::::::::::::::::::::::::
	事業概要用CSS
	gaiyou.css

:::::::::::::::::::::::::::::::::::::::::::: */


/* - - - - - - - - - - - - - - - - - - - - ヘッダ */
#header {
	background: url(../images/header.jpg) 20px 10px no-repeat;
}


/* - - - - - - - - - - - - - - - - - - - - 見出し */
h3:before {
	content: '■';
}


/* - - - - - - - - - - - - - - - - - - - - 事業概要 */
dl.gaiyou {
	margin-bottom: 4em !important;
}
dl.gaiyou dt {
	text-indent: 1em;
	font-weight: bold;
	color: #333;
}
dl.gaiyou dd {
	margin-bottom: 1em;
	text-indent: 1em;
}
dl.gaiyou dd p{
	margin: 0;
	text-indent: 1em;
}

