﻿/* ベーススタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
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-color: #fff;
}
img {
	border: none;
}
* #wrapper {
   margin-top:-57px;
   }

#wrapper {
	width: 780px;
	margin: 0 auto;
    margin-top : 10px;
	text-align: left;
	background-color:#fff;
	border-left:1px solid #a9a9a9;
	border-right:2px solid #a9a9a9;
	border-top:1px solid #8d8d8d;
	border-bottom:2px solid #8d8d8d;
	
}
/* ヘッダー部分
---------------------------------------------*/
#header {
	background-color: #fff;
	position: relative;
	height: 180px;
	border-bottom: 8px solid #2076ef;
}
#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;
	
}


#logo {
	width: 780px;
}

/* ナビゲーション
---------------------------------------------*/
    #globalNav {
      width:780px;
      font-size:98%;
      line-height:normal;
      text-align: center;
      }
    #globalNav ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #globalNav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #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;
      background-color: #fff;
      color:#2076ef;
      }

    #globalNav a:hover {
      color:#2076ef;
      }

    #globalNav a span {
      float:left;
      display:block;
      background:url(../images/navi_b.gif) no-repeat right top;
      background-color:black;
      color:#FFF;
      }
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #globalNav a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
    background-color:#fff;
      color:#FFF;
      }
    #globalNav a:hover {
      background-position:0% -46px;
      }
    #globalNav a:hover span {
      background-position:100% -46px;
      }

#container {
	float: left; /* ボックスを左寄せに指定 */
	width: 750px; /* ボックスの幅を指定 */
	position:relative;
}

/* メニュー下ぱんくずリスト
---------------------------------------------*/
.topicpath {
margin-top: 10px;
text-align: left;
}
.topicpath li {
display: inline;
padding-left: 15px;
margin-left: 15px;
margin-top: 10px;
background: url(../images/arrow.gif) no-repeat left center;
}

		/* メイン
---------------------------------------------*/
#primary {
	width: 750px;
	margin: 10px 0;
	background-color: #fff;
}
#primary h2 {
	padding: 10px;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 120%;
	background: url(../images/skyvision_h2bg.gif) no-repeat;
	background-color: #2076ef;
	color: #fff;
}

#primary h3 {
	margin-left:3px;
	margin-top:3px;
	padding: 3px 10px;
	color: #333;
	border-left: 5px solid #299514;
	border-bottom: 1px solid #CCCCCC;
	background:url(../images/h3_bg.jpg) repeat left top;
	background-color: #fff;
}

#primary p {
	padding-left: 10px;
}
		/* お知らせ　ご案内
---------------------------------------------*/

.news ul {
	padding: 5px;
	margin-left: 5px;
	margin-top: 3px;
}

.news li {
 border-bottom: 1px dotted #dfecfd;
 padding-left: 10px;
 background: url(../images/arrow.gif) no-repeat left center;
}
