@charset "UTF-8";


/*--------------------------------------------------------------
リセット
--------------------------------------------------------------*/

html, body, ul, ol, li, dl, dt, dd, table, th, td, form, input {
	margin:0;
	padding:0;
	font-family:helvetica,"メイリオ",sans-serif;
}
p, h1, h2, h3, h4, h5, h6  {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	clear:both;
}
* html .clearfix {
	height:1%;
	clear:both;
}
.clearfix {
	display:block;
	clear:both;
}

.clear {
clear:both;
}


body {
		background-color: #FFF;
		font-size:0.85em;
		line-height:1.8;
		font-weight:normal;
		color:#111;
		background-image:url(../img/bg_body_mark.jpg);
		background-position:-150px 410px;
		background-repeat:no-repeat;
				padding:0;
}


/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/




#header {
		width:100%;
		padding:0px 0px 0px 0px;
		text-align:center;
}


#header_body {
		width:960px;
		padding:20px 0px 0px 0px;
		margin:0 auto;
		height: 60px;
		position:relative;
		text-align:left;
}

#sitelogo {
		width:260px;
		height:60px;
		padding:0;
		margin:0;
		position:absolute;
		left:0;
		top:20px;
}


#tagline {
		width:210px;
		height:14px;
		padding:0;
		margin:0;
		position:absolute;
		left:280px;
		top:36px;
}






#header .tagline {
		width:220px;
		padding:0px 0 0 100px;
		margin:0;
		color: #333;
		text-align:left;
		font-weight: normal;
		font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size:14px;
		line-height:1.3;
		float:left;
}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/







#footer {
		width:100%;
		clear:both;
		text-align:left;
		padding:30px 0 30px 0;
		margin:0;
		font-size:0.9em;
		border-top:#DDD solid 1px;
}

.footer {
		width:960px;
		margin:0 auto;
		padding: 0;
		text-align:center;
		position:relative;
}



.bottomnav {
		width:960px;
		padding:0px 0px 20px 0px;
		margin:0;
		color:#CCC;
		font-size:10px;
}
.bottomnav a {
		color:#333;
		padding:0px 0px 0px 10px;
}


.bottomnav a:link {
		color:#333;
		padding:0px 0px 0px 10px;
		background-image:url(../img/arrow_submenu.gif);
		background-repeat:no-repeat;
		background-position:0 center;
}
.bottomnav a:visited {
		color:#333;
}
.bottomnav a:hover {
		color:#999;
}


.logos {
		padding:0;
		margin:0 0 20px 0;
}

.copyright {
	padding:0px 0px 10px 0px;
	clear:both;
	font-size:9px;
}

.logo_kes {
		padding:0;
		margin:0 0 0 0;
		position:absolute;
		left:0;
		top:0;
}



/*--------------------------------------------------------------
グローバルメニュー
--------------------------------------------------------------*/

#globalmenu {
		width:100%;
		padding:0px 0px 0px 0px;
		position:relative;
		height: 50px;
		text-align:center;
		background-color:#5A6070;
		-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 6px 6px rgba(0,0,0,0.3);
		-o-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-khtml-box-shadow:0px 6px 6px rgba(0,0,0,0.3);
		box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}


ul#nav {
		width:960px;
		list-style:none;
		padding:0px 0px 0px 0px;
		margin:0 auto;
		height:50px;
		overflow:hidden;
}

ul#nav li {
		height:50px;
		padding:0 0 0 0;
		margin:0;
		float:left;
		text-align:center;
		width: 120px;
}

ul#nav a
 {
	height:0;
	padding:50px 0 0 0;
	margin:0;
	display:block;
	overflow:hidden;
	float:left;
	background-image:url(../img/gnavi.gif);
	background-repeat:no-repeat;
	width: 120px;
	height:0px;
	color:#FFF;
}



ul#nav a.menu2 {
	background-position:0 0;
	width:120px;
}
ul#nav a.menu2:hover {
	background-position:0 -50px;
	width:120px;
}

