@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family:"Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;
}
#base {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	color:#505050;
	background-color: #FFF;
	font-size: 12px;
	background-image: url(../images/contebg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body#toppage {
	background-image: url(../images/bg_topnami.jpg);
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
li {
	list-style-type: none;
}
a {
	color: #0085B0;
}
a:hover {
	color: #00C1DD;
	text-decoration: none;
}
/*
ヘッダー
-------------------------------------------*/
#head {
	height: 130px;
	position: relative;
}
#head h1 {
	font-size: 10px;
	position: absolute;
	top: 6px;
	font-weight: normal;
	line-height: 16px;
	color: #777777;
	left: 25px;
}
#head h2 {
	position: absolute;
	bottom: 15px;
	left: 50px;
	background-image: none;
	padding: 0px;
	margin: 0px;
	color: #505050;
}

#head img#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}


.party3{
	position: absolute;
	top: 5px;
	font-size: small;
	width: 330px;
	background-image: url(../images/on_airbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	right: 0px;
	height: 70px;
}
.party3 .betw{
}
.party3 .betw img {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 3px;
}

.party3 .betw p{

}
.party3 a {
	color: #036;
	text-decoration: none;
}
.party3 a:hover {
	color: #3CB0FF;
}
/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(../images/navi.gif);
	height: 44px;
	padding-left: 15px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 933px;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
}
#navi li a, #navi li strong {
	line-height: 16px;
	display: block;
	float: left;
	height: 32px;
	width: auto;
	padding-right: 35px;
	padding-bottom: 6px;
	padding-left: 35px;
	font-size: 13px;
	color: #505050;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	padding-top: 6px;
	text-align: center;
}
#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #999999;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #1696D3;
}
#navi li a:hover span {
	color: #22A8E8;
}

#navi li a {
	background-image: url(../images/navi_li.gif);
}
#navi li a:hover {
	background-image: url(../images/navi_li_ov.gif);
	color: #000000;
}
#navi li strong {
	background-image: url(../images/navi_li_st.gif);
	color: #000000;
	font-weight: normal;
}
#navi li {
	display: inline;
}



/*
フッター
-------------------------------------------*/

#foot_base {
	background-image: url(../images/foot.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#foot {
	height: 120px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#foot p {
	font-size: 10px;
	color: #859DA0;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
#foot li a {
	color: #597173;
	font-size: 11px;
	text-decoration: none;
}

#foot li a:hover {
	color: #809B9D;
}

#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9EABAB;
}

#foot #f_ul01 {
	position: absolute;
	left: 20px;
	top: 15px;
}
#foot #f_ul02 {
	position: absolute;
	left: 20px;
	top: 38px;
}
#foot #f_logo {
	font-size: 24px;
	color: #A7B4B4;
	position: absolute;
	top: 20px;
	right: 25px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/foot_logo.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 150px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #6C7D7D;
	line-height: 30px;
	text-align: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

