

/*
 * Base
 */
 
  
* { margin:0px; padding:0px;}


html {
    font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;color:#663333;
	font-size:13px;
	color:#333;

}

body {
	background-color:#fff;
	min-height:800px;
	background-image:url(../img/bg01.jpg);
	background-repeat:repeat;
	width:100%;
	font-size:14px;
	line-height:30px;
}



.red{color:#F00; font-weight:bold;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


.clear{ clear:both;}


#header{
	width:850px;
	height:50px;
	margin:30px auto;
	padding:0px auto;
}

#logo{
	float:left;
	width:350px;
	}
#header_rgt{
	float:right;
	width:230px;
	font-size:13px;
	color:#096;
	text-align:right;
		}

#nav_menu{
	clear:both;
	width:100%;
	height:36px;
	background-image:url(../images/menu_bar.png);
	background-repeat:repeat;
}
#menu_list{
	width:850px;
	margin:0px auto;
	padding:0px auto;
	}
ul#menu{
	list-style:outside none none;
	display:block;
	padding-top:10px;
	}
ul#menu li{
	float:left;
	color:#FFF !important;
	font-weight:bold;
	margin-right:40px;
	font-size:14px;
	line-height:14px;
	}

ul#menu li a{ text-decoration:none; color:#FFF; }
ul#menu li a:hover { text-decoration:none; color:#060; }
	

#contents{
	width:850px;
	margin:0px auto;
	padding:0px auto;
}


#sub_menu{
	
	}

#sub_menu_list{
	list-style:outside none none;
	display:block;
	padding-top:8px;
	
	}
	
#sub_menu_list li{
	float:left;
	width:200px;
	margin-right:18px;
	border-width:1pt;
	border-right-style:dotted ;
　	border-color:#999;
	color:#333;
	font-size:13px;
	line-height:170%;
　	
	
	}

#footer{
	margin-top:40px;
	width:100%;
	height:206px;
	background-image:url(../images/footer_bar.png);
	background-repeat:repeat;
	
	}

#footer_cnt{
	width:850px;
	margin:0px auto;
	padding:0px auto;
	
	}
#footer_menu{
	height:37px;
	}
ul#footer_menu_list{
	list-style:outside none none;
	display:block;
	padding-top:15px;
	}
ul#footer_menu_list li{
	float:left;
	color:#333;
	font-size:14px;
	padding-right:20px;
	margin-right:20px;
	border-width:1pt;
	border-right-style:solid;
　	border-color:#999;
	
	}

ul#footer_menu_list li a{ text-decoration:none; color:#333; }
ul#footer_menu_list li a:hover { text-decoration:none; color:#369; }

#footer_info{
	margin-top:25px;
	float:right;
	text-align:right;
	font-size:13px;
	color:#333;
	line-height:170%;
	}
	
	
	
#title_bar{
	margin-top:40px;
	margin-bottom:40px;
	height:64px;
	background-image:url(../images/page_title_bar.png);
	background-repeat:no-repeat;
	
	}
	


#title_bar h1{
	font-size:17px;
	line-height:17px;
	color:#FFF;
	margin:0px 0px 0px 10px;
	padding:7px 0px 0px 0px;
	}

#title_bar p{
	font-size:12px;
	line-height:12px;
	color:#333;
	margin:10px 0px 0px 10px;
	padding:7px 0px 0px 0px;
	}
	

#title_bar2{
	margin-top:40px;
	margin-bottom:40px;
	height:64px;
	background-image:url(../images/page_title_bar2.png);
	background-repeat:no-repeat;
	
	}
	


#title_bar2 h1{
	font-size:17px;
	line-height:17px;
	color:#FFF;
	margin:0px 0px 0px 10px;
	padding:7px 0px 0px 0px;
	}

#title_bar2 p{
	font-size:12px;
	line-height:12px;
	color:#333;
	margin:10px 0px 0px 10px;
	padding:7px 0px 0px 0px;
	}
	
	
/* company */

.company_info_box{
	width:392px;
	height:420px;
	background-image:url(../images/about_box_bg.png);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:40px;
	
	}

.company_info_box h2{
	height:20px;
	margin:40px 0px 0px 30px;
	padding:0px 0px 0px 25px;
	font-size:18px;
	line-height:18px;
	color:#009183;
	background-image:url(../images/about_icon01.png);
	background-repeat:no-repeat;
}


.company_info_box p{
	margin:20px 0px 0px 30px;
	
}
	
	


/* products */

#products_intro{
	
	}
#products_intro_img{
	float:left;
	width:auto;
	margin-right:40px;
	
	
	}
#products_intro_txt{
	float:left;
	width:510px;
	
	}
#products_intro_txt h2{
	border-left:#00A99D 5px solid;
	height:17px;
	font-size:16px;
	line-height:16px;
	padding:4px 0px 0px 5px;
	margin-top:10px;
	margin-bottom:20px;
	
}

ul#products_list{
	margin-top:40px;
	list-style:none;
	display:block;

}

ul#products_list li{
	float:left;
	
	margin:0px 10px 40px;
	
	
	}

#products_list h4{
	font-size:14px;
	line-height:18px;
	color:#00A99D;
	margin-top:5px;
	}

#products_list h4 span{
	font-size:12px;
	line-height:18px;
	color:#666;
	
	}

.products_detail{
	 width:625px;
	 display:none;
	 margin:0px 25px 30px;
}

.products_detail h3{
	color:#00A99D;
	font-size:21px;
	line-height:21px;
	height:48px;
	border-left:#00A99D solid 5px;
	margin-bottom:25px;
	margin-top:20px;
	padding-left:10px;
	
}

.products_detail h3 span{
	font-size:14px;
	line-height:16px;
	color:#666;
	
}

/* products */

#applications_intro{
	width:630px;
	padding:0px 110px 20px;
	}

#applications_intro h3{
	background-image:none !important;
	color:#00A99D;
	font-size:18px;
	text-align:center;
	margin:0px;
	padding:0px 0px 15px;
	}

#applications_intro p{
	font-size:14px;
	line-height:1.5;
	text-align:center;
	}

#applications_cnt h3{
	background-image:url(../images/application_bar01.png);
	background-repeat:no-repeat;
	height:45px;
	padding-left:25px;
	padding-top:13px;
	font-size:16px;
	line-height:16px;
	margin-top:60px;
	
	
}


.applications_cnt_box{
	margin-top:40px;
	
	}

.applications_cnt_img{
	float:left;
	margin-right:40px;
	width:321px;
	}

.applications_cnt_img2{
	float:left;
	margin-right:40px;
	width:221px;
	}

.applications_cnt_txt{
	float:right;
	width:480px;
	
	}

.applications_cnt_txt2{
	float:right;
	width:580px;
	
	}
.applications_cnt_box h4{
	border-left:#00A99D 5px solid;
	height:17px;
	font-size:14px;
	line-height:16px;
	padding:4px 0px 0px 8px;
	margin-top:10px;
	margin-bottom:20px;
	
}

.access_map h3{
	font-size:16px;
	line-height:16px;
	padding-left:15px;
	padding-top:5px;
	height:25px;
	border-left:#00A99D 5px solid;
	margin-bottom:10px;
	
	}



.googlemap{
	margin-top:25px;
	
	}

.googlemap h3{
	font-size:16px;
	line-height:16px;
	padding-left:15px;
	padding-top:5px;
	height:25px;
	border-left:#00A99D 5px solid;
	margin-bottom:10px;
}

/* layout */

.right_space20{margin-right:20px;}
.right_space40{margin-right:40px;}
.right_space60{margin-right:60px;}