/* ul#nav a.menu2 {
	background-position:-120px 0;
	width:120px;
}
ul#nav a.menu2:hover {
	background-position:-120px -50px;
	width:120px;
}  */

ul#nav a.menu3 {
	background-position:-240px 0;
	width:120px;
}
ul#nav a.menu3:hover {
	background-position:-240px -50px;
	width:120px;
}

ul#nav a.menu4 {
	background-position:-360px 0;
	width:120px;
}
ul#nav a.menu4:hover {
	background-position:-360px -50px;
	width:120px;
}

ul#nav a.menu5 {
	background-position:-480px 0;
	width:120px;
}
ul#nav a.menu5:hover {
	background-position:-480px -50px;
	width:120px;
}

ul#nav a.menu6 {
	background-position:-600px 0;
	width:120px;
}
ul#nav a.menu6:hover {
	background-position:-600px -50px;
	width:120px;
}

ul#nav a.menu7 {
	background-position:-720px 0;
	width:120px;
}
ul#nav a.menu7:hover {
	background-position:-720px -50px;
	width:120px;
}

ul#nav a.menu8 {
	background-position:-840px 0;
	width:120px;
}
ul#nav a.menu8:hover {
	background-position:-840px -50px;
	width:120px;
}






ul#nav a.menu1_active {
	background-position:0 -50px;
	width:120px;
}

ul#nav a.menu2_active {
	background-position:-120px -50px;
	width:120px;
}

ul#nav a.menu3_active {
	background-position:-240px -50px;
	width:120px;
}

ul#nav a.menu4_active {
	background-position:-360px -50px;
	width:120px;
}

ul#nav a.menu5_active {
	background-position:-480px -50px;
	width:120px;
}

ul#nav a.menu6_active {
	background-position:-600px -50px;
	width:120px;
}

ul#nav a.menu7_active {
	background-position:-720px -50px;
	width:120px;
}

ul#nav a.menu8_active {
	background-position:-840px -50px;
	width:120px;
}





/*--------------------------------------------------------------
トップページ
--------------------------------------------------------------*/






.mainimg_top {
		width:100%;
		padding:0px 0px 0px 0px;
		position:relative;
		height: 360px;
		text-align:center;
		background-image:url(../img/mainimg.jpg);
		background-repeat:no-repeat;
		background-position:center 0;
}





/*

#mainbnr {
		width:100%;
		padding:0px 0px 0px 0px;
		position:relative;
				top:360px;
		height: 180px;
		text-align:center;
		-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-o-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-khtml-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}



.columntop:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.columntop {
	display:inline-block;
	clear:both;
}
* html .columntop {
	height:1%;
	clear:both;
}
.columntop {
	display:block;
	clear:both;
}

.columntop {
		width:960px;
		clear:both;
		margin:0 0 30px 0;
		padding: 0px 0 0 0;
		font-size:0.85em;
				position:relative;
								top:500px;
}

*/

.columntop_left {
		margin:0 0 0px 0;
		padding:0 30px 0 0;
		width:300px;
		float:left;
}

.columntop_right {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:300px;
	float:right;
}


.columntop p {
	margin:0 0 10px 0;
	padding:0 0 0 0;
}


.bnr_top {
		margin:0 0 0 0;
		padding:0 0 0 0;
		display:block;
}


/*--------------------------------------------------------------
コンテンツページ
--------------------------------------------------------------*/


#mainimg_cont {
		width:100%;
		padding:0px 0px 0px 0px;
		position:relative;
		height: 240px;
		text-align:center;
		background-color: #E0E0E1;
}




.ttl_cont {
		width:960px;
		padding:95px 0px 0px 0px;
		margin:0 auto;
		height: 145px;
		text-align:left;
}

