@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
}
#wrapper {
	text-align: center;
}



a:link    {
	color : #336699;
	text-decoration : none;
}
a:visited {
	color : #336699;
	text-decoration : none;
}
a:hover   {
	color : #669900;
	text-decoration : underline;
}
a:active  {
	color : #336699;
	text-decoration : underline;
}

/* ------------------------------
 Index & Base
------------------------------ */

#wrapper #header {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
	height: 38px;
	text-align: left;
}
* html #wrapper #header {	
	height: 58px;
}

#wrapper #header .logo {
	float: left;
}

#wrapper #header .logo2 {
	float: right;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper .header_smenu .smenu {
	list-style-type: none;
}
#wrapper .header_smenu .smenu li {
	display: inline;
}
#wrapper .header_smenu {
	position: absolute;
	left: 363px;
	top: 58px;
	width: 500px;
}
#wrapper .solution_menu {
	background-color: #222222;
	margin-bottom: 10px;
}
#wrapper .solution_menu .menu {
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper .solution_menu .menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper .solution_box {
	background-color: #FFFFFF;
	height: 124px;
	width: 534px;
	position: absolute;
	top: 134px;
	padding-top: 20px;
	padding-left: 20px;
	left: 0;
}

* html #wrapper .solution_box {
	height: 144px;
	width: 554px;
	
}

#wrapper .solution_box .solution_bn_02 {
	margin-top: 13px;
	margin-bottom: 23px;
}

#wrapper #container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#wrapper #container #contents {
	width: 600px;
	float: left;
}
#wrapper #container #contents .index_bn {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#wrapper #container #contents .news {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#wrapper #container #contents_index {
	width: 600px;
	float: left;
}
#wrapper #container #contents_index .index_bn {
	margin-left: 7px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#wrapper #container #contents_index .news {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#wrapper #container #sidemenu {
	float: right;
	margin-bottom: 20px;
}
#wrapper #container #sidemenu .bn {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrapper .main_img {
	background-image: url(http://www.kamata.co.jp/img/index/index_main.jpg);
	background-repeat: repeat-x;
	height: 300px;
	background-position: center;
	clear: both;
}
#wrapper #footer {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	text-align: left;
}
#wrapper #footer .footer_menu {
	list-style-type: none;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 10px;
	float: right;
}

#wrapper #footer .footer_menu li {
	display: inline;
	margin-right: 7px;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#wrapper #footer .footer_menu .line_clear {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #footer .logo3 {
	margin-bottom: 7px;
}
p {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.7em;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

dl {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	margin-bottom: 5px;
}
dt {
	display: inline;
	float: left;
}

.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.float_left {
	float: left;
	margin-top: 6px;
}
.float_right_border {
	padding: 3px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}
.float_right_0 {
	float: right;
}
.float_left_0 {
	float: left;
}
.float_left2 {
	float: left;
	margin-right: 24px;
}
.float_left_3 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-top: 6px;
}

.right_clear {
	clear: both;
}
.left_clear {
	clear: left;
}
.index_center_bn {
	margin: 0px;
}

.p_line_01 {
	padding-top: 15px;
	margin-left: 20px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px dotted #CCCCCC;
	margin-right: 20px;
	padding-right: 0px;
}
.p_line_02 {
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
}


/* ------------------------------
 Other
------------------------------ */

