﻿/*基本領域
-----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
}
p {
	color: #5E5E5E;
	line-height: 170%;
}
.all {
	font-size: 12px;
	text-align: center;
}
.inner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	text-align: center;
}
.footer {
	text-align: center;
}

/*-- リンク指定 --*/
a:link {
	color: #0099CC;
	text-decoration: none;
	}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
p a {
	color: #0099CC;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
.contact_list .mail a:hover {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: #FFFFFF;
	background-color: #0099CC;
}
.contact_list .mail a {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
/*ヘッダー
-----------------------------------------------------*/
.header {
	text-align: center;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 35px;
}
#home .header {
	margin-bottom: 2px;
}
.header .siteid {
	padding-top: 26px;
	padding-bottom: 21px;
}

/*グローバルナビゲーション
-----------------------------------------------------*/
.gnavi {
	float: left;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.gnavi li {
	float: left;
}
.gnavi li a {
	display: block;
	height: 65px;
}
.gnavi li a span {
	display:none;
}
.gnavi .g1 a {
	background-image: url(../img/navi_home.jpg);
	width: 158px;
}
.gnavi .g2 a {
	background-image: url(../img/navi_biz_guide.jpg);
	width: 157px;
}
.gnavi .g3 a {
	background-image: url(../img/navi_sale_private.jpg);
	width: 157px;
}
.gnavi .g4 a {
	background-image: url(../img/navi_company.jpg);
	width: 156px;
}
.gnavi .g5 a {
	background-image: url(../img/navi_contact.jpg);
	width: 155px;
}
.gnavi .g6 a {
	background-image: url(../img/navi_map.jpg);
	width: 157px;
}
.gnavi .g1 a:hover {
	background-image: url(../img/navi_home_over.jpg);
	width: 158px;
}
.gnavi .g2 a:hover {
	background-image: url(../img/navi_biz_guide_over.jpg);
	width: 157px;
}
.gnavi .g3 a:hover {
	background-image: url(../img/navi_sale_private_over.jpg);
	width: 157px;
}
.gnavi .g4 a:hover {
	background-image: url(../img/navi_company_over.jpg);
	width: 156px;
}
.gnavi .g5 a:hover {
	background-image: url(../img/navi_contact_over.jpg);
	width: 155px;
}
.gnavi .g6 a:hover {
	background-image: url(../img/navi_map_over.jpg);
	width: 157px;
}
/*トピックリスト
-----------------------------------------------------*/
.topic_path {
	font-size: 10px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 940px;
	clear: both;
}
#home .topic_path {
	font-size: 10px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	width: 940px;
	margin-top: 0px;
	clear: both;
	border: none;
}
.topic_path a {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #999999;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
.topic_path a:hover {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #BFBFBF;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.topic_path .current {
	padding-right: 16px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFFFFF;
	background-color: #3F3F3F;
	border: 1px solid #3F3F3F;
}
.topic_path .line {
	display: inline-block;
}

/*
.topic_path {
	font-size: 10px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 940px;
}
.topic_path a {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #CCCCCC;
	color: #999999;
}
.topic_path span {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #CCCCCC;
}
.topic_path .current {
	color: #FFFFFF;
	background-color: #B73333;
	border: 1px solid #B73333;
}

.topic_path .space {
	display: inline-table;
	height: 10px;
	width: 11px;
	background-image: url(../img/topicpath_space_line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
*/
/*コンテンツ部
-----------------------------------------------------*/
/*カラム*/
.main_column {
	float: right;
	width: 720px;
}
.sub_column_left {
	float: left;
	width: 220px;
}
.section_column_01 {
	width: 500px;
	float: left;
}
.section_column_02 {
	width: 220px;
	float: right;
}
.section_column_03 {
	width: 360px;
	float: left;
}
.section_column_04{
	width: 360px;
	float: right;
}
/*コンテンツ内*/
h4 {
	margin-bottom: 20px;
}
.note {
	color: #C73838;
}
.main_column h2 {
	padding-bottom: 15px;
}
.main_column .lead_text_title {
	padding-bottom: 60px;
}
.main_column h3 {
	padding-bottom: 7px;
}
.main_column .lead_text_subtitle {
	padding-bottom: 37px;
}
.section_column_01 h4 {
	padding-bottom: 20px;
}
.section_column_01 p {
	padding-bottom: 20px;
}
.section_column_01 .caption {
	padding-bottom: 2px;
}
.section_wrap {
	margin-bottom: 75px;
}
.section_column_01 .note {
	padding-bottom: 0px;
}
/*会社概要*/
.dummy_lead_space {
	height: 15px;
}
.profile {
	border-collapse: collapse;
	font-size: 12px;
	color: #5E5E5E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.profile th {
	width: 170px;
	color: #5E5E5E;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.profile td, th {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.profile td {
	width: 320px;
	padding-left: 12px;
}
.profile p {
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
.main_column .map_image {
	margin-bottom: 30px;
}
/*連絡先部品*/
.contact_list {
	list-style-type: none;
	color: #5E5E5E;
}
.contact_list li {
	margin-bottom: 7px;
	padding-top: 1px;
	padding-left: 37px;
	padding-bottom: 1px;
}
.contact_list .tel {
	background-image: url(../img/icon_tel.jpg);
	background-repeat: no-repeat;
}
.contact_list .fax {
	background-image: url(../img/icon_fax.jpg);
	background-repeat: no-repeat;
}
.contact_list .mail {
	background-image: url(../img/icon_mail.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
/*交通部品*/
.access_list {
	list-style-type: none;
	color: #5E5E5E;
	padding-top: 5px;
}
.access_list li {
	margin-bottom: 9px;
	padding-left: 14px;
	background-image: url(../img/icon_circle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.address_in_contact {
	padding-bottom: 20px;
}
.logo_in_contact {
	padding-bottom: 20px;
}
/*ボタン1*/
.button1 {
	padding-left: 90px;
	margin-top: 20px;
}
.section_column_01 .button1 p {
	margin: 0px;
	padding: 0px;
	width: 320px;
	display: inline;
}
.button_assessment a {
	height: 47px;
	width: 320px;
	display: block;
	padding: 0px;
	background-image: url(../img/button_assessment_inquiry.jpg);
}
.button_assessment a:hover {
	height: 47px;
	width: 320px;
	display: block;
	background-image: url(../img/button_assessment_inquiry_over.jpg);
	padding: 0px;
}
.button_assessment span {
	display: none;
}
.button_purchase a {
	height: 47px;
	width: 320px;
	display: block;
	background-image: url(../img/button_purchase_inquiry.jpg);
	padding: 0px;
}
.button_purchase a:hover {
	height: 47px;
	width: 320px;
	display: block;
	background-image: url(../img/button_purchase_inquiry_over.jpg);
	padding: 0px;
}
.button_sale_private a {
	height: 47px;
	width: 320px;
	display: block;
	background-image: url(../img/button_sale_private_inquiry.jpg);
	padding: 0px;
}
.button_sale_private a:hover {
	height: 47px;
	width: 320px;
	display: block;
	background-image: url(../img/button_sale_private_inquiry_over.jpg);
	padding: 0px;
}
.button_purchase span {
	display: none;
}
.button_sale_private span {
	display: none;
}

.button_example a {
	height: 47px;
	width: 320px;
	display: block;
	background-image: url(../img/button_sample.jpg);
	padding: 0px;
}
.button_example a:hover {
	height: 47px;
	width: 320px;
	display: block;
	background-image: url(../img/button_sample_over.jpg);
	padding: 0px;
}
.button_example span {
	display: none;
}


/*サイドメニュー*/
.sub_column_left .guide_img {
	margin-bottom: 6px;
}
.side_guide {
	width: 186px;
	list-style-type: none;
}
.side_guide li a {
	display: block;
	width: 186px;
	height: 24px;
}
.side_guide li a span {
	display:none;
}
.side_guide .biz_guide a {
	background-image: url(../img/guide_biz.jpg);
	background-repeat: no-repeat;
}
.side_guide .biz_guide a:hover {
	background-image: url(../img/guide_biz_over.jpg);
	background-repeat: no-repeat;
}
#business .side_guide .biz_guide a {
	background-image: url(../img/guide_biz.jpg);
	background-repeat: no-repeat;
}
#business .side_guide .biz_guide a:hover {
	background-image: url(../img/guide_biz_over.jpg);
	background-repeat: no-repeat;
}
.side_guide .company_profile a {
	background-image: url(../img/guide_company_profile.jpg);
	background-repeat: no-repeat;
}
.side_guide .company_profile a:hover {
	background-image: url(../img/guide_company_profile_over.jpg);
	background-repeat: no-repeat;
}
#company_prof .side_guide .company_profile a {
	background-image: url(../img/guide_company_profile_crnt.jpg);
	background-repeat: no-repeat;
}
#company_prof .side_guide .company_profile a:hover {
	background-image: url(../img/guide_company_profile_over.jpg);
	background-repeat: no-repeat;
}
.side_guide .sale_private a {
	background-image: url(../img/guide_sale_private.jpg);
	background-repeat: no-repeat;
}
.side_guide .sale_private a:hover {
	background-image: url(../img/guide_sale_private_over.jpg);
	background-repeat: no-repeat;
}
#sale_private .side_guide .sale_private a {
	background-image: url(../img/guide_sale_private_crnt.jpg);
	background-repeat: no-repeat;
}
#sale_private .side_guide .sale_private a:hover {
	background-image: url(../img/guide_sale_private_over.jpg);
	background-repeat: no-repeat;
}
.side_guide .access_map a {
	background-image: url(../img/guide_access.jpg);
	background-repeat: no-repeat;
}
.side_guide .access_map a:hover {
	background-image: url(../img/guide_access_over.jpg);
	background-repeat: no-repeat;
}
#access .side_guide .access_map a {
	background-image: url(../img/guide_access_crnt.jpg);
	background-repeat: no-repeat;
}
#access .side_guide .access_map a:hover {
	background-image: url(../img/guide_access_over.jpg);
	background-repeat: no-repeat;
}