.ttlimg_news {
		background-image:url(../img/bg_ttl_news.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}
.ttlimg_product {
		background-image:url(../img/bg_ttl_product.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}

.ttlimg_tool {
		background-image:url(../img/bg_ttl_tool.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}

.ttlimg_tec {
		background-image:url(../img/bg_ttl_tech.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}

.ttlimg_profile {
		background-image:url(../img/bg_ttl_company.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}
.ttlimg_access {
		background-image:url(../img/bg_ttl_access.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}
.ttlimg_adop {
		background-image:url(../img/bg_ttl_adpotion.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}

.ttlimg_inq {
		background-image:url(../img/bg_ttl_inq.jpg);
		background-position:center 0;
		background-repeat:no-repeat;
}

#maincontainer:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#maincontainer {
	display:inline-block;
	clear:both;
}
* html #maincontainer {
	height:1%;
	clear:both;
}
#maincontainer {
	display:block;
	clear:both;
}


#maincontainer {
		width:960px;
		clear:both;
		margin:0px auto;
		padding: 30px 0 20px 0;
}


#maincontents {
		width:720px;
		float:right;
		padding:0 0px 20px 0px;
}



#subcontents {
		width:200px;
		padding: 0 0px 20px 0px;
		position:relative;
		float:left;
}



#contentsttl {
		width:700px;
		height:120px;
		padding: 0 0 20px 0;
}


/*--------------------------------------------------------------
重要なお知らせ
--------------------------------------------------------------*/

#info_important:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#info_important {
	display:inline-block;
	clear:both;
}
* html #info_important {
	height:1%;
	clear:both;
}
#info_important {
	display:block;
	clear:both;
}

#info_important {
		width:680px;
		clear:both;
		margin:0 0 20px 0;
		padding: 10px 10px 10px 10px;
		color:#FFF;
		background-image:url(../img/bg_dot_b.gif);
		background-position:0 0px;
		background-repeat:repeat;
}



#info_important dl.newslist {
		width:530px;
		padding:10px 10px 5px 140px;
		float:left;
		background-image:url(../img/mds_important.gif);
		background-position:10px 10px;
		background-repeat:no-repeat;
		background-color:#333;
}
#info_important dl.newslist dt {
	width:80px;
	padding:0px 0 0 0;
	float:left;
}
#info_important dl.newslist dd {
	width:442px;
	padding:0 0 5px 8px;
	float:left;
	background-image:url(../img/arrow_w.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
}
#info_important dl.newslist dd a {
	padding:0 0 0 0px;
		color:#FFF;
}
#info_important dl.newslist dd a:hover {
	padding:0 0 0 0px;
		color:#CCC;
}
#info_important dl.newslist dd .new {
	padding:0 0 0 5px;
		color:#CCCC66;
}
#info_important dl.newslist dd img.icon {
		vertical-align:middle;
}

/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/

#info_column:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#info_column {
	display:inline-block;
	clear:both;
}
* html #info_column {
	height:1%;
	clear:both;
}
#info_column {
	display:block;
	clear:both;
}

#info_column {
		width:960px;
		clear:both;
		margin:0 0 20px 0;
		padding: 0px;
		border-bottom:#EEE solid 1px;
}



#info_column dl.newslist {
		width:960px;
		padding:0 0 0 0;
}
#info_column dl.newslist dt {
		width:80px;
		padding:10px 10px 0 0;
		float:left;
		border-top:#EEE solid 1px;
		text-align:left;
		color:#999;
}
#info_column dl.newslist dd {
		width:870px;
		padding:10px 0 10px 0;
		float:left;
		position:relative;
		border-top:#EEE solid 1px;
}
#info_column dl.newslist dd a {
		padding:0 0 0 50px;
		background-image:url(../img/arrow_submenu.gif);
		background-position:40px 0.7em;
		background-repeat:no-repeat;
		display:inline-block;
}
#info_column dl.newslist dd a:hover {
		padding:0 0 0 50px;
		background-image:url(../img/arrow_submenu.gif);
		background-position:40px 0.7em;
		background-repeat:no-repeat;
		display:inline-block;
		color:#CCC;
}
#info_column dl.newslist dd .new {
		padding:1px 5px 3px 5px;
		margin:0 10px 0 0;
		display:inline-block;
		position:absolute;
				left:0px;
				top:15px;
		color:#FFF;
		font-size:10px;
		line-height:1;
		background-color:#2A8FBF;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-khtml-border-radius: 3px;
}









