@charset "UTF-8";

/* ---------------------------------------------------------------- *
	全体　body
 * ---------------------------------------------------------------- */
body {
  background: #FFFFF0; margin: 0; padding: 0;
}
div, p {
  margin:0; padding:0;
}




/* ---------------------------------------------------------------- *
	本文　container
 * ---------------------------------------------------------------- */
#container {
  background: transparent;
  width: 800px;
  margin: 0 auto;
}




/* ---------------------------------------------------------------- *
	ヘッダー　header、　検索窓　sitesch
 * ---------------------------------------------------------------- */
#header {
	margin:2px 0;
	height: 60px;
	width: 100%;
	position: relative;
}

#header img.companyname {
	float:left;}

#header img.contact {
	float:right;
	margin-bottom: 5px;
}

#header img.form {
	float:right;
	margin: 0 5px 0;
}


/* ---------------------------------------------------------------- *
	検索窓　sitesch
 * ---------------------------------------------------------------- */
#sitesch {
	padding: 0;
	float:right;
	position:absolute;
	bottom:4px;
	right: 182px;
	width: 30%;
	}
#sitesch form {
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分　navi
 * ---------------------------------------------------------------- */
div#navi {
  float: left; width: 100%;
  background: #FFFFFF url('http://www.knights.co.jp/common/image/head_bg.png') repeat-x;
  border-bottom: 1px solid #EEEEEE;
  text-align:center;
  font-size: 13px;
  margin-bottom: 10px;
}

div#navi ul {
  margin:0; padding:0;
  border-left:1px solid #CCC; border-right:1px solid #CCC;
  border-top:0px solid #CCC; border-bottom:0px solid #CCC;
  background:white; 
}
div#navi li {
  position: relative; list-style: none; margin: 0;
  float: left; width: 8em; line-height: 1em;
}
div#navi li:hover {
  background: #EEEEEE;
}
div#navi li a {
  display: block;
  padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 98px;
}
div#navi>ul a {
  width: auto;
}
div#navi ul li {
  display: inline;
  margin: 0; padding: 0;
  float: left;
  width: 98px;
}
div#navi ul li a {
  margin: 0; padding: 6px 0;
  border-right: 1px solid #CCCCCC; border-bottom: 5px solid #3EBAEE;
  font-weight: bold;
}
div#navi a:hover {
  border-bottom: 5px solid #0086B9;
  text-decoration: none;
  background-color: #EEEEEE;
}

#navi a,
#navi a:link {
   /* 必要ならば，リンクテキストに関する設定をしてください */
  color: #0086b9;
  text-decoration: none;
}


/* ---------------------------------------------------------------- *
	お問合せフォーム用の設定
 * ---------------------------------------------------------------- */
.form {
  float:right;
  margin: 0;
}

/* ---------------------------------------------------------------- *
	フッター　footer
 * ---------------------------------------------------------------- */
#footer { 
  clear:both;
  margin-top:10px;
  padding-top: 0.6em; padding-right: 0;
  padding-bottom: 1em; padding-left: 1em;
  border-top: 1px dotted #3EBAEE;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

#footer ul {
  margin: 0; padding: 0;
  list-style: none;
  margin-bottom: 4px;
  border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0; padding: 0 5px;
  display: inline;
  border-right: 1px solid #CCCCCC;
}

#footer img {
  float:right;
}
#footer.address {clear: both;}




/* ---------------------------------------------------------------- *
	横罫線で回り込み解除　clearboth
 * ---------------------------------------------------------------- */

div.hr {
  clear: both;
}
div.hr hr {
  display: none;
}

div.hr_on {
  clear: both;
  border-bottom: dotted 1px #CCCCCC;
  margin: 5px 0;
}
div.hr_on hr {
  display: none;
}

.clear {
  clear: both;
}

/* ---------------------------------------------------------------- *
	イメージ
 * ---------------------------------------------------------------- */
/*リンクが貼ってあるイメージの枠*/
a img { border:0;}

img.right {float:right;}
 
 /* ---------------------------------------------------------------- *
	トピックパス（パンくずリスト）設定
 * ---------------------------------------------------------------- */

ol#topicPath {
	margin: 10px 0;
	padding: 0 0 10px;
	font-size: 80%;
	list-style: none;
}
ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background:  url(http://www.knights.co.jp/common/image/topicpass.gif) no-repeat 0 50%;
}
ol#topicPath li.home {
	padding-left: 0;
	background: none;
}
ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #3366FF;
	text-decoration: underline;
}
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #FF6633;
	text-decoration: underline;
}
ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}
