/* トップページ用CSS
----------------------------------------------------------- */
body{
	background-color: #fff;
	color: #000000;

}
#wrapper{
	margin: 0 auto;
	width:920px;
	position: relative;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
	content: " (" attr(href) ") ";
	font-size: 90%;
}

img {
	border: 0;
}


/* ヘッダー 
----------------------------------------------------------- */
#header{
	display: none;
	width:920px;
	height: 98px;
	position: relative;
}
#header h1{
	position: absolute;
	left: 10px;
	top: 29px;
}
#header #tel{
	position: absolute;
	right:15px;
	top: 20px;
}
#header #search_icon{
	position: absolute;
	top: 55px;
	right:210px;
}


/* グーグルカスタム検索 
----------------------------------------------------------- */
#search_block{
	display: none;
	position: absolute;
	top: 55px;
	right: 20px;
}
#search_block div{
	font-size:0;
}
#search_block .search_input{
	background-image: url(../images/search_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:135px;
	height:22px;
	border: 0;
	vertical-align: top;
}
#search_block input{
	border: 0;
}
.search_btn{
	vertical-align: top;
	/position:relative;
	/left: -3px;
	/top: 1px;
}
html>/**/body #search_block .search_btn{  
     position /*\**/: relative\9;
	 left /*\**/: -3px\9;
} 

#main{
	display: none;
	width: 920px;
} 


/* グローバルメニュー 
----------------------------------------------------------- */
#gnav{
	display: none;
	width:920px;
	height:60px;
	position:relative;
	margin-bottom:5px;
}
* html #gnav{
	margin-bottom:0;
}
#gnav ul{
	width:901px;
	margin: 0 auto;
	overflow: hidden;
}
#gnav ul:after{
	 content:".";
	 display:block;
	 visibility: hidden;
	 height: 0.1px;
	 font-size: 0.1em;
	 line-height: 0;
	 clear: both;
 }
#gnav ul li{
	float: left;
}
#gnav ul li a{
	overflow: hidden;
	outline:none;
}


/* フォントサイズ変更箇所 
----------------------------------------------------------- */
#txt_size_block{
	display: none;
	width:900px;
	height:20px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom:30px;
	position: relative;
}
#txt_size_block:after{
	 content:".";
	 display:block;
	 visibility: hidden;
	 height: 0.1px;
	 font-size: 0.1em;
	 line-height: 0;
	 clear: both;
 }
#txt_size_block #txt_size{
	position: absolute;
	right:93px;
	top: 3px;
}
#txt_size_block #txt_small{
	position: absolute;
	right:61px;
}
#txt_size_block #txt_middle{
	position: absolute;
	right:32px;
}
#txt_size_block #txt_large{
	position: absolute;
	right:0px;
}
#txt_size_block #sitemap{
	position: absolute;
	right: 220px;
	top: 4px;
}
#txt_size_block #en{
	position: absolute;
	right: 160px;
	top: 4px;
}


/* コンテンツ
----------------------------------------------------------- */
#contents{
	width:900px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#contents:after{
	 content:".";
	 display:block;
	 visibility: hidden;
	 height: 0.1px;
	 font-size: 0.1em;
	 line-height: 0;
	 clear: both;
 }
#contents #left{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;

}
#contents #right{
float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;

}
.h2_title{
	margin-bottom:15px;
}
.over a:hover img{
	opacity: 0.7; 
	filter: Alpha(opacity=70); 
}


/* 左コンテンツ
----------------------------------------------------------- */
.product_info{
	width:676px;
	border:0;
	padding: 1px;
	margin-bottom:15px;
}
.product_info h2{
	margin-bottom:15px;
}
#product_block{
	width:628px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom:10px;
	overflow:visible !important;
}
#product_block h3{
	text-align:center;
	margin-bottom:10px;
}
#product_block .product01{
	background-color: #efefef;
	width:290px;
	height:234px;
	float: left;
	padding: 10px;
}
#product01_left{
	margin-right: 8px;
}
.pro_block{
	width:290px;
	overflow:visible !important;
}
.pro_block:after{
	content:".";
	display:block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
 }
