@charset "utf-8";

/*------
 css reset
------*/

*{
font-size:100%;
padding:0;
margin:0;
font-weight:normal;
line-height:1.4em;
}

ul,li{
list-style-type:none;
}

img{
border:none;
}

hr{
clear:both;
color:#FFFFFF;
visibility:hidden;
width:1px;
}
.PageBreak{
clear:both;
page-break-before:always;
}

/*------
 basic layout
------*/

body{
background: url(../img/head/header_bg.jpg) top repeat-x;
}

#body{
background: url(../img/foot/footer_bg.jpg) bottom repeat-x;
}

#bodyInner{
width:980px;
margin:0 auto 0 auto;
}

/*------ header ------*/

#header{
width:980px;
position:relative;
background: url(../img/head/header_bg.jpg) top repeat-x #333333;
}

#logo {
float:left;
display:block;
width:260px;
height:52px;
}

#logo a{
background:url(../img/head/logo_ohta.gif) center no-repeat;
display:block;
width:260px;
height:52px;
}

#logo a span{
display: none;
}

#naviHD{
float:right;
width:460px;
margin:12px 0 0 0;
}

#naviHD ul{
display:inline;
}

#naviHD li{
display:inline;
float:left;
background-position:left;
background-repeat:no-repeat;
}

#naviHD a{
display:block;
width:70px;
height:27px;
margin:0 2px 1px 0;
background-position:center;
background-repeat:no-repeat;
}
#naviHD a span{
display: none;
}
#naviHD a:hover{
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
#naviHD_01 a{
background-image: url(../img/head/btn_navihd_01.gif);
width:56px;
}
#naviHD_02 a{
background-image: url(../img/head/btn_navihd_02.gif);
}
#naviHD_03 a{
background-image: url(../img/head/btn_navihd_03.gif);
}
#naviHD_04 a{
background-image: url(../img/head/btn_navihd_04.gif);
}

#search{
position:relative;
float:right;
width:160px;
padding:1px 6px;
height:23px;
margin:0 0 0 0;
background:none;
/*border:solid 1px #7f7f7f;*/
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
	*+html #search{/* ie7 */
	margin:0 10px 0 0;
	}
	* html #search{/* ie6 */
	margin:0 10px 0 0;
	}

#search:focus{
border:solid 1px #999999 !important;
}

#search form{
padding:1px 0 0 0;
}
#search form p{
display:inline;
}
#search span{
display:none;
}
.TxtSearch{
display:block;
float:left;
width:130px;
border:solid 1px #7f7f7f;
padding:0px 0 2px 2px;
line-height:1.1em;
background:none;
color:#CCCCCC;
}
.TxtSearch:focus{
border:none !important;
}

.Btn_srchSubmt{
display:block;
float:right;
border:none;
margin:-1px 0 0 0;
position:absolute;
top:5px;
right:12px;
}
	*+html .Btn_srchSubmt{/* ie7 */
	right:2px;
	}
	* html .Btn_srchSubmt{/* ie6 */
	right:2px;
	}

#PR{
clear:both;
width:980px;
height:370px;
display:block;
overflow:hidden;
}

#naviGR{
clear:both;
width:980px;
}
#naviGR ul{
display:block;
}


#naviGR ul li{
display:block;
width:196px;
height:89px;
float:left;
}
#naviGR a{
display:block;
width:196px;
height:89px;
background-image:url(../img/head/global_navi.gif);
background-repeat:no-repeat;
}
#naviGR a span{
display:none;
}
#naviGR_01 a{
background-position:left top;
}
	#naviGR_01 a:hover{
	background-position:left bottom;
	}
#naviGR_02 a{
background-position:-196px top;
}
	#naviGR_02 a:hover{
	background-position:-196px bottom;
	}
#naviGR_03 a{
background-position:-392px top;
}
	#naviGR_03 a:hover{
	background-position:-392px bottom;
	}
#naviGR_04 a{
background-position:-588px top;
}
	#naviGR_04 a:hover{
	background-position:-588px bottom;
	}
#naviGR_05 a{
background-position:-784px top;
}
	#naviGR_05 a:hover{
	background-position:-784px bottom;
	}



/*


#naviGR ul li{
display:block;
width:163px;
height:89px;
float:left;
}
#naviGR a{
display:block;
width:163px;
height:89px;
background-image:url(../img/head/global_navi_6.gif);
background-repeat:no-repeat;
}
#naviGR a span{
display:none;
}
#naviGR_01 a{
background-position:left top;
}
	#naviGR_01 a:hover{
	background-position:left bottom;
	}
#naviGR_02 a{
background-position:-163px top;
}
	#naviGR_02 a:hover{
	background-position:-163px bottom;
	}
#naviGR_03 a{
background-position:-326px top;
}
	#naviGR_03 a:hover{
	background-position:-326px bottom;
	}
#naviGR_04 a{
background-position:-489px top;
}
	#naviGR_04 a:hover{
	background-position:-489px bottom;
	}
#naviGR_05 a{
background-position:-652px top;
}
	#naviGR_05 a:hover{
	background-position:-652px bottom;
	}
#naviGR_06 a{
background-position:-815px top;
width:165px;
}
	#naviGR_06 a:hover{
	background-position:-815px bottom;
	}

*/

