@charset "utf-8";
body {
	text-align:center;
	background: #000;
	background-image: url(image/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px auto;
	padding: 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/


.oneColElsCtrHdr #container {
	margin-left:auto;
	margin-right:auto;
	width: 1200px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

/*トップバー*/

.oneColElsCtrHdr #topbar {
	width:1200px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*エクスポジティム ロゴ*/

.oneColElsCtrHdr #expositum_logo {
	width:1200px;
	height:150px;
	text-align: center;
}

/*ナビゲーション・バー*/

.oneColElsCtrHdr #expositum_navi_bar {
	width:1200px;
	height:50px;
	text-align: center;
}

/*フューチャー*/

.oneColElsCtrHdr #home_future{
	margin-top:20;
	width:1200px;
}

/*ウェルカム*/

.oneColElsCtrHdr #home_welcome{
	margin-top:20;
	width:1200px;
	text-align:center;
}
.oneColElsCtrHdr #home_welcome h1{
	color:#CCC;
}







/*GALLERYとMAKING*/

.oneColElsCtrHdr #home_menu{
	width:1200;
	text-align:center;
}
.oneColElsCtrHdr #home_menu h1{
	color:#CCC;
	}
.oneColElsCtrHdr #home_menu h2{
	color:#CCC;
	font-size:1.1em;
	letter-spacing:0.1em;
	}
.oneColElsCtrHdr #home_menu p{
	color:#CCC;
	font-size:0.8em;
	letter-spacing:0.1em;
	}
	

/*セパレーターバー*/
.oneColElsCtrHdr #home_separater{
	width:1200;
	margin-top:20;
}


/*バナー*/

.oneColElsCtrHdr #home_banner{
	width:1200;
	text-align:center;
}
.oneColElsCtrHdr #home_banner h1{
	color:#CCC
}
.oneColElsCtrHdr #home_banner p{
	color:#CCC
}



/*■■■ギャラリーページ■■■*/

/*ギャラリーホーム*/

.oneColElsCtrHdr #gallery_home{
	width:1200;
	text-align:center;
}
.oneColElsCtrHdr #gallery_home h1{
	color:#CCC;
	}
.oneColElsCtrHdr #gallery_home h2{
	color:#CCC;
	font-size:1.1em;
	letter-spacing:0.1em;
	}
.oneColElsCtrHdr #gallery_home p{
	color:#CCC;
	font-size:0.8em;
	letter-spacing:0.1em;
	}

/*ギャラリー個別ページ用*/


.oneColElsCtrHdr #gallery_leftber{
	margin-top:30;
	margin-left:20;
	padding:20;
	border:1px #CCC solid;
	width:150;
	float:left;
	background-image:url(image/gallery_background.png);
	background-repeat:repeat;
}
.oneColElsCtrHdr #gallery_leftber p{
	color:#CCC;
	font-size:0.8em;
	letter-spacing:0.1em;

}
.oneColElsCtrHdr #gallery_rightber{
	margin-top:30;
	margin-right:20;
	padding:20;
	border:1px #CCC solid;
	float:right;
	background-image:url(image/gallery_background.png);
	background-repeat:repeat;
	width:1000;
}

/*■■メイキングページ■■*/
.oneColElsCtrHdr #making{
	color: #FFF;
	width:1000;
	text-align:center
	}

.oneColElsCtrHdr #making_menu{
	text-align:left;
	float:left;
	width:260;
	margin-left:10;
	margin-right:10;
	margin-top:30;
	background-image:url(image/gallery_background.png);
	background-repeat:repeat;
	
	}
.oneColElsCtrHdr #making_image{
	float:right;
	width:700;
	margin-right:20;
	margin-top:30;
	text-align:center;
	background-image:url(image/gallery_background.png);
	background-repeat:repeat;
	}
.oneColElsCtrHdr #making_image h4{
	text-align:left;
	margin-left:15%;
}
	
.oneColElsCtrHdr #making_link{
	color:#FFF;
	margin-top:30;
	margin-bottom:30;	
	text-align:center;
	clear:both;
	width:1000;
	}

/*■■プロフィールページ■■*/

.oneColElsCtrHdr #profile{
	width:700;
	height:700;
	margin-top:20;
	padding:20;
	background-image:url(image/black_background.png);
}
.oneColElsCtrHdr #profile td{
	color:#CCC;

}
.oneColElsCtrHdr #profile dl{
	color:#CCC;

}

.oneColElsCtrHdr #profile dt{
	color:#CCC;
	float:left;
	width:10em;

}


/*フッター*/
.oneColElsCtrHdr #footer{
	text-align:center;
	clear:both;
	margin-top:20;
	padding:20;
	width:1200;
	height:80;
	background-image:url(image/footer-bra.jpg);
}
.oneColElsCtrHdr #footer img{
	vertical-align:middle;
}
.oneColElsCtrHdr #footer p{
	color:#CCC;
}






