﻿/* ベーススタイル
---------------------------------------------*/
* {
	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:#1b579e;
      width:126px;
      }

    #globalNav a:hover {
      color:#1b579e;
      }

    #globalNav a span {
      float:left;
      display:block;
      background:url(../images/navi_b.gif) no-repeat right top;
      background-color:black;
      color:#FFF;
      width:126px;
      }
    #globalNav a:hover {
      background-position:0% -46px;
      }
    #globalNav a:hover span {
      background-position:100% -46px;
      }

#container {
	float: left; /* ボックスを左寄せに指定 */
	width: 750px; /* ボックスの幅を指定 */
	position:relative;
}


/* サイトポリシー
---------------------------------------------*/
#policy {
width: 520px;
margin: 0 auto;
border: 1px solid #ccc;
	}
#policy p {
padding: 10px;
line-height: 1.5em;
	}
	
#policy h2 {
margin: 0;
	}

#policy li {
padding: 10px;
line-height: 1.5em;
border-bottom: 1px dotted #ccc;
background-color: #fefdf4;
	}
		/* メイン
---------------------------------------------*/

#primary {
	width: 750px;
	margin: 10px 0;
	background-color: #fff;
}
#primary h2 {
	padding: 10px;
	font-size: 120%;
	background: url(../images/skyvision_h2bg.gif) no-repeat;
	background-color: #2076ef;
	color: #fff;
	text-align: center;
}

#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;
}