﻿/* ホライゾンメインページ用
---------------------------------------------*/

body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background:url(../images/bg.gif) repeat-x;
	background-attachment: fixed;
	background-color: #fff;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
    margin-top : 10px;
	text-align: left;
	background-color:#fff;
	border-left:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	border-top:1px solid #8d8d8d;
	border-bottom:2px solid #8d8d8d;
}

/* ヘッダーのお問い合わせやサイトマップのリンク
---------------------------------------------*/
#headernavi01 {
	position: absolute;
	top: 7px;
	left: 600px;
	margin: 5px 0 0 15px;
	padding-left: 15px;
	background: url(../images/nav_list.gif) no-repeat left center;
}
#headernavi02 {
	position: absolute;
	top: 27px;
	left: 600px;
	margin: 5px 0 0 15px;
	padding-left: 15px;
	background: url(../images/nav_list.gif) no-repeat left center;
}

/* グローバルナビ（ホライゾントップページ用）
---------------------------------------------*/

#globalNav a {
      float:left;
      background:url(../images/navi_a.gif) no-repeat left top;
      background-color: #fff;
      margin: 0;
      padding:15px 15px 15px 15px;
      width:126px;
      color:#000;
      text-decoration:none;
}

#globalNav a.stay {
      float:left;
      display:block;
      background:url(../images/navi_b.gif) no-repeat right top;
      color: #000;
      width: 126px;
}

#globalNav a:hover {
      color:#144b98;
}

#globalNav a span {
      float:left;
      display:block;
      background:url(../images/navi_b.gif) no-repeat right top;
      background-color: #fff;
      color: #000;
      width: 126px;
}

/* メインページ（サイドバーは使用せず）
---------------------------------------------*/
#container {
	float: left; /* ボックスを左寄せに指定 */
	width: 750px; /* ボックスの幅を指定 */
	position:relative;
}

/* ホライゾントップコメント用
---------------------------------------------*/
#horizontop {
position:relative;
}
#horizoncom01 {
	position: absolute;
	color:#e7efff;
	top: 7px;
	left: 70px;
	margin: 5px 0 0 15px;
	padding-left: 15px;
}

#horizoncom02 {
	position: absolute;
	color:#e7efff;
	top: 90px;
	left: 240px;
	margin: 5px 0 0 15px;
	padding-left: 15px;
}

#horizoncom03 {
	position: absolute;
	color:#e7efff;
	top: 110px;
	left: 20px;
	margin: 5px 0 0 15px;
	padding-left: 15px;
}

#horizoncom04 {
	position: absolute;
	color:#333;
	top: 153px;
	left: 20px;
	margin: 5px 0 0 15px;
	padding-left: 15px;
}

/* ホライゾンバックナンバーリスト
---------------------------------------------*/
#horizonlist {
	margin-top: 10px;
	margin-left: 40px;
}
#horizonlist h2 {
    font-size: 115%;
	border-right: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background:url(../images/main_h2bg.gif);
	background-repeat: repeat-x;
	padding: 10px 5px 10px 15px;
	width: 678px;
}
#horizonlist li {
	float: left;
	width: 132px;
	margin: 10px 10px 0 0;
	text-align: center;
}
#horizonlist h3 span {
	display: block;
	padding: 3px 0;
	color: #e7efff;
	font-weight: normal;
	background: #2076ef;
}
#horizonlist h3 strong {
	display: block;
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: normal;
	background: #ff0000;
}

#horizonlist dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#horizonlist dt {
	padding: 5px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #DABF9A;
}
#horizonlist dd {
	padding: 2px 0;
}

*.floatclear {
         clear: both;
      }