#naviGR_06{
	display:none; }
#naviGR_06 a{
	display:none; }


/*------ main ------*/

#main{
position:relative;
clear:both;
width:980px;
background:none;
padding-top:15px;
}

/*------ footer ------*/


#footer{
clear:both;
padding:40px 0 0 0;
margin:0 auto;
width:980px;
height:284px;
font-size:105%;
}


.btnPageTop{
clear:both;
padding:20px 0 0 0;
width:100%;
height:45px;
}
.btnPageTop a{
display:block;
float:right;
width:74px;
height:30px;
background: url(../img/foot/btn_pagetop.gif);
}
.btnPageTop a span{
display:none;
font-size:50%;
}

#footer ul{
display:block;
width:235px;
padding:0 0 0 10px;
float:left;
font-size:80%;
}
#footer ul li{
padding-bottom:6px;
}
#footer ul li.home a{
font-weight:bold;
background:url(../img/favicon16.png) left center no-repeat;
padding:0 0 0 22px;
}
#footer ul li.index{
font-weight:bold;
}
#footer ul li a{
padding:3px 0;
}

#copyright{
clear:both;
/*text-align:right;*/
text-align:center;
color:#B2B2B2;
padding:10px 0 14px 0;
margin:0 10px;
font-size:65%;
}

/*address{
font-style:normal;
border-top: dotted 1px #cecece;
padding:10px 0 0 0;
}*/

.footerNav{ padding:0 15px;}
.footerNav dl{ float:left; width:25%; padding:18px 0 18px 0; min-height:9.4em;}
.footerNav dt{ font-size:65%; font-weight: normal; padding:0 0 4px 4px;}
.footerNav dl.paperbook dt{ color:#E57007;}
.footerNav dl.periodical dt{ color:#D63D32;}
.footerNav dl.ebook dt{ color:#33AAA7;}
.footerNav dl.website dt{ color:#8650DD;}

/*.footerNav dl.company dt{ color:#ED3926;}*/

.footerNav p{ font-size:80%; line-height:1.2;}
.footerNav .home{font-weight:bold;
background:url(../img/favicon16.png) left center no-repeat;
padding:0 0 0 20px; margin:0 0 0 4px;}

.footerNav dd{ font-size:80%; line-height:1.2;}
.footerNav dd a{ display:block; padding:10px 0 0 4px; color:#000000 !important; line-height:1.2 !important;
}
.footerNav dd a:hover{text-decoration:none !important; color:#0f7cbb !important;}
.footerNav dd a:before {
content: " ";
display: inline-block;
font-size: 1px;
width: 0;
padding: 0;
margin: -2px 0 0 0.2em;
overflow: hidden;
border-top: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #999999;
}
.footerNav dd a small{ display:block; font-size:80%; color:#999999; padding:2px 0 0 10px; text-decoration:none;}

.footerNavMin{ clear:both; line-height:1.2; color:#999999; border-top: dotted 1px #cecece; padding:8px 15px 0 15px;}
.footerNavMin dt{ font-size:65%; display:inline-block; padding:0 4px; min-width:8em;}
.footerNavMin dd{ font-size:72%; display:inline-block;}

.footerNavMin dd a{ color:#707070 !important; padding:0 8px; }

/*------
 product book box blogmaster?L
------*/

.ProductNewBk,
.ProductBk{
width:152px;
margin:0 auto 0 auto;
padding:4px 0 0 0;
}

.ProductNewBk dl,
.ProductBk dl{
clear:both;
}

.ProductNewBk dt,
.ProductBk dt{
float:left;
}

.ProductNewBk dd,
.ProductBk dd{
width:80px;
margin:0 0 3px 0;
float:right;
padding:0 0 0 0;
line-height:1.3em;
}

.ProductNewBk dd a,
.ProductBk dd a{
line-height:1.25em;
}

.ProductNewBk .bookCover a,
.ProductBk .bookCover a{
display:block;
width:70px;
text-align:center;
}


/*social link btn*/

.snsIcon{
float: right;
padding-top:14px;
}

.snsIcon li{
float: right;
list-style-type: none;
padding: 0 0 0 4px;
line-height: 1;
}
.snsIcon li a {
padding: 4px 0 0 0;
}
.snsIcon li img,
.snsIcon li a img {
vertical-align: bottom; margin:2px 0 -2px 0;
}

/*google search edit2017.12.11*/
#contents .gsc-results .gsc-cursor-box .gsc-cursor-page {
float: left;
text-align: center;
height: 26px;
line-height: 26px;
min-width: 8px;
padding: 0 8px;
margin: 0 2px 5px 2px;
border-radius: 2px;
border: 1px solid #111111;
font-weight:normal;
font-size: 14px;
white-space: nowrap;
text-decoration:none;
background: #ffffff;
color:#000000;
}
#contents .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
background: #000000;
color:#ffffff !important;
cursor: default;
}
#contents .gcsc-branding{
clear:both;
padding:5px 0 0 0;
}


