@charset "UTF-8";
/* Base setting */
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/*縦スクロールバーのみを常時表示させる*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
/*IE6でcssロールオーバーの画像チラつきをさせない*/
* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	background: url(../../common/img/bg_line.gif) repeat-y center top;
	text-align: center;
	/*IE 6 で、a要素以外でのhover擬似クラスセレクタに対応*/
	behavior:url("/common/js/csshover.htc");
	line-height: 1.5;
	/*min-width: 950px;
	width: expression((document.body.clientWidth < 950)? "950px":"auto");*/
	position: relative;
	*zoom: 1;
}

html, body, #wrap {
	height: 100%;
}
body > #wrap {
	min-height: 100%; height: auto;
}
#wrap, #footer {
	margin: 0 auto;
  position: relative;
	text-align: left;
	width: 980px;
}
#wrap {
	padding-top:38px;
}

button { cursor: pointer; }
object { vertical-align: bottom; }
input { padding-top: 2px; }
ul,ol { list-style-type: none; }
li img { vertical-align: bottom; }
strong { font-weight: bold !important; }
b { font-weight: bold !important; }
em { font-style: italic !important; }
ins { text-decoration: underline !important; }
del { text-decoration: line-through !important; }

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}/**/
a:hover img.nofilter {
	opacity: 1;
	filter: none;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
img {
	margin: 0; padding: 0;
	border: none;
}

.breadcrumb {
	background-color: #F7F7F7;
	margin: 20px 1px 0;
	_margin: 20px 0 0 2px;
	padding: 10px 19px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	overflow: hidden;
	zoom: 1;
}
.breadcrumb li {
	float: left;
}


/*------------------------------
 header
------------------------------*/
#header {
	padding: 0 30px;
	position: relative;
	height: 115px;
	zoom: 1;
}
#header .logo {
	padding-top: 21px;
}
#header .hd-other {
	position: absolute;
	top: 44px;
	right: 34px;
}
#header a:hover img {
	opacity: 1;
	filter: none;
}


/* global	navigation
------------------------------*/
#gnv {
	margin-top: 18px;
	position: relative;
}
#gnv ul { overflow: hidden; zoom: 1;}
#gnv ul li { float: left; }

#gnv ul li a {
	background-image: url(../../common/img/gnv.gif);
	background-repeat: no-repeat;
	display: block;
	width: 155px;
	height: 24px;
}
#gnv ul li.gnv1 a { background-position: 0 -48px; width: 52px; }
#gnv ul li.gnv2 a { background-position: -52px -48px; width: 156px; }
#gnv ul li.gnv3 a { background-position: -208px -48px; }
#gnv ul li.gnv4 a { background-position: -363px -48px; }
#gnv ul li.gnv5 a { background-position: -518px -48px; width: 188px; }
#gnv ul li.gnv1 a:hover { background-position: 0 -24px; }
#gnv ul li.gnv2 a:hover { background-position: -52px -24px; }
#gnv ul li.gnv3 a:hover { background-position: -208px -24px; }
#gnv ul li.gnv4 a:hover { background-position: -363px -24px; }
#gnv ul li.gnv5 a:hover { background-position: -518px -24px; width: 187px; }
.home #gnv ul li.gnv1 a,
.home #gnv ul li.gnv1 a:hover { background-position: 0 0; cursor: default; }
.kihou #gnv ul li.gnv2 a,
.kihou #gnv ul li.gnv2 a:hover { background-position: -52px 0; cursor: default; }
.shunpou #gnv ul li.gnv3 a,
.shunpou #gnv ul li.gnv3 a:hover { background-position: -208px 0; cursor: default; }
.tokuhou #gnv ul li.gnv4 a,
.tokuhou #gnv ul li.gnv4 a:hover { background-position: -363px 0; cursor: default; }
.inteligence #gnv ul li.gnv5 a,
.inteligence #gnv ul li.gnv5 a:hover { background-position: -518px 0; cursor: default; }

#gnv li a span { display: none; }


/* search
------------------------------*/
#header #gnv .search {
	background: url(../../common/img/search_bg.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 720px;
	width: 200px;
	height: 24px;
	zoom: 1;
}
#header #gnv .search .inr {
	position: relative;
}
#header #gnv .search input {
	background-color: transparent;
	margin: 0.3em 0 0 10px !important;
	*margin: 0.2em 0 0 10px !important;
	border: none;
	width: 170px;
}
#header #gnv .search .placeholder {
	top: 6px !important;
	left: 10px !important;
}
#header #gnv .search input[type="text"] {
    outline: none;
}
#header #gnv .search .glass {
	position: absolute;
	top: -2px;
	_top: 2px;
	right: 9px;
	width: 16px;
	height: 16px;
}
*:first-child+html #header #gnv .search .glass {
	top: 0;
}	


/*------------------------------
 contents
------------------------------*/
#cts {
	padding: 30px 30px 142px 30px;
	position: relative;
	z-index: 1;
}
#main {
	float: right;
	width: 680px;
}
#scol {
	float: left;
	overflow: hidden;
	width: 210px;
	padding: 0 0 30px 0;
}


/*------------------------------
 footer
------------------------------*/
#footer {
	margin-top: -102px;
	padding: 22px 0 18px;
	border-top: 2px solid #646464;
	font-size: 83.4%;
	z-index: 2;
	zoom: 1;
	clear: both;
}
#footer .ft-nv {
	text-align: center;
}
#footer .ft-nv li {
	margin-right: -4px;
	*margin-right: 0;
	padding: 0 10px;
	border-left: 1px solid #646464;
	display: inline;
	zoom: 1;
}
#footer .ft-nv li.first {
	border: none;
}

#footer .ft-nv li a {
	color: #646464;
	text-decoration: none;
}
#footer .ft-nv li a:hover {
	text-decoration: underline;
}
#footer .ft_txt01 {
	padding-top: 20px;
	text-align: center;
	color: #999;
}
#footer .copyright {
	padding-top: 10px;
	text-align: center;
	color: #999;
}
#footer .ft_logo {
	text-align: right;
	padding: 8px 20px 0 0;
}
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pagetop a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
}
.pagetop a:hover img {
	margin-top: -50px;
}

/*------------------------------
 検索ボックス+検索結果	
------------------------------*/
#cse-search-results,
#cse-search-results iframe {
	width: 680px;
	height: 1600px !important;
}
#cse-search-box input.txtFld {
	background: none !important;
	border: #ffffff !important;
}