#wrapper .solution_other_box {
	background-color: #FFFFFF;
	height: 35px;
	width: 534px;
	position: absolute;
	top: 158px;
	padding-top: 15px;
	padding-left: 20px;
	left: 0px;
}
* html #wrapper .solution_other_box {
	height: 50px;
	width: 554px;
}
#wrapper #header .solution_other_box .solution_other_bn_02 {
	margin-left: 26px;
}
#wrapper .company_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/company_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .cleanbooth_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/cleanbooth_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .deliver_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/deliver_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .maintenance_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/maintenance_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .person_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/person_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .pressure_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/pressure_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .products_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/products_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .recruit_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/recruit_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .solution_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/solution_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
#wrapper .surface_main_img {
	background-image: url(http://www.kamata.co.jp/img/contents_main/surface_main.jpg);
	background-repeat: repeat-x;
	height: 150px;
	
	background-position: center;
	clear: both;
}
h2 {
	margin-bottom: 20px;
	text-align: left;
}
h3 {
	background-image: url(http://www.kamata.co.jp/img/index/txt_bar.jpg);
	height: 19px;
	width: 543px;
	padding-top: 9px;
	padding-left: 37px;
	padding-right: 20px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}
* html h3 {
	background-image: url(http://www.kamata.co.jp/img/index/txt_bar.jpg);
	height: 28px;
	width: 600px;
}
h4 {
	background-image: url(http://www.kamata.co.jp/img/index/txt_bar2.jpg);
	height: 19px;
	width: 543px;
	padding-top: 9px;
	padding-left: 37px;
	padding-right: 20px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: left;
	clear: both;
}
* html h4 {
	background-image: url(http://www.kamata.co.jp/img/index/txt_bar2.jpg);
	height: 28px;
	width: 600px;
}
h5 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	display: block;
	margin-right: 20px;
	padding-left: 15px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	margin-left: 19px;
	background-color: #F0EFE2;
	text-align: left;
}

table {
	margin-bottom: 24px;
	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;
	font-size: 12px;
	margin-left: 20px;
}
td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.6em;
	padding-right: 20px;
}
#wrapper #container #sidemenu .side_main_menu {
	margin-bottom: 24px;
	list-style-type: none;
	text-align: left;
}
#wrapper #container #sidemenu .side_main_menu li {
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	height: auto;
	line-height: 1.2em;
}

#wrapper #pankuzu {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 20px;
	text-align: left;
}
#wrapper #container #sidemenu .side_other_menu {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 12px;
	list-style-type: none;
	margin-bottom: 24px;
	list-style-image: url(http://www.kamata.co.jp/img/index/side_menu_mark.gif);
	list-style-position: outside;
}
#wrapper #container #sidemenu .side_other_menu li {
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	margin-left: 20px;
	line-height: 1.2em;
}
#wrapper #container #sidemenu .side_other_menu2 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 12px;
}
#wrapper #container #sidemenu .side_other_menu2 li {
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	margin-left: 20px;
	list-style-position: outside;
	display: list-item;
	list-style-image: url(http://www.kamata.co.jp/img/index/side_menu_mark.gif);
	line-height: 1.2em;
}
.underline {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 7px;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #669900;
	padding-top: 10px;
	color: #669900;
	margin-bottom: 7px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}
.list_line {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 120px;
	padding-bottom: 15px;
}
.pagetop {
	padding-bottom: 15px;
	clear: both;
}
.clear {
	clear: both;
}

.company_03_box {
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #F0EFE2;
}
strong {
	display: block;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 12px;
	margin-bottom: 10px;
}
.contents_08_box {
	padding-left: 18px;
}
.recruit_01_float_right {
	float: right;
	width: 430px;
	margin-top: 7px;
}
.recruit_name {
	background-image: none;
	color: #000000;
	width: auto;
	border: 1px dotted #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.recruit_title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	border-left-width: 3px;
	border-left-color: #CCCC99;
	margin-left: 0px;
}
.recruit_txt {
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.recruit_line {
	clear: both;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
}
.voice {
	margin-top: 0px;
	border-right-style: none;
	border-left-style: none;
}
.voice_title {
	margin-bottom: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
.pressure_table {
	border-right-style: none;
}
.pressure_table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.pressure_table2 {
	border-right-style: none;
}
.pressure_table2 td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}
.pressure_ex_box {
	background-color: #F7F7F7;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.6em;
}
.normal {
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.normal_under {
	font-weight: bold;
	display: inline;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	color: #669900;
}
.cleanbooth_table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	padding-right: 7px;
	padding-left: 7px;
}
.cleanbooth_table {
	border-right-style: none;
}
.person_table {
	border-right-style: none;
}
.person_table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}
.person_table2 {
	border-right-style: none;
}
.person_table2 td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	margin: 0px;
	padding-right: 6px;
	padding-left: 6px;
}
.surface_box {
	padding: 20px;
	border: 1px solid #CCCCCC;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 20px;
}
.surface_title {
	background-image: none;
	color: #000000;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	font-weight: bold;
	width: auto;
	padding-bottom: 5px;
	background-color: #E5EEDD;
}
.surface_box2 {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.line_01 {
	clear: both;
}
.list_01 {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-color: #669900;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.float_left_u20 {
	float: left;
	padding-bottom: 20px;
	margin-right: 20px;
}
#wrapper #container #contents .list_line .float_left2 {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.table_0 {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 20px;
}

