/********************************************************************* */
/* ページ設定
********************************************************************* */
#header {
	margin-top:18px;
	padding:0px 24px;
	width: 732px;
	height:99px;
	background:url(../img/airwave.gif) top center no-repeat;
}

#h1subnav {
	width: 732px;
	height: 37px;
}

*:first-child+html #h1subnav {
	height: 74px;
}



/* *********************************************************************
見出し設定
********************************************************************* */
h1 {
	float:left;
	margin:16px 0px 21px 0px;
	padding-top:37px;
	width:351px;
	height:0px;
	background:url(../img/logo.gif) top left no-repeat;
	text-indent: -9999px;
}

*html h1 {
	margin-bottom:3px;
}

h2 {
	float:left;
	padding-top:30px;
	width:421px;
	height:0px;
	text-indent: -9999px;
}
*html h2 {
	margin-bottom:-18px;
}

h3 {
	float:left;
	margin-bottom:6px;
	font-weight:bold;
	font-size:15px;
	text-align:left;
}

*html h3 {
	margin-bottom:-6px;
}

/* *********************************************************************
コンテンツ設定
********************************************************************* */
#conts{
	clear:both;
	width:732px;
}

#conts1{
	margin-top:12px;
	float:left;
}

#conts2{
	margin-top:12px;
	float:right;
}

#img1 {
	float:left;
}

#wave{
	height:99px;
	background:url(../img/wave1.gif) top center no-repeat;
}

#footer {
	margin-top:64px;
}

*html #footer{
	margin-top:76px;
}

*:first-child+html  #footer{
	margin-top:79px;
}

p{
	margin-bottom:12px;
}

#p1{
	margin-bottom:0px;
	text-indent:1em;
}

#subnav1{
	float:right;
	margin:26px 0px 13px 0px;
	width:223px;
	width:297px;
	height:15px;
}

#subnav1 li{
	float:left;
	list-style-type: none;
}

#subnav1 #home {
	margin-left:0px;
}

#subnav1 #access1 {
	margin-left:18px;
}

#subnav1 #schedule1 {
	margin-left:24px;
}

#subnav1 #links1 {
	margin-left:24px;
}

/*   サブナビゲーション    */
/*  アクセス access  
#subnav1 #access1 a:link,#subnav1 #access1 a:visited {
	margin-left:0px;
	width:56px;
	background-image:url(../img/subnav1.gif);
	background-position: 0px 0px;
}
#subnav1 #access1 a:hover,#subnav1 #access1 a:visited:hover {
	background-image: url(../img/subnav1.gif);
	background-position: 0px -26px;
}
*/
/*  スケジュール schedule  
#subnav1 #schedule1 a:link,#subnav1 #schedule1 a:visited {
	margin-left:24px;
	width:77px;
	background-image:url(../img/subnav1.gif);
	background-position: -60px 0px;
}
#subnav1 #schedule1 a:hover,#subnav1 #schedule1 a:visited:hover {
	background-image: url(../img/subnav1.gif);
	background-position: -60px -26px;
}
*/
/*リンクの文字設定*/
a:link.a1, a:visited.a1{
	color:#336666;
	text-decoration:none;
}
a:hover.a1, a:active.a1 {
	color: #cc6633;
	text-decoration: underline;
}

