@charset "utf-8";

/* contents
=========================================*/

h3#company {
	margin: 12px auto 0;
	width: 950px;
	height: 100px;
	background: url(../baseimg/title_company.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#contents p {
	
}

.tablebox {
	padding-left: 146px;
	background: url(../baseimg/profile_back.jpg) no-repeat 0 0;
}
.tablebox p#logo {
	text-align: center;
	margin: 10px 0 20px;
	padding: 10px auto;
}


.tablebox table {	
	border-collapse:separate;
	margin:10px 10px 50px 10px;
	
}

.tablebox table th {
	width: 100px;	
	/*background: #feebc8;*/
	background: #eee;
	padding: 0.5em 0.5em 0.5em 1em;
	font-size: 90%;
	text-align:justify;
	line-height: 150%;
	border-bottom: #aaa 1px solid;
}
.tablebox table td {
	width: 444px;
	padding: 0.5em;
	font-size: 90%;
	text-align:justify;
	line-height: 150%;
	border-bottom: #aaa 1px solid;
}

.tablebox table td strong {
	/*color: #F93;*/
	font-weight: bold;
}

.tablebox table td #saitou {
	padding-right: 4em;
}
.tablebox table td #mori {
	padding-right: 2em;
}


.tablebox ol {
	list-style: decimal;
	margin-left: 3em;
}
.tablebox ol li {
	list-style: decimal;
	text-align:justify;
	line-height: 150%;
}
.tablebox ul {
	list-style: disc;
	margin: 0 0 20px 1.5em;
	
}
.tablebox ul li {
	list-style: disc;
	text-align:justify;
	line-height: 150%;
	/*background: url(../baseimg/ya_orange.gif) no-repeat 0 0.3em;
	padding: 0 1.5em 0 8px;*/
}