﻿@charset "utf-8";
#Main {
	width: 980px;
	height: 430px;
	background: url(../img/index/main-nankai.jpg) no-repeat;
}
h3 {
	margin: 20px 0 10px 0;
	padding: 6px 0 4px 25px;
	background-image: url(../img/common/h3.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-size: 136%;
	font-weight: bold;
	border-bottom: 1px dotted #777;
}
h4 {
	margin: 20px 0 10px 0;
	padding: 6px 0 4px 25px;
	background-image: url(../img/common/h4-2.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-size: 136%;
	font-weight: bold;
	border: none;
}
#Body-container {
	padding: 30px;
}
#Body-container li {
	margin-bottom: 20px;
}
#Body-container li p {
	font-size: 100%;
}
#Company-table li {
	font-size: 100%;
	margin: 2px;
}
li p {
	line-height: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}