﻿/* ベーススタイル
---------------------------------------------*/
* {
	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:#fff url(../images/bg.gif) repeat-x;
	}
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:210px;

}
#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;
      }
      
    #globalNav a:hover {
      background-position:0% -46px;
      }
    #globalNav a:hover span {
      background-position:100% -46px;
      width:126px;
      }

#container {
	float: left; /* ボックスを左寄せに指定 */
	width: 780px; /* ボックスの幅を指定 */
	position:relative;
}

#container h2 {
    font-size: 115%;
    text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background:url(../images/main_h2bg.gif) repeat-x;
	padding: 10px 5px 10px 15px;
}


/* お知らせリスト
---------------------------------------------*/

.news ul {
	padding: 5px;
	margin-left: 5px;
	margin-top: 3px;
}

.news li {
	border-bottom: 1px dotted #ccc;
	padding-left: 15px;
	background-image: url(../images/list_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

		/* メイン
---------------------------------------------*/

#primary {
	float: left; /* ボックスを左寄せに変更 */
	width: 450px;
	margin: 10px 0 10px 20px;
	padding: 5px;
	background-color: #fffef7;
	border: 1px solid #ccc;
}
#primary h2 {
	padding: 3px 10px;
	background-color: #F3F3F3;
	border-left: 5px solid #299514;
	border-bottom: 1px solid #CCCCCC;
}

#primary h3 {
	margin-top:3px;
	padding: 3px 10px;
	color: #333;
	border-left: 5px solid #2076ef;
	border-bottom: 1px solid #CCCCCC;
	background:#fff url(images/h3_bg.jpg) left top;
	width: 420px;
	}
	
#primary h4 {
	padding: 3px 10px;
	margin-top: 5px;
	background-color: #f6faff;
	border-left: 5px solid #2076ef;
	border-bottom: 1px solid #CCCCCC;
}

#primary p {
	padding: 5px;
	font-size: 1.05em;
}

		/* メイン
---------------------------------------------*/

#main {
	float: left; /* ボックスを左寄せに変更 */
	width: 450px;
	margin: 10px 0 10px 20px;
	padding: 5px;
	background-color: #fffef7;
	border: 1px solid #ccc;
}
#main h2 {
	padding: 3px 10px;
	background-color: #F3F3F3;
	border-left: 5px solid #299514;
	border-bottom: 1px solid #CCCCCC;
}

#main h3 {
	padding: 1px 0;
	}
	
#main h4 {
	padding: 3px 10px;
	margin-top: 5px;
	background-color: #f6faff;
	border-left: 5px solid #2076ef;
	border-bottom: 1px solid #CCCCCC;
}

#main p {
	padding: 5px;
	font-size: 1.05em;
}

		/* フロート処理
---------------------------------------------*/

*.float {
         float: right;
         margin-right: 0.5em;
         width: 150px;
      }
*.float img {
         margin: 5px;
         padding-top: 2px;
         
      }
      
*.floatclear {
         clear: both;
      }

/* 右サイド
---------------------------------------------*/

#advertisement {
	float: right;
	width: 230px;
	margin: 10px 20px 0 0;
	background-color: #fff;
}
#advertisement h3 {
        padding: 5px 10px 0 5px;
        margin-bottom:5px;
		color: #333;
		border-left: 5px solid #2076ef;
		border-bottom: 1px solid #CCCCCC;
		background:#fff url(../images/h3_bg.jpg) left top;
}
#header #air-news {
	margin: 0px;
	height: 30px;
	width: 780px;
	
}

#header #airtv-news h3{
	padding: 5px 0 0 70px;
	height: 30px;
	width: 710px;
	background-color: #1B579E;
	background:#2076ef url(../images/news_bg.gif) left top;
}
#container #advertisement ul .ac {
	background-image: url(../images/acbg.gif);
	height: 24px;
	width: 230px;
	margin-bottom: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#advertisement ul .ac span {
	margin-left: 20px;
}

