@charset "shift_jis";

/* base styles */


/*
        1 : Common
		2 : Content
        3 : Clear Fix
 */


/* ***********************************************************************
        1 : Common
*********************************************************************** */
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: left;
}
#container {
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-bottom: 250px;
}
body > #container {
	height: auto;
}

a {
	color: #0000FF;
	}
a:link {
	color: #0000FF;
	}
a:visited {
	color: #990066;
	}
a:hover, a:focus, a:active {
	color: #FF0000;
	}

/*hr*/
hr {
	display: none;
	}

/*”ñ•\Ž¦*/
.invisible{
	overflow: hidden;
	height: 0px;
	}

.pageup {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin-bottom: 24px;
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.pageup a, .pageup a:link {
	color: #000000;
	text-decoration: none;
}
.pageup a:visited {
	color: #000000;
	text-decoration: none;
}
.pageup a:active,
.pageup a:hover {
	color: #FF0000;
	text-decoration: none;
}
.pageup a:focus {
	color: #000000;
	text-decoration: none;
}
#topBtn a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-image: url(../image/top-btn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#topBtn a:hover {
	background-position: 0px -45px;
}



/* ***********************************************************************
        3 : Content
*********************************************************************** */

#content {
	width: 100%;
	background-image: url(../image/content.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 60px;
}


/* ***********************************************************************
	4 : Clear Fix
*********************************************************************** */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* End hides from IE-mac \*/

