

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	/*font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;*/
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-size: 12px;
	color: #FFF;
	overflow-y:scroll;
	min-width: 1050px;
	background-image: url(../img/portal/bg.gif);
	font-size: small;
	background-position: center 41px;
}

a{
	color: #CCC;	
}
a:hover{
	color: #FFF;
	text-decoration: none;	
}

.clear{
	clear: left;	
}


#header{
	margin-bottom: 30px;	
}

#all {
	min-width: 1080px;
	width: 100%;
	background-image: url(../img/portal/haguruma.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	clear: both;
}

.bar{
	position: absolute;
	top: 360px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	z-index:100;
}

#main {
	background-color: #000;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	text-align: center;
	line-height: 1em;
	min-width: 1080px;
	margin-top: 30px;
	background-color: #000;
}

#footer .copy {
	min-width: 1080px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

#footer p{
	text-align: center;
	line-height: 1em;
	margin: 0px;
	padding-bottom: 10px;
}

#ifFooter-white p {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* 黒背景
------------------------------ */
#ifHeader-black {
	height: 40px;
	padding: 0 10px;
	border-bottom: solid 1px #ccc;
	background-color: #000;
}
#ifHeader-black img {
	float: left;
}
#ifHeader-black #logo {
	float: right;
}
#ifFooter-black {
	text-align: center;
	padding: 5px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #000;
}
#ifFooter-black img {
	padding: 8px 0 0 0;
}
#ifFooter-black a {
	color: #fff;
}