/*フッター
-----------------------------------------------------*/
.footer {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	clear: both;
}
.fotter_navi_wrap {
	width: 940px;
	height: 49px;
	background-image: url(../img/bg_footer_navi.jpg);
}
.footer_navi {
	float: left;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.footer_navi li {
	float: left;
}
.footer_navi li a {
	display: block;
	height: 49px;
}
.footer_navi li a span {
	display:none;
}
.footer_navi .f1 a {
	background-image: url(../img/fotter_navi_home.jpg);
	width: 74px;
}
.footer_navi .f2 a {
	background-image: url(../img/footer_navi_biz_guide.jpg);
	width: 91px;
}
.footer_navi .f3 a {
	background-image: url(../img/footer_navi_sale_private.jpg);
	width: 91px;
}
.footer_navi .f4 a {
	background-image: url(../img/footer_navi_company.jpg);
	width: 91px;
}
.footer_navi .f5 a {
	background-image: url(../img/footer_navi_contact.jpg);
	width: 117px;
}
.footer_navi .f6 a {
	background-image: url(../img/fotter_navi_personal_info.jpg);
	width: 118px;
}
.footer_navi .f7 a {
	background-image: url(../img/footer_navi_sitemap.jpg);
	width: 118px;
}
.footer_navi .f1 a:hover {
	background-image: url(../img/fotter_navi_home_over.jpg);
	width: 74px;
}
.footer_navi .f2 a:hover {
	background-image: url(../img/footer_navi_biz_guide_over.jpg);
	width: 91px;
}
.footer_navi .f3 a:hover {
	background-image: url(../img/footer_navi_sale_private_over.jpg);
	width: 91px;
}
.footer_navi .f4 a:hover {
	background-image: url(../img/footer_navi_company_over.jpg);
	width: 91px;
}
.footer_navi .f5 a:hover {
	background-image: url(../img/footer_navi_contact_over.jpg);
	width: 117px;
}
.footer_navi .f6 a:hover {
	background-image: url(../img/fotter_navi_personal_info_over.jpg);
	width: 118px;
}
.footer_navi .f7 a:hover {
	background-image: url(../img/footer_navi_sitemap_over.jpg);
	width: 118px;
}
address {
	padding-top: 18px;
	padding-bottom: 24px;
}
.copyright {
	padding-bottom: 3px;
	text-align: right;
}
/*追加分
-----------------------------------------------------*/
.column_sitemap .site_map_link {
	padding-bottom: 8px;
	background-image: url(../img/icon_triangle.jpg);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-top: 1px;
	padding-right: 1px;
}
.column_sitemap p {
	padding-left: 12px;
	padding-bottom: 35px;
}
.main_column .key_visual {
	padding-bottom: 25px;
}
.top_left {
	width: 598px;
	float: left;
}
.top_right {
	float: right;
	width: 292px;
}
.news_table {
	border-collapse: collapse;
	font-size: 12px;
	margin-left: 10px;
}
.news_table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.news_table .date {
	vertical-align: top;
	width: 60px;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 1px;
}
.news_table .catch {
	vertical-align: top;
	width: 60px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.news_table .subject {
	width: 440px;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.news_wrap {
	border: 1px solid #CCCCCC;
	overflow-x: hidden;
}
.news_caption {
	padding-bottom: 1px;
}
.top_key_visual {
	padding-bottom: 10px;
	padding-top: 0px;
}
.top_topics {
	margin-bottom: 30px;
}
.section_column_01 .image_box {
	padding: 0px;
}
.paragraph {
	margin-bottom: 50px;
}
.paragraph_init {
	margin: 0px;
	padding: 0px;
}
/*問い合わせ
-----------------------------------------------------*/
.mail_form {
	border-collapse: collapse;
	font-size: 12px;
	color: #5E5E5E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
.mail_form th {
	width: 170px;
	color: #5E5E5E;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.mail_form td, th {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.mail_form td {
	width: 320px;
	padding-left: 12px;
}
.mail_form p {
	line-height: 130%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form .submit {
	text-align: center;
	padding: 0px;
}
form .privacy_caution {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.caution {
	color: #BF0000;
	font-weight: bold;
}
.mail_input {
	text-align: center;
	padding: 10px;
}
.mail_error_form {
	border-collapse: collapse;
	font-size: 12px;
	color: #5E5E5E;
	border: none;
	margin-bottom: 10px;
}
/*
.mail_error_form th {
	width: 170px;
	color: #5E5E5E;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.mail_error_form th {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border: none;
}
*/
.mail_error_form td {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border: none;
}
.mail_error_form td {
	width: 500px;
	padding-left: 12px;
}
.mail_error_form p {
	line-height: 130%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.work_photo {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding-top: 28px;
	text-align: left;
	padding-left: 2px;
	margin-bottom: 30px;
}
.photo_box {
	display: inline-block;
	height: 145px;
	width: 145px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 28px;
	margin-left: 25px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.v_center {
	height: 145px;
	width: 145px;
	vertical-align: middle;
	text-align: center;
	float: none;
	display: table-cell;
}
.v_center a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
