@charset "utf-8";

/* base styles */


/*
        1 : Common
		2 : Content
        3 : Clear Fix
 */


/* ***********************************************************************
        1 : Common
*********************************************************************** */
html {
	height: 100%;
	background-color: #FFFFFF;
}
body {
	width: 980px;
	height: 100%;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	margin: 0 auto;
}
#container {
	width: 980px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
body > #container {
	height: auto;
}

a {
	color: #000000;
	}
a:link {
	color: #000000;
	}
a:visited {
	color: #000000;
	}
a:hover, a:focus, a:active {
	color: #FF0000;
	}

/*hr*/
hr {
	display: none;
	}

/*非表示*/
.invisible{
	overflow: hidden;
	height: 0px;
	}

.pageup {
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	padding-bottom: 24px;
	width: 900px;
}

.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: #000000;
	text-decoration: none;
}
.pageup a:focus {
	color: #FF0000;
	text-decoration: none;
}


/* ***********************************************************************
        3 : Content
*********************************************************************** */

#content {
	width: 100%;
}


/* ***********************************************************************
	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 \*/