#info_column_sub:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#info_column_sub {
	display:inline-block;
	clear:both;
}
* html #info_column_sub {
	height:1%;
	clear:both;
}
#info_column_sub {
	display:block;
	clear:both;
}

#info_column_sub {
		clear:both;
		margin:0 0 20px 0;
		padding: 0px;
		border-bottom:#EEE solid 1px;
		font-size:0.85em;
}



#info_column_sub dl.newslist {
		width:200px;
		padding:0 0 0 0;
}
#info_column_sub dl.newslist dt {
	width:200px;
	padding:10px 0px 0 0;
		float:left;
		border-top:#EEE solid 1px;
		text-align:left;
		color:#999;
		float:none;
}
#info_column_sub dl.newslist dd {
		width:200px;
		padding:0px 0 10px 0;
		position:relative;
		float:none;
		line-height:1.5;
}
#info_column_sub dl.newslist dd a {
		padding:0 0 0 10px;
		background-image:url(../img/arrow_submenu.gif);
		background-position:0px 0.7em;
		background-repeat:no-repeat;
		display:inline-block;
}
#info_column_sub dl.newslist dd a:hover {
		padding:0 0 0 10px;
		background-image:url(../img/arrow_submenu.gif);
		background-position:0px 0.7em;
		background-repeat:no-repeat;
		display:inline-block;
		color:#CCC;
}
#info_column_sub dl.newslist dd .new {
		padding:1px 5px 3px 5px;
		margin:0 0px 0 0;
		display:inline-block;
		position:absolute;
				right:0px;
				top:-20px;
		color:#FFF;
		font-size:10px;
		line-height:1;
		background-color:#2A8FBF;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-khtml-border-radius: 3px;
}














#new_product:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#new_product {
	display:inline-block;
	clear:both;
}
* html #new_product {
	height:1%;
	clear:both;
}
#new_product {
	display:block;
	clear:both;
}

#new_product {
		width:720px;
		clear:both;
		margin:0 0 20px 0;
		padding: 0px;
		border-bottom:#EEE solid 1px;
}



#new_product dl.newslist {
		width:720px;
		padding:0 0 0 0;
}
#new_product dl.newslist dt {
		width:80px;
		padding:10px 10px 0 0;
		float:left;
		border-top:#EEE solid 1px;
		text-align:left;
		color:#999;
}
#new_product dl.newslist dd {
		width:630px;
		padding:10px 0 10px 0;
		float:left;
		position:relative;
		border-top:#EEE solid 1px;
}
#new_product dl.newslist dd a {
		padding:0 0 0 50px;
		background-image:url(../img/arrow_submenu.gif);
		background-position:40px 0.7em;
		background-repeat:no-repeat;
		display:inline-block;
}
#new_product dl.newslist dd a:hover {
		padding:0 0 0 50px;
		background-image:url(../img/arrow_submenu.gif);
		background-position:40px 0.7em;
		background-repeat:no-repeat;
		display:inline-block;
		color:#CCC;
}
#new_product dl.newslist dd .new {
		padding:1px 5px 3px 5px;
		margin:0 10px 0 0;
		display:inline-block;
		position:absolute;
				left:0px;
				top:15px;
		color:#FFF;
		font-size:10px;
		line-height:1;
		background-color:#2A8FBF;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-khtml-border-radius: 3px;
}






