@charset "utf-8";
/*===============================================================*/
/*　各種タグの基本設定　-----------------------------------------*/
/*===============================================================*/
/*　タグ初期値のリセット　-----*/
body,div,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	border: 0;
}
body,td,div,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd {
	color: #565C63;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	line-height:1.35em;
	text-decoration: none;
}
/*　画像　-----*/
img {
	margin: 0;
	padding: 0;
	border: 0;
}
/*　フォーム　-----*/
form {
	margin:0;
	padding:0;
}
input,textarea,select,option {
	font-size:12px;
}
/*　区切り線　-----*/
hr {
	display:none;
	margin:0;
	padding:0;
}
a,a:link,a:visited {
	color:#6898C9;
	text-decoration:none;
}
a:active,a:hover {
	color:#6898C9;
	text-decoration:underline;
}
/*　フォントサイズ　-----*/
.size_11 {
	font-size:11px;
}
/*===============================================================*/
/*　共通レイアウトの設定　---------------------------------------*/
/*===============================================================*/
/*　枠組み　-----*/
body {
	background: #E3E4E3 url(../image/bg.gif);
	text-align:center;
}

#header,#body,#footer {
	width:822px;
	margin:0 auto;
	padding:0 13px 0 13px;
	text-align:left;
	
}
#header {
	height:40px;
	background: url(../image/bg_head.gif) no-repeat center top;
}
#body {
	clear:both;
	background: url(../image/bg_body.gif) repeat-y center top;
}
#footer {
	clear:both;
	height:80px;
	background: url(../image/bg_foot.gif) no-repeat center top;
}
/*　header　-----*/
#header #logo {
	float:left;
	width:300px;
	padding:10px 0 0 15px;
	
}
#header #search {
	float:right;
	padding:10px 15px 0 0;
	background:none;
}
#header #search input#bizsearchAspQuery {
	color:#959BA0;
	border:#D8DAD8 1px solid;
	width:130px;
}

/*　footer　-----*/
#footer #l_area {
	float:left;
	width:500px;
	padding:5px 0 0 10px;
	
}
#footer #l_area .copy {
	margin-top:30px;
}
#footer  #logo {
	float:right;
	padding:15px 15px 0 0;
	
}
#footer  #logo_2nd {
	float:right;
	padding:27px 15px 0 0;
	
}

/* 090916 */
#bizasarchAspSuggest {
  position:absolute;
  margin:0;
  padding:0;
  z-index:1000;
}
#bizasarchAspSuggest li {
  list-style:none;
  border-left:1px solid #B0C4DE;
  border-bottom:1px solid #B0C4DE;
  border-right:1px solid #B0C4DE;
  background-color:#f5f5f5;
  padding:1px 0;
}
#bizasarchAspSuggest li.sgItemOn {
  border-left:1px solid #cc9900;
  border-bottom:1px solid #cc9900;
  border-right:1px solid #cc9900;
  background-color:#ffeeaa;
  font-weight:bold;
  cursor:pointer;
}

