@charset "UTF-8";

html, body, #wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: #E0E9E9;
}

#globalFooter {
	padding-top: 3em;
	color: #37312c;
	background-color: transparent;
}
.copyright {
	padding: 1em 0;
	background-color: transparent;
	border-top: none;
	color: #37312c;
}

#wrap {
	background: url(../img/bg_body.png) no-repeat center top;
}


@media only screen and (min-width: 801px) {
	#globalFooter {
		position: absolute;
		bottom: 0;
		left: 0; right: 0;
	}
	.copyright {
		padding: 1em 0;
		background-color: #231815;
		border-top: 4px #A6A3A1 solid;
		color: #fff;
	}
}
/*!-------------------------------------------------------
 ** @ cismorIndex
-------------------------------------------------------*/
#cismorIndex {
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 90%;
	max-width: 400px;
	min-width: 250px;
	overflow: hidden;
	*zoom: 1;
	text-align: center;
}

@media only screen and (min-width: 600px) {
	#cismorIndex {
		max-width: 900px;
	}
}
/*!-------------------------------------------------------
 ** @ visual
-------------------------------------------------------*/
#visual {
	position: relative;
	margin:0 auto;
	padding: 0;
	width: 250px;
	height: 178px;
	overflow: hidden;
	text-align: right;
	float: none;
}

#visual img {
	position: absolute;
	right: 0;
	top: 0;
	width: 714px;
	height: auto;
}

@media only screen and (min-width: 600px) {
  #visual {
    top: 0;
    padding-top: 54px;
    margin-bottom: 54px;
    width: 90%;
    height: auto;
  }

  #visual img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 801px) {
  #visual {
    margin-bottom: 56px;
  }
}

/*!-------------------------------------------------------
 ** @ button
-------------------------------------------------------*/
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#cismorIndex nav {
	margin: 0 auto;
	width: 250px;
	overflow: hidden;
	*zoom: 1;
}

#cismorIndex li {
	margin-bottom: 1em;
}

#cismorIndex li a {
	display: block;
	padding: 10px;
	background-color: #37312c;
	color: #fff;
	border-radius: 3px;
}

#cismorIndex li a:hover {
	background-color: #801B75;
	text-decoration: none;
}