/*--------------------------------------------------------------
サブコラム
--------------------------------------------------------------*/
.ttl_submenu {
		width:200px;
		padding:0px;
		font-size:1em;
		line-height:1;
		margin:0;
		display:block;
		color:#FFF;
		letter-spacing: 0.4em;
}
.ttl_submenu a {
		width:174px;
		padding:10px 10px 10px 16px;
		margin:0;
		display:block;
		background-color:#5B6171;
		color:#FFF;
		background-image:url(../img/cap_subnavi_ttl.gif);
		background-repeat:no-repeat;
		background-position:left center;
}
.ttl_submenu_nolink {
		width:174px;
		padding:10px 10px 10px 16px;
		font-size:1em;
		line-height:1;
		margin:0;
		display:block;
		background-color:#5B6171;
		color:#FFF;
		background-image:url(../img/cap_subnavi_ttl.gif);
		background-repeat:no-repeat;
		background-position:left center;
}


ul.submenu {
		width:198px;
		padding:0px;
		font-size:0.85em;
		line-height:1.4;
		margin:0 0 20px 0;
		border-bottom:#E2E2E2 solid 1px;
		border-left:#E2E2E2 solid 1px;
		border-right:#E2E2E2 solid 1px;
		list-style:none;
}

ul.submenu li {
		padding:0px;
		margin:0;
		border-top:#E2E2E2 solid 1px;
		color:#595F71;
}

 ul.submenu li a {
		padding:5px 15px 5px 25px;
		margin:0;
		display:block;
		background-color:#F4F2F5;
		color:#595F71;
		background-image:url(../img/arrow_submenu.gif);
		background-repeat:no-repeat;
		background-position:15px center;
}

 ul.submenu li a:hover {
		padding:5px 15px 5px 25px;
		margin:0;
		display:block;
		color:#595F71;
		background-image:url(../img/arrow_submenu.gif);
		background-repeat:no-repeat;
		background-position:15px center;
}


 ul.submenu li a.active {
		padding:5px 15px 5px 25px;
		margin:0;
		display:block;
		background-color:#E6E4E7;
		color:#595F71;
		background-image:url(../img/arrow_submenu.gif);
		background-repeat:no-repeat;
		background-position:15px center;
}



ul.submenu_sub {
		width:198px;
		padding:0;
		margin:0;
		list-style:none;
		border-top:#E2E2E2 solid 0px;
		line-height:1.4;
}

ul.submenu_sub li {
		padding:0px;
		margin:0;
		border-top:#E2E2E2 solid 0px;
		color:#595F71;
}

 ul.submenu_sub li a {
		padding:3px 15px 3px 35px;
		margin:0;
		display:block;
		color:#595F71;
		background-image:url(../img/arrow_submenu2.gif);
		background-repeat:no-repeat;
		background-position:25px center;
		background-color:#F4F2F5;
}

 ul.submenu_sub li a:hover {
		padding:3px 15px 3px 35px;
		margin:0;
		display:block;
		color:#595F71;
		background-image:url(../img/arrow_submenu2.gif);
		background-repeat:no-repeat;
		background-position:25px center;
}


 ul.submenu_sub li a.active {
		padding:3px 15px 3px 35px;
		margin:0;
		display:block;
		color:#595F71;
		background-image:url(../img/arrow_submenu2.gif);
		background-repeat:no-repeat;
		background-position:25px center;
}




ul.menu_dwnld {
		width:198px;
		padding:0px;
		font-size:0.80em;
		margin:0 0 20px 0;
		border-top:#E2E2E2 solid 1px;
		border-left:#E2E2E2 solid 1px;
		border-right:#E2E2E2 solid 1px;
		list-style:none;
		line-height:1.4;
}

ul.menu_dwnld li {
		padding:0px;
		margin:0;
		border-bottom:#E2E2E2 solid 1px;
		color:#595F71;
}

 ul.menu_dwnld li a {
		padding:7px 25px 7px 10px;
		margin:0;
		display:block;
		background-color:#F4F2F5;
		color:#595F71;
		background-image:url(../img/icon_pdf.gif);
		background-repeat:no-repeat;
		background-position:175px center;
}

 ul.menu_dwnld li a:hover {
		padding:7px 25px 7px 10px;
		margin:0;
		display:block;
		color:#595F71;
		background-image:url(../img/icon_pdf.gif);
		background-repeat:no-repeat;
		background-position:175px center;
}








