@charset "shift_jis";

body {
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	text-align: left;
	width: 890px;
	margin: 0 auto;
	font-size: 10pt;
	line-height: 200%;
}

/* -------------------------- */
/* header */
/* -------------------------- */
#header_wrap {
	width: 100%;
	background-image: url(../images/glonavi_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	width: 950px;
	margin: 0 auto 30px;
	position: relative;
}

#header p#logo {
	text-align: left;
	margin-bottom: 10px;
	padding-top: 7px;
	margin-left: 40px;
}

#header h2#tel {
	position: absolute;
	right: 200px;
	top: 13px;
	width: 386px;
	height: 23px;
}

#header #otoiawase {
	position: absolute;
	right: 32px;
	top: 0px;
	width: 155px;
	height: 45px;
}

#header dl {
	margin: 0 0 0 38px;
	padding: 0;
}

#header dt {
	float: left;
}

/* -------------------------- */
/* glonavi */
/* -------------------------- */
#glonavi {
	width: 950px;
	height: 29px;
	padding-top: 5px;
}

/* -------------------------- */
/* wrap */
/* -------------------------- */
#wrap {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* -------------------------- */
/* content */
/* -------------------------- */
#content {
	width: 880px;
	margin: 0 auto;
	position: relative;
}

/* -------------------------- */
/* link */
/* -------------------------- */

#link {
	width: 742px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/link_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

#link td {
	text-align: center;
}

#link #main {
	background-image: url(../images/link_main.gif);
	background-repeat: repeat-y;
	padding: 10px;
}

#link #main img {
	margin: 4px;
}

/* -------------------------- */
/* footer */
/* -------------------------- */
#footer_wrap {
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 5px;
}

#footer_link {
	position: absolute;
	z-index: 1;

}

#footer {
	width: 950px;
	height: 145px;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#footer dl {
	margin: 0 0 0 38px;
	padding: 0;
}

#footer dt {
	float: left;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	list-style-type: none;
}

#footer #privacypolicy {
	position: absolute;
	left: 35px;
	top: 120px;
	width: 131px;
	height: 15px;
	z-index: 1;
}

#footer #otoiawase_footer {
	position: absolute;
	left: 180px;
	top: 120px;
	width: 91px;
	height: 15px;
	z-index: 1;
}

#footer #copyright {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	position: absolute;
	top: 123px;
	right: 30px;
	clear: both;
	z-index: 1;
}

#footer #footer_bg {
	position: absolute;
	z-index: 0;
	top: 0px;
	height: 155px;
	width: 950px;
	left: 0px;
}


/* -------------------------- */
/* サイドバー */
/* -------------------------- */
#sidebar {
	width: 263px;
	float: right;
	margin-bottom: 30px;
	position: relative;
}

#sidenavi {
	margin-bottom: 440px;
}

#side_eagle {
	position: absolute;
	top: 498px;
	height: 403px;
	width: 280px;
}

#sidebar #legend {
	height: 277px;
	width: 263px;
	background-image: url(../images/legend.gif);
	position: relative;
}

#sidebar #bt_legend_layer {
	position: absolute;
	left: 115px;
	top: 237px;
}

#renraku {
	margin: 30px 0;
}

/* -------------------------- */
/* ピックアップ
/* -------------------------- */
#pickup {
	position: relative;
	height: 275px;
	/* height: 411px; */
	position: relative;
}

#pickup #bt_eagle {
	position: absolute;
	height: 166px;
	width: 640px;
	top: 5px;
	left: 0px;
}

#pickup #bt_jfn {
	position: absolute;
	height: 96px;
	width: 640px;
	top: 181px;
	left: 0px;
}

#pickup #legend {
	float: right;
	height: 248px;
	width: 226px;
	background-image: url(../../images/legend.gif);
	position: absolute;
	right: 0;
}

#pickup #bt_legend_layer {
	position: absolute;
	left: 50px;
	top: 205px;
	height: 25px;
	width: 139px;
}

#pickup #bt_Spulse {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: .3s;
}

#pickup #bt_Spulse:hover {
	opacity: .75;
}

/* -------------------------- */
/* テキスト */
/* -------------------------- */
p {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
}

/* -------------------------- */
/*  LINK 設定 */
/* -------------------------- */

a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #551A8B;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

.plink {
	font-size: 0.7em;
	padding: 0 5px 10px 20px;
}

/* -------------------------- */
/* 共通 */
/* -------------------------- */
#totop {
	text-align: right;
	margin-bottom: 20px;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.right {
	float: right;
	margin-left: 10px;
}

.indent {
	text-indent: 10pt;
}

.bt_totop {
	text-align: right;
	clear: both;
}

#bt_kaiin_img {
	text-align: right;
}

#to_kaiin {
	margin-bottom: 10px;
}

object,
embed {
	vertical-align: bottom;
}


.free_link {
	position: fixed;
	top: 130px;
	right: 0px;
}