@charset "utf-8";

/* 全要素初期化 */
#glovia {
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #8B7049;
}
div, p, h1, h2, h3, h4, h5, h6 {
	display: block;
	position: relative;
}
img { border: none; }
.hidden { display: none;}
.clear { clear: both; }
.floatClear { clear: both; font-size: 1px; line-height: 1%; }
.floatClearLeft { clear: left; font-size: 1px; line-height: 1%; }
a { color: rgb(0,170,90); text-decoration: none; }
a:hover { color: rgb(0,170,90); text-decoration: none; }

/***** 最外郭指定 *****/
#glovia {
	margin: 0;
	display: block;
	position: relative;
	background-color: #F5EBD2;
}


/***** コンテンツコンテナ 共通*****/
#glovia {
	background-color: #FFFAE6;
}
#glovia #contentsCNT {
	display: block;
	position: relative;
	width: 720px;
	margin: 0 auto;
}
#glovia #contentsCNT #headerCNT {
	display: none;
}
#glovia .closeBTN { margin-right: 0px; }
#glovia .closeBTN a {
	display: block;
	width: 62px;
	height: 26px;
	margin: 25px 0 25px auto;
	background-image: url(../images/glovia-button-close.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#glovia .closeBTN a:hover {
	background-position: 0 -26px;
}
#glovia .backBTN { margin-right: 0px; }
#glovia .backBTN a {
	display: block;
	width: 62px;
	height: 26px;
	margin: 25px 0 25px auto;
	background-image: url(../images/glovia-button-back-s.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#glovia .backBTN a:hover {
	background-position: 0 -26px;
}
#glovia #contentsCNT #mainCNT {
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: url(../images/glovia-subwindow-body-upper.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
}
#glovia #contentsCNT #mainBTM {
	width: 720px;
	height: 20px;
	margin: 0 auto;
	background-image: url(../images/glovia-subwindow-body-bottom-s.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: white;
}
#glovia #contentsCNT #bodyCNT {
	position: relative;
	margin: 0 50px;
	font-size: 100%;
	line-height: 170%;
}
#glovia #contentsCNT #bodyCNT p { margin-bottom: 1em; }
#glovia #contentsCNT #bodyCNT p.caption { font-size: 85%; }
#glovia #contentsCNT #bodyCNT p.last { margin-bottom: 0; } 
#glovia #contentsCNT #bodyCNT p.wborder {
	background-image: url(../images/glovia-special-separator.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 75px;
}

#glovia #credit { display: none; }