/*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/

div#breadcrumb {
		width:100%;
		height:30px;
		overflow:hidden;
		padding:0 0 0px 0;
		margin:0;
		list-style:none;
		font-size:10px;
		line-height:1.2;
		background-color: #474C59;
		color:#FFFFFF;
}


ul#breadcrumb {
		width:960px;
		height:30px;
		overflow:hidden;
		padding:0 0 0px 0;
		margin:0 auto;
		list-style:none;
		font-size:10px;
		line-height:1.2;
	background-image:url(../img/bg_bread.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
}

ul#breadcrumb li {
		padding:8px 5px 0 0px;
		margin:0 6px 0 0;
		float:left;
		text-align:left;
}
ul#breadcrumb li a {
	padding:0 20px 0 0px;
	margin:0;
	display:inline-block;
	background-image:url(../img/arrow_bread.gif);
	background-repeat:no-repeat;
	background-position:right center;
	color:#FFF;
	text-decoration:underline;
		font-size:10px;
		line-height:1.2;
}

ul#breadcrumb li a:visited {
	color:#FFF;
	text-decoration:underline;
}

ul#breadcrumb li a:hover {
	color:#CCC;
	text-decoration:underline;
}







/*--------------------------------------------------------------
製品紹介
--------------------------------------------------------------*/


.item_list {
		margin:0 0 0px 0;
		padding:0 0 0 0;
		width:720px;
		clear:both;
		font-size:0.85em;
}


.item_left {
		margin:0 0 20px 0;
		padding:0;
		width:350px;
		float:left;
}

.item_right {
		margin:0 0 20px 0;
		padding:0;
		width:350px;
		float:right;
}


.thumb {
		margin:10px 0 10px 0;
		padding:0 0 0 0;
		display:block;
}



.product_list {
		margin:0 0 0px 0;
		padding:0 0 0 0;
		width:720px;
		clear:both;
}

.product_left {
		margin:0 0 20px 0;
		padding:0 20px 0 0;
		width:165px;
		float:left;
}

.product_right {
		margin:0 0 20px 0;
		padding:0 0 0 0;
		width:165px;
		float:right;
}

.product_list .img_product {
		margin:0 0 10px 0;
		padding:0 0 0 0;
		display:block;
}




.product_left_tri {
		margin:0 0 20px 0;
		padding:0 15px 0 0;
		width:230px;
		float:left;
}

.product_right_tri {
		margin:0 0 20px 0;
		padding:0 0 0 0;
		width:230px;
		float:right;
}








/*--------------------------------------------------------------
ミズホテクノロジー
--------------------------------------------------------------*/





.column_tec:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.column_tec {
	display:inline-block;
	clear:both;
}
* html .column_tec {
	height:1%;
	clear:both;
}
.column_tec {
	display:block;
	clear:both;
}

.column_tec {
		width:960px;
		clear:both;
		margin:0 0 0px 0;
		padding:20px 0 0 0;
		font-size:1em;
		line-height:2;
}

.column_tec p {
		margin:0 0 20px 0;
		padding:0 0 0 0;
}

.column_tec dl {
}


.column_tec_main {
		width:620px;
		margin:0 0 0 0;
		padding:0 0 0 0;
				float:left;
}
.column_tec_sub {
		width:320px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:right;
		text-align:right;
}

.column_tec_sub img {
		margin:0 0 100px 0;
		padding:0 0 0 0;
}


/*--------------------------------------------------------------
ツールサービス
--------------------------------------------------------------*/


#tool_body {
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:720px;
		clear:both;
		font-size:1em;
		line-height:2;
}

