﻿@charset "utf-8";

/* h2設定 */
h2 {
	margin:0 auto;
	width: 820px;
	padding: 20px 40px 0 40px;
}

/* h2設定 */
h2.title-link {
	height: 27px;
	padding: 4px 0 0 24px;
	margin: 20px 0 0 40px;
	background: transparent url(../img/company/bg_title.gif) no-repeat;
	font-size: 16px;
	color: #935c0a;
}

/* content-01設定 */
#content-01 {
	width: 740px;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
	clear: both;
	border-bottom: 1px solid #f0ebbb;
}
#content-01 h3 {
	line-height: 1.5;
	border-left: 5px solid #935c0a;
	border-bottom: 1px solid #935c0a;
	padding-left: 5px;
	margin-top: 40px;
}
#content-01 ul {
	margin: 20px 0 0 0; 
	clear: both;
	border: 1px solid #f0ebbb;
	padding: 20px 40px;
}
#content-01 ul li {
	line-height: 1.5;
}
#content-01 table {
	clear: both;
	width: 100%;
	border-top: 1px solid #f0ebbb;
	border-right: 1px solid #f0ebbb;
}
#content-01 table tr td {
	border-bottom: 1px solid #f0ebbb;
	border-left: 1px solid #f0ebbb;
	padding: 10px 20px;
	line-height: 1.5;
}
#content-01 div.box-txt {
	padding: 20px 20px 0 20px;
}
#content-01 div.box-link {
	padding: 40px 20px 0 20px;
	text-align: center;
}
#content-01 div.box-link p {
	line-height: 1.5;
}
#content-01 table {
	clear: both;
	width: 100%;
	border-top: 1px solid #f0ebbb;
	border-right: 1px solid #f0ebbb;
}
#content-01 table#link-1p tr td {
	border-bottom: 1px solid #f0ebbb;
	border-left: 1px solid #f0ebbb;
	padding: 10px 20px;
	line-height: 1.5;
	text-align: center;
	width: 25%;
}

/* content-02設定 */
#content-02 {
	width: 740px;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
	clear: both;
	border-bottom: 1px solid #f0ebbb;
}
#content-02 h3 {
	line-height: 1.5;
	border-left: 5px solid #935c0a;
	border-bottom: 1px solid #935c0a;
	padding-left: 5px;
	margin-top: 40px;
}
#content-02 h4 {
	clear: both;
	padding: 20px 0 0 20px;
	color: #935c0a;
}
#content-02 ul {
	margin: 20px 0 0 0; 
	clear: both;
	border: 1px solid #f0ebbb;
	padding: 20px 40px;
}
#content-02 ul li {
	line-height: 2.0;
	list-style-type: none;
	float: left;
	margin-right: 3em;
	white-space: nowrap;
	display: inline;
}
#content-02 ul li a {
	line-height: 1.5;
}
#content-02 ul.no-float {
	margin: 20px 0 0 0; 
	clear: both;
	border: 1px solid #f0ebbb;
	padding: 20px 40px;
}
#content-02 ul.no-float li {
	line-height: 2.0;
	list-style-type: none;
	margin-right: 0;
	display: block;
	float: none;
	white-space: normal;
}
#content-02 ul.no-float li a {
	line-height: 1.5;
}
#content-02 div.box-txt {
	padding: 20px 20px 0 20px;
}
#content-02 div.box-link {
	padding: 40px 20px 0 20px;
	text-align: center;
}
#content-02 div.box-link p {
	line-height: 1.5;
}

.txt-right a {
	text-align: right;
	line-height: 1.5;
}
.txt-center a {
	text-align: center;
	line-height: 1.5;
}
.txt-caption {
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
}
.txt-indent {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