.product01 .p_left01{
	margin-right: 5px;
	width:90px;
	float: left;
}
.product01 .p_right01{
	float: left;
	width:195px;
}
.p_right01 p{
	background-image: url(../images/icon01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	line-height:1.5;
}
.p_right01 p a{
	font-size:14px;
	padding-left: 10px;
	text-decoration:underline;
}
.p_right01 p a:hover{
	text-decoration:none;
}
.p_right01 p a span{
	font-size:10px;
}
#product_block .txt01{
	font-size:10px;
	line-height:1.5;
	color:#000;
	background: none;
	margin-bottom:5px;
}
#product_block02{
	width:650px;
	margin: 0 auto;
	margin-bottom:10px;
overflow:visible !important;
}
#product02_block{
	width:650px;
	overflow: visible;
}
#product02_block:after{
	content:".";
	display:block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
 }
#product02_block .product02{
	width:300px;
	padding: 10px;
	background-color:;
	float: left;
	overflow: hidden;
}
#product02_block .product02:after{
	content:".";
	display:block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
 }
#product02_block .product02 .product02_left{
	width:90px;
	margin-right:5px;
	float: left;
}
#product02_block .product02 .product02_right{
	width:205px;
	float: left;
}
#product02_block .product02 .product02_right p{
	background-image: url(../images/icon01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#product02_block .product02 .product02_right p a{
	font-size:14px;
	padding-left: 10px;
	text-decoration:underline;
}
#product02_block .product02 .product02_right p a:hover{
	text-decoration:none;
}
#product02_block .product02 .product02_right .txt01{
	font-size:10px;
	line-height:1.5;
	color:#000;
	background: none;
	margin-bottom:7px;
}
#produdt02_left{
	margin-right:10px;
}
#company_info{
	width:646px;
	padding: 15px;
	padding-top: 0;
	overflow: hidden;
}
#company_info:after{
	content:".";
	display:block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
 }
#company_info #company_info_left{
	width:90px;
	float: left;
	margin-right:10px;
} 
#company_info #company_info_right{
	width:546px;
	float:left;
	font-size:12px;	
}
#company_link{
	margin-left: -15px;
}
#company_link a{
	font-size:14px;
	background-image: url(../images/icon01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration:underline;
	margin: 0 15px;
}
#company_link a:hover{
	text-decoration:none;
}


/* 右コンテンツ 
----------------------------------------------------------- */
#r_menu_back{
	display: none;
	width:180px;
	border:1px solid #ccc;
	background-color:#F5F5F5;
	padding: 10px 9px;
	margin-bottom:30px;
}
#r_menu_back h3{
	margin-bottom:10px;
}
#r_menu_back ul{
	width:180px;
}
#r_menu_back ul li{
	background-image: url(../images/r_menu_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:180px;
	height:25px;
	margin-bottom:7px;
}
#r_menu_back ul li a{
	font-size:12px;
	height:25px;
	line-height:25px;
	padding-left: 20px;
}
#r_menu_back ul li#menu_li{
	margin-bottom:0;
}
#right p{
	text-align:center;
}

/* フッター
----------------------------------------------------------- */
#footer{
	display: none;
	width:900px;
	height:;
	position: relative;
	background-image: url(../images/dot.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top:15px;
	margin: 0 auto;
	padding-bottom: 25px;
	font-size: 12px;	
}
#footer #footer_link{
	float: left;
	margin-bottom: 20px;		
}
#footer #footer_link a{
	margin: 0 3px;
	text-decoration: underline;
}
#footer #footer_link a:hover{
	text-decoration: none;
}
#footer #footer_link02{
	float: left;
	background-image: url(../images/icon01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
}
#footer #footer_link02 a{
	padding-left: 10px;
	text-decoration:underline;
	margin: 0 3px;		
}
#footer #footer_link02 a:hover{
	text-decoration:none;
}
#footer .pagetop{
	background-image: url(../images/common/pagetop_icon.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	position: absolute;
	top: 15px;
	right: 5px;
}
#footer .pagetop a{
	font-size:12px;
}
#footer .pagetop a:hover{
	font-size:12px;
	text-decoration: underline;
}