@charset "utf-8";

/* +++++++++++ Contents Index ++++++++++

 【style.css】

 +++++++++++++++++++++++++++++++++++ */


/*----------------------------------
	トップページ
----------------------------------*/

body {
	background: url(../images/bg_footer.gif) repeat 0 0;
}

#wrapper {
	text-align: center;
	background: #fff;
	padding: 20px 0;
}

#header {
	width: 1000px;
	margin: 0 auto 20px;
	text-align: left;
}

h1 {
	float: left;
	margin-right: 200px;
}

.top_navi {
	float: left;
	width: 609px;
	height: 62px;
	background: url(../images/bg_top_navi.jpg) no-repeat 0 0;
}

.top_navi li {
	float: left;
	width: 150px;
	margin-top: 10px;
	text-align: center;
}

.top_navi li a {
	display: block;
	padding: 14px 0 18px;
}

.inner_wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
}

.navi li {
	float: left;
	width: 330px;
}

.top_container {
	text-align: left;
}

h2 {
	border-bottom: solid 1px #F96800;
	padding: 15px 0 10px 15px;
}

.top_container .l_box {
	width: 430px;
	float: left;
	background: #F9F7F3;
}

.top_container .l_box .l_box02 {
	width: 430px;
	background: #fff;
	padding: 15px 0 0 0;
}

.top_container .l_box dl {
	padding: 15px;
}

.top_container .l_box li {
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.top_container .l_box li.last {
	border: none;
}

.top_container .l_box dl dt {
	background: url(../images/catch01.png) no-repeat 0 50%;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
}

.top_container .r_box {
	width: 540px;
	float: right;
	background: #F9F7F3;
}

.top_container .r_box ul {
	padding: 15px;
}

.top_container .r_box ul li p {
	float: left;
	width: 170px;
}

.top_container .r_box ul li dl {
	padding-left: 180px;
}

.top_container .r_box ul li dl dt {
	font-weight: bold;
	font-size: 14px;
}

.top_container .r_box ul li dl dt a {
	text-decoration: underline;
}

.attention {
	height: 56px;
	line-height: 56px;
}

#footer {
	background: url(../images/bg_footer.gif) repeat 0 0;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	position: relative;
}

#footer ul {
	padding: 25px 0;
	position: relative;
}

#footer ul li {
	display: inline;
	padding: 0 50px 0 10px;
	background: url(../images/catch02.png) no-repeat 0 50%;
}

#footer ul li a {
	color: #fff;
	text-decoration: underline;
}

/*----------------------------------
	会社概要
----------------------------------*/

.bread_crumb li {
	float: left;
}

.bread_crumb li a {
	color: #F96800;
	text-decoration: underline;
}

#company table {
	width: 100%; 
	margin: 15px;
}

#company td {
	padding: 6px;
}

#company .line {
	border-left: solid 1px #ccc;
	
}

#company  .introduction {
	margin-bottom: 80px;
}

#company  .introduction ul {
	margin: 15px;
}

#company .introduction li {
	padding: 6px;
}

#company .list02 li {
	width: 150px;
	float: left;
}

#company .list02 li a:hover {
	text-decoration: none;
}

#company .introduction .l_box {
	float: left;
	width: 400px;
}

#company .introduction .r_box {
	float: right;
	width: 500px;
	padding-top: 25px;
}

/*----------------------------------
	設立経緯
----------------------------------*/

#history h2 {
	margin-bottom: 20px;
}

#history .container01 {
	margin-bottom: 40px;
}

#history .container01 .l_box {
	float: left;
	width: 471px;
}

#history .container01 .r_box {
	float: right;
	width: 470px;
	padding-top: 90px;
	line-height: 2.5;
}

#history .container02 {
	margin-bottom: 80px;
}

#history .container02 .l_box {
	float: left;
	width: 400px;
}

#history .container02 .r_box {
	float: right;
	width: 580px;
}

#history .customer {
	text-align: center;
	margin-bottom: 100px;
}

#history .customer div {
	width: 740px;
	margin: 0 auto;
	background: #F2F2F2;
}

#history .customer div .title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
	letter-spacing: 4px;
}

#history .customer div p {
	padding: 18px;
	font-size: 13px;
}

/*----------------------------------
	代表挨拶
----------------------------------*/

#message h2 {
	margin-bottom: 20px;
}

#message .container01 {
	margin-bottom: 80px;
}

/*----------------------------------
	メールフォーム
----------------------------------*/

#contact h2 {
	margin-bottom: 20px;
}

#contact #main {
	width: 570px;
/*	margin: 0 auto;*/
/*	position: relative;*/
}

#contact #main span.required {
	color: red;
}

#contact #main p {
	margin-bottom: 5px;
}

#contact #main div {
	margin-bottom: 15px;
}

#contact table.contact_conf {
	border:none;
	margin:15px 0;
	border-collapse:separate;
	border-spacing:1px;
}

#contact table.contact_conf th{
	width:100px;
	padding:5px;
	background:#ccc;
	color:#fff;
	font-weight:bold;
}

#contact table.contact_conf td{
	padding:5px 5px 5px 10px;
}

#contact #main div.thanks{
	margin:20px 0 50px 0;
}