#tool_body p {
		margin:0 0 20px 0;
		padding:0 0 0 0;
}


#tool_body p.note {
		font-size:10px;
		line-height:1.5em;
		text-align:left;
		margin: 0 0 10px 0;
		padding:0 0 0 1em;
		clear: both;
		text-indent:-1em;
}


#tool_body .mds {
		padding:0px 0px 0px 0px;
		margin-bottom:20px;
		clear: both;
		font-weight: bold;
		line-height: 1.6;
		font-size: 1.4em;
		color: #595F70;
}




.column_tool:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.column_tool {
	display:inline-block;
	clear:both;
}
* html .column_tool {
	height:1%;
	clear:both;
}
.column_tool {
	display:block;
	clear:both;
}


.column_tool {
		width:720px;
		clear:both;
		margin:0 0 30px 0;
		padding: 0px;
}




.column_tool_left {
		margin:0 0 0px 0;
		padding:0 0 0 0;
		width:480px;
		float:left;
}

.column_tool_right {
	margin:0 0 0px 0;
	padding:0 0 0 0;
	width:480px;
	float:right;
}

.img_tool_main {
		margin:0 0 20px 0;
		padding:0 0 0 0;
}

.img_tool_right {
		margin:0 0 0px 0;
		padding:0 0 0 0;
		width:200px;
		float:right;
}







/*--------------------------------------------------------------
アクセス
--------------------------------------------------------------*/

.branch:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.branch {
	display:inline-block;
	clear:both;
}
* html .branch {
	height:1%;
	clear:both;
}
.branch {
	display:block;
	clear:both;
}


.branch {
		width:960px;
		clear:both;
		margin:0 0 30px 0;
		padding: 0px;
		font-size:0.85em;
}


.branch p {
		margin:0 0 20px 0;
		padding: 0px;
}


.branch_left {
		margin:0 0 0 0;
		padding:0 20px 0 0;
		width:225px;
		float:left;
}

.branch_right {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:225px;
	float:right;
}







/*--------------------------------------------------------------
会社案内
--------------------------------------------------------------*/



.column_greeting:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.column_greeting {
	display:inline-block;
	clear:both;
}
* html .column_greeting {
	height:1%;
	clear:both;
}
.column_greeting {
	display:block;
	clear:both;
}


.column_greeting {
		width:720px;
		clear:both;
		margin:0 0 30px 0;
		padding: 0px;
}




.column_greeting_left {
		margin:0 0 0px 0;
		padding:0 0 0 0;
		width:480px;
		float:left;
}

.column_greeting_right {
	margin:0 0 0px 0;
	padding:0 0 0 0;
	width:480px;
	float:right;
}


.img_greeting_right {
		margin:0 0 0px 0;
		padding:0 0 0 0;
		width:200px;
		float:right;
}


.img_greeting_right img {
		margin:0 0 10px 0;
		padding:0 0 0 0;
}





/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/

#inquiry {
	padding:0;
}

#inquiry p {
		margin-bottom:10px;
}



.hissu {
	font-weight:normal;
	padding:0 5px 0 5px;
}




ul.inq_step {
	width:696px;
	height:34px;
	line-height:1;
	font-size:12px;
	padding:1px 1px 1px 1px;
	margin-bottom:20px;
	list-style:none;
		border:#DDD solid 1px;
}

ul.inq_step li {
	width:210px;
	padding:10px;
	margin:1px;
	text-align:center;
	float:left;
	background-color:#EEE;
}


ul.inq_step li.current {
		color:#FFF;
}

p.form_btns {
		margin:0 0 20px 0;
				text-align:center;
}


a.btn_form {
		margin:0 4px;
		width:188px;
		display:inline-block;
}

.errorbox h3,
.errorbox p
 {
		margin: 0 0 10px 0;
}
.errorMsg,
.error
 {
		font-size:0.85em;
		color:#17913A;
}

.thanks_msg
 {
		font-size:1.2em;
		color:#17913A;
}