.img_box {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
.recruit_index_box {
	background-color: #F0EFE2;
	padding: 20px;
	border: 1px solid #CCCC99;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.6em;
}
.recruit_index_box2 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 2.4em;
	text-align: center;
	padding: 30px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
#wrapper #container #contents .float_left {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
.b_zero {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #container #contents .b_zero img {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#wrapper #container #contents .b_zero td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper #container #contents .center img {
	padding: 3px;
	margin-bottom: 20px;
	border: 1px none #CCCCCC;
}
#wrapper #container #contents .person_table img {
	padding: 3px;
	margin: 5px;
	border: 1px none #CCCCCC;
}
h6 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 20px;
	background-color: #F1FBFC;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 55px;
	background-image: url(http://www.kamata.co.jp/img/index/yajirushi.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.img_border {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.pp {
	clear: both;
	height: 134px;
}
.table_sitemap {
	border-right-style: none;
	border-left-style: none;
}
#wrapper #container #contents .table_sitemap td {
	border-right-style: none;
	border-left-style: none;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.table_b10 {
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper #container #contents .table_b10 td {
	font-size: 12px;
}
.img_border_20 {
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.td_center {
	text-align: center;
}
.table_0 td {
	text-align: center;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cb07 {
	height: 310px;
}
.table_photoalbum {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.table_photoalbum td {
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.solution_sub {
	list-style-type: none;
}
.solution_sub_number {
	list-style-type: decimal;
	list-style-position: inside;
}
.map_back {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F7F7F7;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.tel {
	margin-bottom: 20px;
}
.nes {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 9px;
	font-weight: bold;
	color: #006699;
	background-color: #E2EBEF;
	padding: 1px;
	border: 1px solid #006699;
	line-height: 1em;
	font-style: normal;
	margin-left: 5px;
}
.form_table table {
	margin: 0px;
	padding: 0px;
}

.form_table td {
	margin: 0px;
	padding: 0px;
	text-indent: 6px;
}
.yajirusi {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}
.side_other_menu_solution2 {
	margin-bottom: 5px;
}

.index_text{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	line-height: 1.7em;
	margin-bottom: 15px;
	background-image: url(../img/index/text_back.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 75px;
}

* html .index_text{
	height: 90px;
}


#wrapper .footer_link {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#wrapper .footer_link ul {
	list-style-type: none;
	text-align: center;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 5px;
}
#wrapper .footer_link li {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-bottom: 5px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.1em;
	display: block;
	padding-top: 1px;
}
#wrapper .footer_link .noborder {
	border-right-width: 0px;
	border-right-style: none;
}


/* 100% */
*:first-child+html p { font-size: small; }
* html p { font-size: x-small; }

*:first-child+html dl { font-size: small; }
* html dl { font-size: x-small; }

*:first-child+html h3 { font-size: small; }
* html h3 { font-size: x-small; }

*:first-child+html h4 { font-size: small; }
* html h4 { font-size: x-small; }

*:first-child+html table { font-size: small; }
* html table { font-size: x-small; }

*:first-child+html td { font-size: small; }
* html td { font-size: x-smalll; }

*:first-child+html #wrapper #container #sidemenu .side_other_menu { font-size: small; }
* html #wrapper #container #sidemenu .side_other_menu { font-size: x-small; }

*:first-child+html #wrapper #container #sidemenu .side_other_menu2 { font-size: small; }
* html #wrapper #container #sidemenu .side_other_menu2 { font-size: x-small; }

*:first-child+html .underline { font-size: small; }
* html .underline { font-size: x-small; }

*:first-child+html h5 { font-size: small; }
* html h5 { font-size: x-small; }

*:first-child+html .voice_title { font-size: small; }
* html .voice_title { font-size: x-small; }

*:first-child+html .pressure_table2 td { font-size: small; }
* html .pressure_table2 td { font-size: x-small; }

*:first-child+html .pressure_ex_box { font-size: small; }
* html .pressure_ex_box { font-size: x-small; }

*:first-child+html .person_table td { font-size: small; }
* html .person_table td { font-size: x-small; }

*:first-child+html .person_table2 td { font-size: small; }
* html .person_table2 td { font-size: x-small; }

*:first-child+html .surface_box { font-size: small; }
* html .surface_box { font-size: x-small; }

*:first-child+html .recruit_index_box { font-size: small; }
* html .recruit_index_box { font-size: x-small; }

*:first-child+html .recruit_index_box2 { font-size: small; }
* html .recruit_index_box2 { font-size: x-small; }

*:first-child+html h6 { font-size: small; }
* html h6 { font-size: x-small; }

*:first-child+html .map_back { font-size: small; }
* html .map_back { font-size: x-small; }

*:first-child+html #wrapper #container #contents .table_sitemap td { font-size: small; }
* html #wrapper #container #contents .table_sitemap td { font-size: x-small; }

*:first-child+html #wrapper #container #contents .table_b10 td { font-size: small; }
* html #wrapper #container #contents .table_b10 td { font-size: x-small; }
#sub_menu {
	clear: both;
	width: 830px;
	height: 30px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
#sub_menu .sub_img {
	float: left;
	height: 30px;
	width: 80px;
}
#sub_menu .sub_menu_u {
	list-style-type: none;
	width: 728px;
	float: right;
}
#sub_menu .sub_menu_u li {
	float: left;
	background-image: url(../img/index/sub_menu_line.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 13px;
	padding-right: 13px;
	height: 30px;
	font-size: 0px;
	line-height: 0px;

}
#sub_menu .sub_menu_u img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 13px;
	margin-top: 9px;
}
#sub_menu .sub_menu_u .none {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
}
#wrapper #container #contents .person_table2 .bold {
	font-weight: bold;
}
.report_midashi {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.5em;
	padding: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	border: 1px dotted #999999;
	background-color: #F2F2F2;
}


