﻿@charset "UTF-8";

div#main_wrap h2 {
	height: 35px;
	line-height: 1.5em;
	background: url("../image/h2_underline.png") bottom no-repeat;
	display: list-item;
	list-style: square inside;
}

div#company h2  + p{
	height: 192px;
	padding: 2px;
	margin-bottom: 20px;
	border: #cccccc solid 2px;
}

div#company h2  + p + p{
	margin-bottom: 20px;
}

div#company h3{
	margin-bottom: 20px;
}

div#company h4{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #cccccc;
	font-size: large;
	color: #fa8080;
}

div#company h4 + p {
	margin-bottom: 40px;
	padding: 0px 5px;
}