@charset "Shift_JIS";

body {
	margin: 0px;
	background-color: #4c8087;
	color: #313131;
	font-family: Verdana, Geneva, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:1128px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	height: 68px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}


/********************************************************************/
/*LAYOUT*/
/********************************************************************/
#head {
	height: 60px;
	width: 100%;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #b9a48d;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/head_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:100;
}
div#head {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0;
}
#gmenu {
	height: 60px;
	width: 1088px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrapper {
	width: 100%;
	text-align: center;
}
* html div#wrapper {
	height: 100%;
}
.container,
#introduction {
	width: 1088px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 22px;
}
.container {
	padding-top: 60px;
}
#footer {
	background-color: #1C3E43;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #6EADB0;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 90px;
	line-height: 1.1;
	letter-spacing: 0.5em;
}


/********************************************************************/
/*HEAD & グローバルメニュー*/
/********************************************************************/
#gmenu h1 {
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	height: 60px;
	width: 189px;
	left: 450px;
	top: 0px;
}

#gmenu h1 a {
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 189px;
}
#gmenu ul {
	margin: 0px;
	padding: 0px;
}
#gmenu ul li {
	display: inline;
	margin: 0px;
	float: left;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#gmenu01, #gmenu02 {
	width: 150px;
}
#gmenu03 {
	width: 432px;
}
#gmenu04 {
	width: 133px;
}
#gmenu05 {
	width: 157px;
}
#gmenu06 {
	width: 66px;

}

#gmenu01 a, #gmenu02 a, #gmenu03 a, #gmenu04 a, #gmenu05 a, #gmenu06 a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	display: block;
}
#gmenu01 a {
	background-image: url(../images/menu01.gif);
	width: 48px;
}
#gmenu02 a {
	background-image: url(../images/menu02.gif);
	width: 80px;
}
#gmenu03 a {
	background-image: url(../images/menu03.gif);
	width: 48px;
}
#gmenu04 a {
	background-image: url(../images/menu04.gif);
	width: 56px;
}
#gmenu05 a {
	background-image: url(../images/menu05.gif);
	width: 72px;
}
#gmenu06 a {
	background-image: url(../images/menu06.gif);
	width: 66px;
}
#gmenu01 a:hover, #gmenu02 a:hover, #gmenu03 a:hover, #gmenu04 a:hover, #gmenu05 a:hover, #gmenu06 a:hover {
	background-position: 0px -20px;
}


/********************************************************************/
/*リンク画像透過*/
/********************************************************************/
a.opacity{
	background-color:#4B8087;
	display:inline-block;
	cursor: default;
}

a.opacity:hover img,
a.opacity:active img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
    }


/********************************************************************/
/*ページトップに戻るボタン*/
/********************************************************************/
#page-top {
	position:fixed;
	bottom: 0px;
	right:0px;
	z-index:101;
}
.iepng {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