/* お客様取材記（report）のスタイル */
.report_list {
	list-style-type: none;
	background-color: #E5EEDD;
	margin-bottom: 30px;
	border: 1px dotted #CCCCCC;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.report_list li {
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
}
.report_h6 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F1FBFC;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 55px;
	background-image: url(http://www.kamata.co.jp/img/index/yajirushi.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-right: 0px;
	margin-left: 0px;
}.margin20 {
	margin-bottom: 20px;
}
.footer_tel {
	background-image: url(../img/index/footer_tel.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 600px;
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
}
.footer_tel ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer_tel li {
	float: right;
	padding-top: 43px;
}
.footer_tel img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #container #sidemenu .kensaku .saerchBox {
	height: 23px;
	background-color: #f4f4f4;
	margin: 0px;
	width: 155px;
	text-indent: 0px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #CCCCCC;
}
#wrapper #container #sidemenu .kensaku {
	margin: 0px;
	padding: 0px;
}
#wrapper #container #sidemenu .kensaku table {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 202px;
}
#wrapper #container #sidemenu .kensaku td {
	margin: 0px;
	padding: 00px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #container #sidemenu .kensaku tr {
	margin: 0px;
	padding: 0px;
}
#wrapper #container #sidemenu .kensaku input {
	margin: 0px;
	padding: 0px;
}
#cse-search-results {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.solution_list_h3 {
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
}