/*--------------------------------------------------------------
サイトマップ
--------------------------------------------------------------*/



.column_sitemap:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.column_sitemap {
	display:inline-block;
	clear:both;
}
* html .column_sitemap {
	height:1%;
	clear:both;
}
.column_sitemap {
	display:block;
	clear:both;
}


.column_sitemap {
		width:960px;
		clear:both;
		margin:0 0 0px 0;
		padding: 0px;
}



dl.dl_sitemap:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.dl_sitemap {
	display:inline-block;
	clear:both;
}
* html dl.dl_sitemap {
	height:1%;
	clear:both;
}
dl.dl_sitemap {
	display:block;
	clear:both;
}


dl.dl_sitemap {
		padding:0px 0px 0px 0px;
		margin-bottom: 20px;
		line-height:1.4;
}
dl.dl_sitemap dt {
	padding:20px 10px 0px 0px;
	width:200px;
	float:left;
		border-top:#DDD dotted 1px;
}

dl.dl_sitemap dd {
	padding:20px 0px 15px 0px;
	width:750px;
	float:left;
		border-top:#DDD dotted 1px;
}








/*--------------------------------------------------------------
ミズホテクノロジー
--------------------------------------------------------------*/

dl.dl_tech:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.dl_tech {
	display:inline-block;
	clear:both;
}
* html dl.dl_tech {
	height:1%;
	clear:both;
}
dl.dl_tech {
	display:block;
	clear:both;
		width:620px;
}


dl.dl_tech {
		padding:0px 0px 0px 0px;
		margin-bottom: 20px;
}
dl.dl_tech dt {
	padding:0px 0px 0px 0px;
	width:400px;
	float:left;
}

dl.dl_tech dd {
	padding:0px 0px 10px 0px;
	width:200px;
	float:left;
	margin-left: 30.5em;
}






/*--------------------------------------------------------------
メインイメージ
--------------------------------------------------------------*/


#header_top {
		width:100%;
		padding:0px 0px 0px 0px;
		text-align:center;
		position:absolute;
		top:0px;
}


#globalmenu_top {
		width:100%;
		padding:0px 0px 0px 0px;
		position:absolute;
				top:80px;
		height: 50px;
		text-align:center;
		background-color:#5A6070;
		-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 6px 6px rgba(0,0,0,0.3);
		-o-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-khtml-box-shadow:0px 6px 6px rgba(0,0,0,0.3);
		box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}

#mainbnr {
		width:100%;
		padding:0px 0px 0px 0px;
		position:relative;
				top:490px;
		height: 180px;
		text-align:center;
		-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-o-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-khtml-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}

#mainimg {
		width:100%;
		padding:0px 0px 0px 0px;
		position:absolute;
		top:130px;
		height: 360px;
		z-index:0;
		text-align:center;
		-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-o-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		-khtml-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		box-shadow:0px 0px 6px rgba(0,0,0,0.3);
		background-image:url(../img/bg_mainimg.jpg);
		background-repeat:repeat-x;
		background-position:center top;
				overflow:hidden;
}




#readtop {
		width:500px;
		height:320px;
		margin:0 0 0 -30px;
		padding: 0 0 0 0;
		display:block;
		position:absolute;
		top:170px;
		left:50%;
		z-index:2000;
}


.columntop:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.columntop {
	display:inline-block;
	clear:both;
}
* html .columntop {
	height:1%;
	clear:both;
}
.columntop {
	display:block;
	clear:both;
}

.columntop {
		width:960px;
		clear:both;
		margin:0 0 30px 0;
		padding: 0px 0 0 0;
		font-size:0.85em;
				position:relative;
								top:490px;
}



#footer_top {
		width:100%;
		clear:both;
		text-align:left;
		padding:30px 0 30px 0;
		margin:0;
		font-size:0.9em;
		border-top:#DDD solid 1px;
				position:relative;
								top:490px;
}
